summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* tdf#99539 - fıx crash on android 5.1Mert Tumer2016-05-011-1/+3
* Fix typosAndrea Gelmini2016-04-301-1/+1
* no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier2016-03-231-16/+1
* formatting and whitespaceAlexandru Moscu2016-03-191-9/+9
* Fix typosAndrea Gelmini2016-02-081-1/+1
* android: document some parameters for doxygenChris Sherlock2016-02-052-1/+5
* tdf#88389 - android document browser: external storage accessAlexF2016-02-0217-6/+1125
* Bump build tools version to account for sdk updatesPeter Foley2016-01-291-1/+1
* improve android build status reportingPeter Foley2016-01-211-0/+1
* Fix typosAndrea Gelmini2016-01-102-2/+2
* Fix typosAndrea Gelmini2016-01-052-3/+3
* tdf#96127 Android: No UI visibleAlexF2016-01-041-2/+1
* tdf#88391 android document browser: draw and impress icon is the sameAlexF2015-12-251-1/+3
* android: remove duplicated bitmapsMiklos Vajna2015-11-233-0/+0
* android: another part where underline and strikethrough commands were swappedChristian Lohmaier2015-11-211-2/+2
* android: underline and strikethrough commands were swappedChristian Lohmaier2015-11-211-2/+2
* android: don't crash on empty filelistCaolán McNamara2015-11-171-0/+2
* android: Fixes to AndroidManifestTomaž Vajngerl2015-11-131-2/+3
* android: add source of icons to READMETomaž Vajngerl2015-11-131-0/+9
* android: don't set text color in about dialogTomaž Vajngerl2015-11-131-4/+0
* android: remove old unused action buttons (bold, italic,...)Tomaž Vajngerl2015-11-1316-0/+0
* android: rename "editMode" to "experimentalMode"Tomaž Vajngerl2015-11-131-5/+5
* android: add undo/redo to the main toolbarTomaž Vajngerl2015-11-137-0/+31
* android: Add string searching + search toolbarTomaž Vajngerl2015-11-1315-0/+185
* android: Add bottom formatting toolbarTomaž Vajngerl2015-11-1342-193/+819
* android: make toolbar visuals easier to changeTomaž Vajngerl2015-11-133-1/+13
* android: remove attrs.xmlTomaž Vajngerl2015-11-131-17/+0
* LOK: setClientZoom() - sets the client zoom levelMihai Varga2015-11-135-13/+21
* lokdocview: assert that loading of handle bitmaps succeededMiklos Vajna2015-11-103-0/+0
* android: chanhe handles to use alias, tint handles with colorTomaž Vajngerl2015-11-0218-31/+21
* andorid: use 4 spaces for indent in color.xmlTomaž Vajngerl2015-11-021-87/+87
* android: don't crash in LO when SurfaceView layout is 0 widthTomaž Vajngerl2015-11-011-0/+5
* android: don't crash in TextureReaper when Integer is nullTomaž Vajngerl2015-11-011-7/+16
* android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl2015-11-017-27/+70
* android: add desing libraryTomaž Vajngerl2015-11-011-0/+1
* android: remove CommandLine.java as we don't use it anymoreTomaž Vajngerl2015-11-011-176/+0
* android: remove MockTileProviderTomaž Vajngerl2015-10-212-170/+2
* android: remove the native DirectBufferAllocatorTomaž Vajngerl2015-10-211-46/+5
* android: typo in gradle build script (app crashed on key press)Tomaž Vajngerl2015-10-211-2/+2
* android: show flat ODS files in the doc browserMiklos Vajna2015-10-151-1/+1
* allow using Android Studio with lldb to debug native partChristian Lohmaier2015-10-142-8/+32
* make ndk-gdb work againChristian Lohmaier2015-10-145-15/+47
* android can only target sdk 22 - openssl triggers text relocation errorsChristian Lohmaier2015-10-121-1/+4
* tdf#94891 fix crash when rotating screen in docbrowser right after launchChristian Lohmaier2015-10-111-3/+10
* move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier2015-10-112-35/+112
* migrate android build to gradleChristian Lohmaier2015-10-1124-657/+599
* tdf#93281 clean cache directory on each startChristian Lohmaier2015-10-031-10/+35
* android: avoid arrayIndexOutOfBounds when lokit payload doesn't have a valueChristian Lohmaier2015-10-031-0/+4
* android: make strikethrough work (it's not .uno:StrikeOut, but .uno:Strikeout)Christian Lohmaier2015-10-032-2/+2
* compare strings using equals, not with ==Christian Lohmaier2015-10-031-2/+2