77902a3cb2
Fixing '....'
...
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9
Reviewed-on: https://gerrit.libreoffice.org/78695
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
2019-09-06 14:12:27 +02:00
0940229305
Fix '..'
...
To complete this:
https://gerrit.libreoffice.org/#/c/78312/
This is a massive replace for lines ending with
".." instead of "..."
It passed "make check" on Linux.
Change-Id: I07fa7b2e30ba9ea17a1f9a5e21c57216ba958efe
Reviewed-on: https://gerrit.libreoffice.org/78356
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
Tested-by: Jenkins
2019-09-01 11:15:11 +02:00
a7f6338875
android: support NDK 19 and above (20 as of this commit)
...
support for targeting API 14 and 15 was removed in NDK 18, so set
minimum version to 16
mips support was removed in NDK 17
Clang now takes care about correct linking with libc++ shared or
static, so don't manually specify them anymore.
Same with __ANDROID_API_LEVEL__ define and the sysroot / isystem
handling, that is all covered by a single -target <triple><version>
simplifying things quite a bit.
also align ownloud sdk values with main build.gradle
Change-Id: Ib3ae4484e52214677e826270b731ecf7c5c15445
Reviewed-on: https://gerrit.libreoffice.org/77104
Reviewed-by: Jan Holesovsky <kendy@collabora.com >
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
2019-08-08 15:59:29 +02:00
2e0e0bf789
tdf#102040 Don't type doubled characters when using external keyboard.
...
Typically application should handle key press/release and multiple
actions. The onKeyPreIme may be used to handle some keys early and it's
not needed for writing text. And even if there would be a reason to use
it, then it should return true to notify that the event was handled
(otherwise we will get onKeyDown event for the same key).
Change-Id: I49ce7f411fac92ff86ca042a7f7467e910e46350
Reviewed-on: https://gerrit.libreoffice.org/66708
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de >
2019-06-28 09:47:18 +02:00
edd163b5e1
android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilter setting
...
Change-Id: I5ed924d9d79db169b11a0561b89da9b57eb078d9
Reviewed-on: https://gerrit.libreoffice.org/66971
Reviewed-by: Jan Holesovsky <kendy@collabora.com >
Tested-by: Jan Holesovsky <kendy@collabora.com >
2019-04-05 19:50:03 +02:00
193bfbd1c3
android: Setting default values to setting preference, minor ux improvements
...
Change-Id: I356871429f2e26d9d34e0e1428334a4d2287b683
Reviewed-on: https://gerrit.libreoffice.org/67295
Reviewed-by: Jan Holesovsky <kendy@collabora.com >
Tested-by: Jan Holesovsky <kendy@collabora.com >
2019-04-05 19:43:02 +02:00
18defd1133
Fix typo
...
Change-Id: I54ab0fd193e0a133a49462f456fb2fe120494bee
Reviewed-on: https://gerrit.libreoffice.org/70170
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de >
2019-04-03 05:04:51 +02:00
fc2a8bf0ef
Fix typo
...
Change-Id: Ib630bb2d5465fe8fd20df152e2da70eabbff2a16
Reviewed-on: https://gerrit.libreoffice.org/66894
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
Tested-by: Julien Nabet <serval2412@yahoo.fr >
2019-01-25 07:04:56 +01:00
25a0ae6138
Introduce --enable-android-editing
...
...to select the experimental ...Editing... Android build variant. (Ignored
for non-Android builds, but using libo_FUZZ_ARG_ENABLE anyway, just in case.)
Change-Id: I670925ff358039e38edc29db69f48a78d484f133
Reviewed-on: https://gerrit.libreoffice.org/65077
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com >
2018-12-13 13:29:40 +01:00
c40014e75f
android: lock away editing mode in separate build flavor
...
Change-Id: I767cc1d512345aa20570001033ddb4d882e3ca35
Reviewed-on: https://gerrit.libreoffice.org/62362
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
2018-11-13 15:27:57 +01:00
f825e6d408
[Pardus] ability to change slide name
...
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: I6361e3d23b03e5463d165f7f02dacad8be9206da
Reviewed-on: https://gerrit.libreoffice.org/62861
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-04 23:50:52 +01:00
85987b2b17
Fix nullptr exception in presentation on Android
...
Change-Id: If54c26f66466ee591d198aaf3f8f68ba04e5f4b3
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Reviewed-on: https://gerrit.libreoffice.org/62774
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-04 20:23:11 +01:00
2f88877af0
[Pardus] fix highlight color in Presentation On Android
...
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: Ic56991b2957be91822d040d776a3dfcef2d5b451
Reviewed-on: https://gerrit.libreoffice.org/62753
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-02 07:03:27 +01:00
9ec1f722ca
[Pardus] fix missing break in switch case on Android
...
missing break causes bug on buttons on Formatting tab
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: I8a20b542aa319591e9dea5591ed554954222d690
Reviewed-on: https://gerrit.libreoffice.org/62756
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-02 07:02:28 +01:00
fb5b8c524e
[Pardus] removed ignore hidden files on Android
...
ignore hidden files statment is obsolete because
we put option on settings whether they are shown or not
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: Ibba7ed76c20a189cff04e330a4493b3e84e5dba2
Reviewed-on: https://gerrit.libreoffice.org/62754
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-02 07:01:25 +01:00
cb08cddf8a
[Pardus] language improvements on Android
...
This patch is sponsored by ULAKBIM/Pardus project.
Change-Id: Ia890f8c3f8d638beb4c06bf1c73d49f7b0fac72a
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com >
Reviewed-on: https://gerrit.libreoffice.org/62769
Tested-by: Jenkins
2018-11-02 07:00:42 +01:00
1239dce259
[Pardus] language improvements on Android
...
More hardcoded strings extrated to the resource file
Few Turkish language improvements
This patch is sponsored by ULAKBIM/Pardus project.
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: I9c49d1b8ec3dfc88a19832a2cdea2c7cbaf2be42
Reviewed-on: https://gerrit.libreoffice.org/62757
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com >
2018-11-02 01:33:22 +01:00
187a3db08e
Fix permission settings on Android Viewer
...
We ask READ_EXTERNAL_STORAGE permission on first start
then check WRITE_EXTERNAL_STORAGE permission on switching
between document providers. This causes problems on Android 8+
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Change-Id: Ia7290e33b2a55f5a2197374ca39c60998edfff72
Reviewed-on: https://gerrit.libreoffice.org/62269
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
Tested-by: Jenkins
2018-11-02 01:31:59 +01:00
1ed4208258
Added Turkish Language Support on Android Viewer
...
Change-Id: I0b2f1ca5386510e3a8217cf3bb3e08a940f438f7
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Reviewed-on: https://gerrit.libreoffice.org/61788
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-10-18 12:32:49 +02:00
f2e35a6956
Added language support on Android Viewer
...
Change-Id: I05a189dcee9cf4415ce59771da03c08cf0fef6c4
Signed-off-by: Mert Tumer <merttumer@outlook.com >
Reviewed-on: https://gerrit.libreoffice.org/60727
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-10-18 12:32:15 +02:00
897b393ee5
Extract hardcoded strings to string resource file on Android Viewer
...
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 >
2018-10-06 09:27:33 +02:00
414ef6cb18
Added Clear Formatting button on Android Viewer
...
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 >
2018-08-21 00:10:10 +02:00
1c08deed08
Fix listing all options (presentation and spreadsheet) on all documents
...
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 >
2018-08-21 00:09:55 +02:00
6ede90a790
tdf#89860 ability to print from Android Viewer
...
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 >
2018-08-15 21:02:31 +02:00
cb059f7e19
Added PDF Export option on Android Viewer
...
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 >
2018-08-11 23:27:51 +02:00
2fa47f8c0f
tdf#106648 save current work when switching to other apps
...
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 >
2018-08-07 14:29:02 +02:00
e4c9d68b23
Fix floating action button disappears after closing a document
...
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 >
2018-08-07 14:28:20 +02:00
27326e0f58
tdf#119082 Exception wrong thread on Android Viewer
...
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 >
2018-08-07 14:27:16 +02:00
e4ed3d7408
Show Save document dialog when using colorpicker
...
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 >
2018-08-07 14:26:50 +02:00
7a0e523b88
Rename/Delete worksheets and slides option on Android Viewer
...
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 >
2018-07-31 13:38:26 +02:00
cc61683a0e
Setting visibility of menu items instead of disabling or enabling them
...
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 >
2018-07-31 13:38:03 +02:00
baac334dd2
Renamed "Font Back Color" to "Highlight Color" on Android Viewer
...
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 >
2018-07-31 13:37:05 +02:00
7c2d92ab63
Developer Mode
...
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 >
2018-07-15 12:47:11 +02:00
46855d3a98
Style tab added to Android Viewer
...
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 >
2018-07-12 15:56:10 +02:00
ec025525eb
tdf#118622 fix unhandled exception when selecting remove server
...
Change-Id: I5f0f9a1ed4a4e0a62555a33209296128572c4ffb
Reviewed-on: https://gerrit.libreoffice.org/57159
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-07-12 15:55:47 +02:00
7e04333c19
tdf#118618 fix document browser doesnt list all documents
...
Change-Id: I70aa1eb2bf08d3fa82a5ab86543198a263729ac9
Reviewed-on: https://gerrit.libreoffice.org/57150
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-07-12 15:55:25 +02:00
f5db384409
tdf#118585 Fix exception when closing Android Viewer
...
Change-Id: I9d87168dce4b5c6e503d41366aa35d5dadf89dae
Reviewed-on: https://gerrit.libreoffice.org/57081
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-07-12 15:55:03 +02:00
3eeb603c09
Fix remote server can not be selected on Android Viewer
...
Change-Id: Ic08253c3732f963eec6f97e6bd0530f95eb2916a
Reviewed-on: https://gerrit.libreoffice.org/57072
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com >
2018-07-12 15:42:29 +02:00
61b981e268
Fix endless loop when selecting remote server on Android Viewer
...
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 >
2018-07-12 15:42:10 +02:00
f091cc76d4
android: simplify boolean statement
...
Change-Id: I92cdccfe7b97d9baf29b1155990a38b26579e365
2018-06-30 11:23:52 +02:00
8be74d0302
android: get rid of unsafe/unchecked casts
...
Change-Id: I95bb78c563589501d756fdd4dd6529b9eee0f4ac
2018-06-30 11:23:52 +02:00
778fe76aca
android: suppress deprecation warning for Html.toHtml(String)
...
deprecated since 24/Nougat, but we still want to support devices running
Marshmallow and older..
Change-Id: Iedcf8a56028eff44134b548dc07a89573cb2210d
2018-06-30 11:23:52 +02:00
aea65dc3f9
android: bump gradle, gradle-plugin, support libary & target versions
...
Change-Id: I971f02c624a19ec58539738f5e736a986b5ba0d6
2018-06-30 11:23:52 +02:00
9d2f37474b
tdf#117777 fix show hidden files/folders option on Android
...
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 >
2018-06-01 04:32:33 +02:00
ea62d02ced
[Pardus] tdf#106371 ability to insert/delete tables Android Viewer
...
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 >
2018-06-01 04:30:20 +02:00
22ef830aa0
Added Storage permission handling on the Android Viewer
...
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 >
2018-06-01 04:28:30 +02:00
912fd109a3
android janitor... convert chained ifs to switch statement
...
Change-Id: I9929bd077a33349a6e57c3a427df7e77b3007c88
2018-05-16 16:37:18 +02:00
bf07813f68
android janitor... remove unnecessary imports, variables and casts
...
also no need to wrap primitives
Change-Id: I6e22b2bfdb2b8b366dd6f50d995b573c770f0b5a
2018-05-16 16:36:09 +02:00
fc5d185bdb
tdf#96795: Use locale-sensitive sorting in Android viewer
...
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 >
2018-04-19 01:31:20 +02:00
923b2acc1f
tdf#116820 The viewer does't show recent files
...
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 >
2018-04-13 18:07:34 +02:00