summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-24viewer: Enable taps to be able to handle hyperlinks.Jan Holesovsky2-7/+10
2015-04-23intent preference overrides default prefs.Siqi Liu1-0/+21
2015-04-23load default prefs once and use new sortmode/filter mode on refresh.Siqi Liu1-24/+6
2015-04-23Use switch... and effectively sorts before listing.Siqi Liu2-50/+52
2015-04-23Formatting for consistencySiqi Liu1-36/+56
2015-04-23Set correct title for sort mode after changes.Siqi Liu2-8/+19
2015-04-23Remove unimplemented search functionalitySiqi Liu1-4/+0
2015-04-23formatting for consistancy and remove unused file.Siqi Liu4-209/+13
2015-04-23Do NOT browse files from "Documents" folder. Browse from root instead.Siqi Liu1-2/+1
2015-04-23refactor xml styling for listview textsSiqi Liu2-15/+15
2015-04-23formatting for consistancy across Java codeSiqi Liu1-61/+61
2015-04-23use LOGTAG insteadSiqi Liu1-2/+5
2015-04-23formatting for consistancy across Java codeSiqi Liu2-75/+67
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna1-1/+1
2015-04-14add debugging missing services to READMESiqi Liu1-1/+19
2015-04-14disable saving on .tmp files.Siqi Liu3-6/+27
2015-04-14android: add commentsTomaž Vajngerl11-5/+73
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu2-13/+27
2015-04-13java part handles received statechange callbackSiqi Liu5-3/+109
2015-04-13android: hide the keyboard when scrolling velocity exceeds 18Tomaž Vajngerl1-1/+5
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl1-4/+4
2015-04-13android: move strikeout button after underlineMiklos Vajna1-6/+6
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl3-10/+43
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl2-2/+1