summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2015-10-15android: show flat ODS files in the doc browserMiklos Vajna1-1/+1
2015-10-14allow using Android Studio with lldb to debug native partChristian Lohmaier2-8/+32
2015-10-14make ndk-gdb work againChristian Lohmaier5-15/+47
2015-10-12android can only target sdk 22 - openssl triggers text relocation errorsChristian Lohmaier1-1/+4
2015-10-11tdf#94891 fix crash when rotating screen in docbrowser right after launchChristian Lohmaier1-3/+10
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier2-35/+112
2015-10-11migrate android build to gradleChristian Lohmaier24-657/+599
2015-10-03tdf#93281 clean cache directory on each startChristian Lohmaier1-10/+35
2015-10-03android: avoid arrayIndexOutOfBounds when lokit payload doesn't have a valueChristian Lohmaier1-0/+4
2015-10-03android: make strikethrough work (it's not .uno:StrikeOut, but .uno:Strikeout)Christian Lohmaier2-2/+2
2015-10-03compare strings using equals, not with ==Christian Lohmaier1-2/+2
2015-10-03android: remove unused imports, call static methods the static wayChristian Lohmaier19-56/+25
2015-10-03android: make layouts nicer to work with by providing sample values in editorChristian Lohmaier6-9/+24
2015-10-03android: remove no longer used filesChristian Lohmaier15-227/+4
2015-10-01android: fix make install and don't use ant -quiet by defaultMiklos Vajna2-2/+2
2015-09-30Fix typosAndrea Gelmini2-4/+4
2015-09-28Revert "revert back to android-21 target until tinderbox gets updated"Tor Lillqvist3-3/+3
2015-09-25revert back to android-21 target until tinderbox gets updatedChristian Lohmaier3-3/+3
2015-09-24android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier5-12/+10
2015-09-18Fix typosAndrea Gelmini2-3/+3
2015-09-11Android: i18-ize some stringsJacobo Aragunde Pérez2-4/+9
2015-09-11Android: check file modify date to know if save is completeJacobo Aragunde Pérez1-7/+33
2015-09-11Android: Implement cloud saveJacobo Aragunde Pérez5-8/+107
2015-09-11Android: provide an ID to document providersJacobo Aragunde Pérez5-9/+44
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud2-3/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin1-1/+1
2015-06-12Android: show drawer ("hamburger") icon on root directoryJacobo Aragunde Pérez2-3/+42
2015-06-12Android: do not hide toolbar under the drawerJacobo Aragunde Pérez1-20/+27
2015-06-12tdf#87434: android: system back key to go one level upJacobo Aragunde Pérez2-0/+28
2015-06-12Android: properly set default dir for the document browserJacobo Aragunde Pérez2-2/+3
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin1-1/+1
2015-06-10Android: improve error handling in ownCloud provider.Jacobo Aragunde Pérez3-5/+34
2015-06-10Android: document providers listen to changes in preferences.Jacobo Aragunde Pérez3-6/+77
2015-06-10Android: add menu entry for document provider settingsJacobo Aragunde Pérez2-0/+7
2015-06-10Android: setup ownCloud provider with user-defined settingsJacobo Aragunde Pérez2-4/+20
2015-06-10Android: settings activity for document providersJacobo Aragunde Pérez5-0/+82
2015-06-10Android: download documents from ownCloud.Jacobo Aragunde Pérez2-2/+41
2015-06-10Android: initial implementation of ownCloud provider.Jacobo Aragunde Pérez5-2/+199
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez1-0/+2
2015-05-21lokdocview: adapt Android pathMiklos Vajna2-5/+5
2015-05-21android: leftover gitignoreMiklos Vajna1-2/+0
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist175-9/+9
2015-05-21Bin the 'DocumentLoader' Android test appTor Lillqvist22-3437/+0
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist1-31/+0
2015-05-21Bin the since long obsolete "desktop" Android appTor Lillqvist11-807/+0
2015-05-11editing/experimental mode as user-preference (Android Viewer)Christian Lohmaier10-56/+156
2015-05-03android: optipng the images.Jan Holesovsky22-0/+0
2015-05-03android: Plain .component files are not used from what I know.Jan Holesovsky1-2/+1
2015-04-30fix theme with AppCompat 22.1 or laterChristian Lohmaier1-2/+1