summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* Extract hardcoded strings to string resource file on Android ViewerMert Tumer2018-10-067-33/+49
| | | | | | | | Change-Id: Ie2276ac162062e7365c9605f98fe03e5011ba6cb Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/60688 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
* Added Clear Formatting button on Android ViewerMert Tumer2018-08-213-1/+24
| | | | | | | | Change-Id: If576aaf3e5095e660219fed9f5e11971c9a73469 Signed-off-by: Mert Tumer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/59293 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Fix listing all options (presentation and spreadsheet) on all documentsMert Tumer2018-08-213-15/+24
| | | | | | | | Change-Id: I2f43818dbf490de10a54da7f36c6bae3d4d62e39 Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/59289 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#89860 ability to print from Android ViewerMert Tumer2018-08-155-1/+117
| | | | | | | | Change-Id: I13c7f3e085095f1c0d88ab3668557fcc1c4cb23a Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58900 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
* Added PDF Export option on Android ViewerMert Tumer2018-08-115-3/+51
| | | | | | | | Change-Id: I89d0ca239e3a713979f84a77a66d6da95aad234d Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58826 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#106648 save current work when switching to other appsMert Tumer2018-08-073-4/+67
| | | | | | | | Change-Id: Ieecfad2d0127fec850f7a4f3576a77eec94926b3 Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58562 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Fix floating action button disappears after closing a documentMert Tumer2018-08-071-9/+10
| | | | | | | | Change-Id: I6afc278908d2afadbf531010ab7e466b9224b9af Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58564 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#119082 Exception wrong thread on Android ViewerMert Tumer2018-08-071-1/+6
| | | | | | | | Change-Id: I58a8d104b24c7cf2d021e2dce700e25592c8a605 Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58563 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Show Save document dialog when using colorpickerMert Tumer2018-08-072-0/+2
| | | | | | | | | | on Android Viewer Signed-off-by: Mert Tumer <merttumer@outlook.com> Change-Id: I4e46e9a4aeba991e19e85f177a8031bcecf4b9c3 Reviewed-on: https://gerrit.libreoffice.org/58370 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Rename/Delete worksheets and slides option on Android ViewerMert Tumer2018-07-319-3/+182
| | | | | | | | Change-Id: I57f379f0283ecc1a456e44f9fefcfd3b3e56a46c Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58327 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Setting visibility of menu items instead of disabling or enabling themMert Tumer2018-07-313-7/+27
| | | | | | | | | | On Android Viewer Signed-off-by: Mert Tumer <merttumer@outlook.com> Change-Id: I1fc21f84f5063afe3b91bf26401f9fcacc66b6c8 Reviewed-on: https://gerrit.libreoffice.org/58285 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Renamed "Font Back Color" to "Highlight Color" on Android ViewerMert Tumer2018-07-311-1/+1
| | | | | | | | Change-Id: Ia87a8091cf7ca7f15b9be7d5368f314d20421258 Signed-off-by: Mert Tumer <merttumer@outlook.com> Reviewed-on: https://gerrit.libreoffice.org/58283 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Developer ModeXimeng Zu2018-07-157-13/+268
| | | | | | | | | | | | Added an settings option to enable Developer Mode, in which you can send UNO commands from the Viewer. You can also add properties to the command. Change-Id: I76cbb55771cdd5cea89da65ddf67e48e12745b41 Reviewed-on: https://gerrit.libreoffice.org/37045 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Style tab added to Android ViewerMert Tumer2018-07-122-56/+80
| | | | | | | | | This is a base change, further implementations may be added Change-Id: I8aa5b5314f2b1e93821baf3da3e44803904f57fa Reviewed-on: https://gerrit.libreoffice.org/57249 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#118622 fix unhandled exception when selecting remove serverMert Tumer2018-07-121-8/+14
| | | | | | | Change-Id: I5f0f9a1ed4a4e0a62555a33209296128572c4ffb Reviewed-on: https://gerrit.libreoffice.org/57159 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#118618 fix document browser doesnt list all documentsMert Tumer2018-07-121-2/+2
| | | | | | | Change-Id: I70aa1eb2bf08d3fa82a5ab86543198a263729ac9 Reviewed-on: https://gerrit.libreoffice.org/57150 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#118585 Fix exception when closing Android ViewerMert Tumer2018-07-121-0/+1
| | | | | | | Change-Id: I9d87168dce4b5c6e503d41366aa35d5dadf89dae Reviewed-on: https://gerrit.libreoffice.org/57081 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Fix remote server can not be selected on Android ViewerMert Tumer2018-07-121-1/+1
| | | | | | | Change-Id: Ic08253c3732f963eec6f97e6bd0530f95eb2916a Reviewed-on: https://gerrit.libreoffice.org/57072 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* Fix endless loop when selecting remote server on Android ViewerMert Tumer2018-07-121-6/+6
| | | | | | | | | | | Switching document provider when exception thrown casues endless loop. Signed-off-by: Mert Tumer <merttumer@outlook.com> Change-Id: Ie34080abdf7b8d6a48cd96785700b7bd91910512 Reviewed-on: https://gerrit.libreoffice.org/57070 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* android: simplify boolean statementChristian Lohmaier2018-06-301-3/+2
| | | | Change-Id: I92cdccfe7b97d9baf29b1155990a38b26579e365
* android: get rid of unsafe/unchecked castsChristian Lohmaier2018-06-302-28/+20
| | | | Change-Id: I95bb78c563589501d756fdd4dd6529b9eee0f4ac
* android: suppress deprecation warning for Html.toHtml(String)Christian Lohmaier2018-06-301-1/+4
| | | | | | | deprecated since 24/Nougat, but we still want to support devices running Marshmallow and older.. Change-Id: Iedcf8a56028eff44134b548dc07a89573cb2210d
* android: bump gradle, gradle-plugin, support libary & target versionsChristian Lohmaier2018-06-302-13/+10
| | | | Change-Id: I971f02c624a19ec58539738f5e736a986b5ba0d6
* tdf#117777 fix show hidden files/folders option on AndroidMert Tümer2018-06-011-1/+11
| | | | | | | | Change-Id: Ic80ca7f8ebb93f78a58cc0ad778db90deb0c51ba Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/54771 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* [Pardus] tdf#106371 ability to insert/delete tables Android ViewerMert Tümer2018-06-016-0/+348
| | | | | | | | | | This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I2d160b53ad432be96deb6f13c0d91a6053744dc8 Reviewed-on: https://gerrit.libreoffice.org/54803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Added Storage permission handling on the Android ViewerMert Tümer2018-06-017-17/+55
| | | | | | | | | | | | This patch prevents document browsing and creating a new document from happening when write external storage permission is denied by the user. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: Idf39a291a15a9dac023f4318329baed1baa90e14 Reviewed-on: https://gerrit.libreoffice.org/52868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* android janitor... convert chained ifs to switch statementChristian Lohmaier2018-05-163-24/+36
| | | | Change-Id: I9929bd077a33349a6e57c3a427df7e77b3007c88
* android janitor... remove unnecessary imports, variables and castsChristian Lohmaier2018-05-166-9/+4
| | | | | | also no need to wrap primitives Change-Id: I6e22b2bfdb2b8b366dd6f50d995b573c770f0b5a
* tdf#96795: Use locale-sensitive sorting in Android viewerMert Tümer2018-04-191-2/+5
| | | | | | | | Change-Id: I98edec9f57f1bf0576e16a1ba3c0e023d6d0b6ed Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#116820 The viewer does't show recent filesMert Tümer2018-04-131-0/+2
| | | | | | | | Change-Id: I8a4d4f2cb78a1fa772936e263e1aa3975e8f89ff Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#116842 fix crashing when adding slides or spreadsheetsMert Tümer2018-04-131-4/+6
| | | | | | | | Change-Id: I957133e468fe43edd0ed1d76cdd180f20d6a86ac Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/52493 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* add hint on how to use lldb pretty-printers form within android studioChristian Lohmaier2018-04-071-0/+3
| | | | Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390
* prevent crash on invalid bitmap sizeChristian Lohmaier2018-04-071-2/+7
| | | | | | | | sometimes the width and height cannot be determined properly (and 0 in that case), and this causes IllegalArgumentException when trying to create the Bitmap Change-Id: Id001c40d0febf9e85b4db5c0318a77e1f880353a
* tdf#116152 android.net.Uri.encode(string) is even better...Christian Lohmaier2018-04-071-8/+2
| | | | Change-Id: Ib779cec33de660e2c01843b76c9987aa774fba29
* tdf#116152 fix filenames with spaces (code expects %20, not +)Christian Lohmaier2018-04-071-1/+1
| | | | | | | URL-encoding added by 174229e4797b27eb795c6f2451ab1349c2c29ad8 did fix filenames with #, but broke filenames with space in return. Change-Id: I7f1ac6aa79c921dfca699eb3cd8c927efba9d55c
* use https links for api.libreoffice.org and opengrokdennisroczek2018-04-021-1/+1
| | | | | | | Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* .uno:Save callback for the Android ViewerMert Tümer2018-03-277-31/+70
| | | | | | | | Change-Id: Ic2e16985e52869092faa2a31a59a85cb77b8e28c Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/51506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#116152 fix unsupported url exception on Android ViewerMert Tümer2018-03-271-2/+16
| | | | | | | | Change-Id: I39233369e754919aeb0dc46856a3746f33e89e9b Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/51675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer2018-03-1510-0/+185
| | | | | | | | Change-Id: I52e134532ab70e765b6ccd929f189be84f9c9a90 Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/51286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Revert "tdf#96796 - Added clipboard actions for the Android Viewer"Thorsten Behrens2018-03-1410-185/+0
| | | | | | | | Breaks Android tinderbox This reverts commit 31e939c9f4b29fb2b2e63eb096450cf3da35d67f. Change-Id: Id565c9ef8330c0b3bce2c678facb7605dcf3e356
* [Pardus] tdf#107026 render the new page without reopen the documentMert Tümer2018-03-145-0/+38
| | | | | | | | | | This patch is sponsored by ULAKBIM/Pardus project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I91c902bfd1acc5cc70ad30f16e0719e7a325702b Reviewed-on: https://gerrit.libreoffice.org/47636 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer2018-03-1410-0/+185
| | | | | | | | Change-Id: I2779ef9a9f68dcf08c3072ffe83b9f2450b7257e Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/50757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* [Pardus] tdf#112481 Ability to add worksheets on CalcMert Tümer2018-02-245-3/+35
| | | | | | | | | | This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: Id67e3c400971b47738fe2f628955534f34839493 Reviewed-on: https://gerrit.libreoffice.org/49294 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* [Pardus] tdf#108446 - Shape is not changed after saveMert Tümer2018-02-182-2/+3
| | | | | | | | | | This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I7ee137b2332f799e4301cc3507df4a7b86af74b9 Reviewed-on: https://gerrit.libreoffice.org/47806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* Fix adjust width/height behaviorXimeng Zu2018-02-042-2/+7
| | | | | | | | | | | In Android Viewer, fixed adjust width/height behavior due to change in UNO command syntax. Change-Id: Id78cb1a0fc546f251734dd538bf48a8f4e121bed Reviewed-on: https://gerrit.libreoffice.org/46871 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* tdf#115388: Android: Use HTTP SecureXisco Fauli2018-02-021-1/+1
| | | | | | | Change-Id: Ia2e198c20b904ba178fac2969dfa80f3f1291be1 Reviewed-on: https://gerrit.libreoffice.org/49123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Fix typosAndrea Gelmini2018-02-011-1/+1
| | | | | | | Change-Id: Icb4f4d9039278318d5f7f6302d57957b2c02bdb8 Reviewed-on: https://gerrit.libreoffice.org/49069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* [Pardus] tdf#106326 ability to change font background colorMert Tümer2018-01-306-12/+166
| | | | | | | | | | This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I4dfbb9e35214e4d4a9aa6dca1ce3d5d2604218a9 Reviewed-on: https://gerrit.libreoffice.org/48270 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* [Pardus] tdf#112482 ability to add slides to impressMert Tümer2018-01-305-0/+29
| | | | | | | | | | This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: I3c8b55d032604b30117573ac447776a1a0e5205f Reviewed-on: https://gerrit.libreoffice.org/48500 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
* tdf#89215 only process state changes after TileProvider is readyChristian Lohmaier2018-01-292-1/+8
| | | | | | | otherwise the handling tries to access properties like fonts too early and trigger NPEs Change-Id: I132c02f936c7b3e70fced1e1e022a6cf803ed5ff