summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-11-21android: another part where underline and strikethrough commands were swappedChristian Lohmaier1-2/+2
2015-11-21android: underline and strikethrough commands were swappedChristian Lohmaier1-2/+2
2015-11-21android: don't crash on empty filelistCaolán McNamara1-0/+2
2015-11-16LOK: setClientZoom() - sets the client zoom levelMihai Varga5-13/+21
2015-11-13android: Fixes to AndroidManifestTomaž Vajngerl1-2/+3
2015-11-13android: add source of icons to READMETomaž Vajngerl1-0/+9
2015-11-13android: don't set text color in about dialogTomaž Vajngerl1-4/+0
2015-11-13android: remove old unused action buttons (bold, italic,...)Tomaž Vajngerl16-0/+0
2015-11-13android: rename "editMode" to "experimentalMode"Tomaž Vajngerl1-5/+5
2015-11-13android: add undo/redo to the main toolbarTomaž Vajngerl7-0/+31
2015-11-13android: Add string searching + search toolbarTomaž Vajngerl15-0/+185
2015-11-13android: Add bottom formatting toolbarTomaž Vajngerl42-193/+819
2015-11-13android: make toolbar visuals easier to changeTomaž Vajngerl3-1/+13
2015-11-13android: remove attrs.xmlTomaž Vajngerl1-17/+0
2015-11-02android: chanhe handles to use alias, tint handles with colorTomaž Vajngerl18-31/+21
2015-11-02andorid: use 4 spaces for indent in color.xmlTomaž Vajngerl1-87/+87
2015-11-02android: don't crash in LO when SurfaceView layout is 0 widthTomaž Vajngerl1-0/+5
2015-11-02android: don't crash in TextureReaper when Integer is nullTomaž Vajngerl1-7/+16
2015-11-02android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl7-26/+69
2015-11-02android: add desing libraryTomaž Vajngerl1-0/+1
2015-11-02android: remove CommandLine.java as we don't use it anymoreTomaž Vajngerl1-176/+0
2015-10-21android: remove MockTileProviderTomaž Vajngerl2-170/+2
2015-10-21android: remove the native DirectBufferAllocatorTomaž Vajngerl1-46/+5
2015-10-21android: typo in gradle build script (app crashed on key press)Tomaž Vajngerl1-2/+2
2015-10-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-10-15android: show flat ODS files in the doc browserMiklos Vajna1-1/+1
2015-10-15allow using Android Studio with lldb to debug native partChristian Lohmaier2-8/+32
2015-10-15make ndk-gdb work againChristian Lohmaier5-15/+47
2015-10-15android can only target sdk 22 - openssl triggers text relocation errorsChristian Lohmaier1-1/+4
2015-10-15tdf#94891 fix crash when rotating screen in docbrowser right after launchChristian Lohmaier1-3/+10
2015-10-15move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier2-35/+112
2015-10-15migrate android build to gradleChristian Lohmaier24-657/+599
2015-10-15tdf#93281 clean cache directory on each startChristian Lohmaier1-10/+35
2015-10-15android: avoid arrayIndexOutOfBounds when lokit payload doesn't have a valueChristian Lohmaier1-0/+4
2015-10-15android: make strikethrough work (it's not .uno:StrikeOut, but .uno:Strikeout)Christian Lohmaier2-2/+2
2015-10-15compare strings using equals, not with ==Christian Lohmaier1-2/+2
2015-10-15android: remove unused imports, call static methods the static wayChristian Lohmaier19-56/+25
2015-10-15android: make layouts nicer to work with by providing sample values in editorChristian Lohmaier6-9/+24
2015-10-15android: remove no longer used filesChristian Lohmaier15-227/+4
2015-10-15android: fix make install and don't use ant -quiet by defaultMiklos Vajna2-2/+2
2015-10-15Revert "revert back to android-21 target until tinderbox gets updated"Tor Lillqvist3-3/+3
2015-10-15revert back to android-21 target until tinderbox gets updatedChristian Lohmaier3-3/+3
2015-10-15android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier5-12/+10
2015-10-15Android: i18-ize some stringsJacobo Aragunde Pérez2-4/+9
2015-10-15Android: check file modify date to know if save is completeJacobo Aragunde Pérez1-7/+33
2015-10-15Android: Implement cloud saveJacobo Aragunde Pérez5-8/+107
2015-10-15Android: provide an ID to document providersJacobo Aragunde Pérez5-9/+44
2015-10-15Android: show drawer ("hamburger") icon on root directoryJacobo Aragunde Pérez2-3/+42
2015-10-15Android: do not hide toolbar under the drawerJacobo Aragunde Pérez1-20/+27
2015-10-15tdf#87434: android: system back key to go one level upJacobo Aragunde Pérez2-0/+28