1a60096625
android: Update compile/targetSdkVersion to 35, disable edge-to-edge
...
Update compileSdk and targetSdkVersion to 35 (Android 15).
In a quick test, running the app seems fine in an API 36 (Android 16)
AVD configured to use 16 KB Page Size, for which support was added
in Android 15 [1].
Changing the targetSdkVersion to 35 implies that edge-to-edge
would now enabled by default [2]. That would result in the
app par overlapping with the system bar and interaction would
be broken. For now, avoid that by explicitly opting out of
edge-to-edge support by setting
android:windowOptOutEdgeToEdgeEnforcement for API versions >= 35
in the LibreOfficeTheme used by all activities by now.
Helpful article: [3]
That won't work for targetSdkVersion 36 any more (see [4]),
but at least helps to comply with the upcoming required
targetSdkVersion of 35 in Google Play and gives some time
to implement proper support for edge-to-edge
for Android 16+ devices before increasing the targetSdkVersion
further.
Android Viewer works as expected in a quick test
with an API 36 (Android 16) x86_64 AVD
and an API 24 (Android 7) x86 AVD (with an additional
local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6
to prevent a deadlock when opening documents that is unrelated
to this change here).
[1] https://developer.android.com/about/versions/15/behavior-changes-all
[2] https://developer.android.com/about/versions/15/behavior-changes-15#window-insets
[3] https://medium.com/androiddevelopers/insets-handling-tips-for-android-15s-edge-to-edge-enforcement-872774e8839b
[4] https://developer.android.com/about/versions/16/behavior-changes-16#edge-to-edge
Change-Id: Id6d33bfbb7ca49c65e3875efb87c3c575be5f5ce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187627
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 2b77994d455b8d066baf6b67c1820fbb736b538f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187723
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:49:51 +02:00
200ece8d76
android: Use same theme for SettingsActivity
...
Don't use another theme for the SettingsActivity
than for the rest of the app.
I don't see any big visual change when opening
the activity at least in an API 36 (Android 16)
AVD anyway (with an additional
local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6
to prevent a deadlock when opening documents that is unrelated
to this change here)
and this will simplify maintenance and
adding support for targetSdkVersion 35 where edge-to-edge
is enabled by default [1].
[1] https://developer.android.com/about/versions/15/behavior-changes-15#window-insets
Change-Id: I1e5dccfefe930d34a8b315df04a6f07f050a5b54
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187626
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit 42ee4ef3a33d22cfea24d0e1956677c2a4068c2f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187722
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:49:36 +02:00
8bccbfb093
android: Consolidate custom themes
...
LibreOfficeTheme.Base isn't used by itself,
so no longer let LibreOfficeTheme derive from it,
but derive from Theme.AppCompat.DayNight.NoActionBar
directly.
LibreOfficeTheme.Toolbar is equivalent, so drop it
and switch all uses to LibreOfficeTheme instead.
Change-Id: I9ad5ccb00bac94a20c17715780050fd8d300fa15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187625
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit 7b42e56bf9dd1db0ed9175c3db928f1b0a48bcaf)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187721
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:49:23 +02:00
82efed4dcd
android: Drop unused LibreOfficeTheme.NavigationView
...
Unused since
commit a23bd42e9b2f6401c710ac95afcc3aa8f360d65c
Author: Michael Weghorn <m.weghorn@posteo.de >
Date: Tue Apr 6 14:26:06 2021 +0200
android: Drop custom file abstraction + UI
Change-Id: I01da7a0f2c2a0f5b28262984048a0328de0e846b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187624
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit d93a9e5868d4c54fc17d8881e1c01eb048642c35)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187720
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:49:11 +02:00
cf011da45b
android lint: Drop redundant android:alignParent* attrs
...
Address those lint warnings which would otherwise
trigger build errors in a WIP branch updating
compileSdkVersion and targetSdkVersion to 36.
Regenerate android/source/lint-baseline.xml
Change-Id: I0c3cbd10f6f177636a4960dd93674dde7c04b470
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187576
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 56cc3fe11f66304502e2ffdf4400f1c74a51d0e7)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187719
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:49:01 +02:00
931b6104a4
android lint: Drop redundant android:layout_margin{Left,Right} attrs
...
Address those lint warnings which would otherwise
trigger build errors in a WIP branch updating
compileSdkVersion and targetSdkVersion to 36.
Regenerate android/source/lint-baseline.xml
Change-Id: I2f75a04898d38bf6661ba50bcdbe13677065f695
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187575
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit dccae06f4f48afdaf007d3c9f20d18e5873548ef)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187718
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:48:49 +02:00
d3fc350433
android lint: Always have Calc doc right of headers
...
Address these 2 lint warnings which would otherwise
trigger build errors in a WIP branch updating
compileSdkVersion and targetSdkVersion to 36.
<issue
id="RtlHardcoded"
message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34"
errorLine1=" android:layout_toRightOf="@+id/calc_header_top_left""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/activity_main.xml"
line="78"
column="21"/>
</issue>
<issue
id="RtlHardcoded"
message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34"
errorLine1=" android:layout_toRightOf="@+id/calc_header_row""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="res/layout/activity_main.xml"
line="94"
column="21"/>
</issue>
Like the desktop version of LibreOffice, have the Calc doc
always to the right of the headers, regardless of whether
RTL or LTR is used, i.e. leave `android:layout_toRightOf` and
drop the `layout_toEndOf` attribute.
this triggers other lint warnings. Regenerate
android/source/lint-baseline.xml to not fail the build
on those.
Change-Id: I4b3c1076d62a757164a3ae1953fe0c73ddc444c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187574
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit bda2ac31eeea60ca3e8a5b6057ee554df562f6d5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187717
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:48:32 +02:00
70f9251817
android: Port from deprecated ComponentActivity.onBackPressed (II)
...
Port LibreOfficeUIActivity from overriding the deprecated
androidx.ComponentActivity.onBackPressed method [1]
and register a androidx.activity.OnBackPressedCallback [2].
Overriding the deprecated API was already triggering a warning
and that was turned into a build/lint error in a WIP branch updating the
compileSdkVersion and targetSdkVersion to 36.
Interaction when using the back button (or gesture)
remains the same after enabling experimental editing option
and clicking the "+" button to display the options to create
new filesin a quick test (with an additional
local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6
to prevent a deadlock when opening documents that is unrelated
to this change here).
[1] https://developer.android.com/reference/androidx/activity/ComponentActivity#onBackPressed()
[2] https://developer.android.com/reference/androidx/activity/OnBackPressedCallback
Change-Id: Ie5e9f3be7321d40f43ebf584db367432afb70577
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187573
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 354c70556b5656c586adf4c8cc0521687bd77e22)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187716
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:48:16 +02:00
206670effa
android: Port from deprecated ComponentActivity.onBackPressed (I)
...
Port LibreOfficeMainActivity from overriding the deprecated
androidx.ComponentActivity.onBackPressed method [1]
and register a androidx.activity.OnBackPressedCallback [2].
Overriding the deprecated API was already triggering warning
/home/michi/development/git/libreoffice-WORKTREE-android/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java:511: warning: [deprecation] onBackPressed() in ComponentActivity has been deprecated
public void onBackPressed() {
^
and that was turned into a build/lint error in a WIP branch updating the
compileSdkVersion and targetSdkVersion to 36:
/home/michi/development/git/libreoffice-WORKTREE-android/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java:511: Error: onBackPressed is no longer called for back gestures; migrate to AndroidX's backward compatible OnBackPressedDispatcher [GestureBackNavigation]
public void onBackPressed() {
~~~~~~~~~~~~~
Interaction when using the back button (or gesture)
remains as before in a quick test (with an additional
local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6
to prevent a deadlock when opening documents that is unrelated
to this change here).
[1] https://developer.android.com/reference/androidx/activity/ComponentActivity#onBackPressed()
[2] https://developer.android.com/reference/androidx/activity/OnBackPressedCallback
Change-Id: Id5bde62fede7e0550a86bd0ba9bd1535a84003dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187572
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 9fa0ea06bc4f6be647ef4ac4d5bc1830bfc93ec4)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187715
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:48:05 +02:00
1bdaf0e75d
android: Update androidx.constraintlayout:constraintlayout to 2.2.1
...
Change-Id: I810185a7004a7d66626654a30cb4123a1b67b875
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187571
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 622b70aa5cf7d0e50d9c5280583b83a89841ebc7)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187714
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:47:40 +02:00
cc0f7e1ba6
android: Update Android Gradle Plugin to 8.11.0
...
... and gradle to 8.13, as suggested by Android Studio.
Update the lint-baseline.xml file (by deleting it and running
a build to have it regenerated, commit result).
Change-Id: Ia7d4c5fde77e7b504066cef004003447b2780192
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187569
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit 728248837dd31260f3eea8cda15892945b4700bd)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187713
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:47:30 +02:00
6087345903
android: Update Android Gradle Plugin to 8.10.1
...
... and gradle to 8.11.1, as suggested by Android Studio.
Change-Id: Id6560eccfe321339dec43c8fdbca11739c2daec8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186226
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit ddf4ac2d77357154f1983b7338228c7fc0477bdf)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187712
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:47:10 +02:00
d4956c9944
android: Update Android Gradle Plugin to 8.8.1
...
... and gradle to 8.10.2, as suggested by Android Studio.
Change-Id: Id3e90285ec1a40fdefbc0a4bcc9bc49e7a02f9c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181825
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit aaceec6a64f4762eee3c8e711137efbb603bbfd5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187711
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:46:59 +02:00
9b159ac6d1
android: Update androidx.constraintlayout:constraintlayout to 2.2.0
...
Change-Id: If589496270104a7e5cd103833573672a4f7eb326
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178877
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
(cherry picked from commit 3160e03a4d1b2f5f3fe470a25a079c2c373bdae6)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187710
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:46:48 +02:00
77a967ed04
android: Update Android Gradle Plugin to 8.7.3
...
... and gradle to 8.9, as suggested by Android Studio.
Change-Id: Ic7c36e5d3f7117f877985cd4af82c79bcca9fb87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178838
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit 216d8a0a44c5053b4ea3799773fbc9db2dca16d6)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187709
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-08-10 11:46:37 +02:00
c6e36e67da
android-viewer translated using Weblate
...
Belarusian currently translated at 100.0% (116 of 116 strings)
Change-Id: I89de3d7fd272451c47f7a89466dbf61b6f5cc250
Co-authored-by: Valery Levanchuk <levanchuk@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/be/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189097
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2025-08-07 22:52:40 +02:00
e783da0780
android-viewer translated using Weblate
...
Uyghur currently translated at 100.0% (116 of 116 strings)
Change-Id: I82b6cf34b43f0c63ccaca6a0484735119ae4c95e
Co-authored-by: Abduqadir Abliz <Sahran@live.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ug/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188683
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-08-01 11:33:17 +02:00
23dece4efc
android-viewer translated using Weblate
...
Chinese (Simplified Han script) currently translated at 100.0% (116 of 116 strings)
Change-Id: I2f6eb0212258a5ca087261d6df63eb348649f423
Added translation for android-viewer using Weblate (Chinese (Simplified Han script))
Change-Id: Ia1f3c50997a1e0075820b0e69970dc4be5f64061
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org >
Co-authored-by: Ming Hua <plateauwolf@qq.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/zh_Hans/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187838
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2025-07-21 10:55:44 +02:00
406793d693
android-viewer translated using Weblate
...
Uyghur currently translated at 53.4% (62 of 116 strings)
Change-Id: I88e4410cdf590347c2ddd196322a7fcc43a26154
Co-authored-by: Abduqadir Abliz <Sahran@live.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ug/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187345
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-07-04 08:35:20 +02:00
aa33a06304
android-viewer translated using Weblate
...
Uyghur currently translated at 22.4% (26 of 116 strings)
Change-Id: I90c9a998778b7020f397a2340bfa557b92721f97
Added translation for android-viewer using Weblate (Uyghur)
Change-Id: I4f8d88fb50c4cdb8d7a910e9e437902daab3357d
Co-authored-by: Abduqadir Abliz <Sahran@live.com >
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ug/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187156
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-07-01 09:01:18 +02:00
be301152b4
android-viewer translated using Weblate
...
Esperanto currently translated at 100.0% (116 of 116 strings)
Change-Id: I5566e958fa80554b835c37540e06f5fdcdfb3283
Co-authored-by: Donald Rogers <donr2648@fastmail.fm >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/eo/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186119
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2025-06-02 10:15:34 +02:00
1d3c152b56
android-viewer translated using Weblate
...
Romanian currently translated at 6.8% (8 of 116 strings)
Change-Id: I5e7ce5d52f3a1bee3f080d277fcd0a1347934afc
android-viewer translated using Weblate
Romanian currently translated at 6.8% (8 of 116 strings)
Change-Id: I96d0ca7341e22a826a9eeaf7c557ccbd38d9826c
Co-authored-by: Mihai Vasiliu <mihai.vasiliu.93@gmail.com >
Co-authored-by: Miloiu Andrei-Valentin <miloiuandrei@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ro/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185620
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-05-24 12:30:55 +02:00
f7e4b4d74e
android-viewer translated using Weblate
...
Esperanto currently translated at 37.0% (43 of 116 strings)
Change-Id: I801b1abc0f7ec405a271c7eff07a22e5c25a75c2
Co-authored-by: Donald Rogers <donr2648@fastmail.fm >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/eo/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185493
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
2025-05-19 19:01:24 +02:00
b857ff4827
android-viewer translated using Weblate
...
Romanian currently translated at 4.3% (5 of 116 strings)
Change-Id: Ic33768acba2771bb6b05d355120dfa7ac5fa858e
Co-authored-by: Miloiu Andrei-Valentin <miloiuandrei@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ro/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184803
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-04-30 07:28:02 +02:00
6413214cd5
android-viewer translated using Weblate
...
Belarusian currently translated at 100.0% (116 of 116 strings)
Change-Id: I6192c3ecdac8417dffbca7070462deefbde425b5
Added translation for android-viewer using Weblate (Belarusian)
Change-Id: I7ca1488b2671f0d0673a7ddec9b864ee85e6e425
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org >
Co-authored-by: Valery Levanchuk <levanchuk@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/be/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184129
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-04-16 14:43:03 +02:00
743aec309b
android-viewer translated using Weblate
...
Portuguese (Brazil) currently translated at 100.0% (116 of 116 strings)
Change-Id: I37ea0a16ae9196cc706cd4113e9ee09052ab62e1
android-viewer translated using Weblate
Asturian currently translated at 100.0% (116 of 116 strings)
Change-Id: I8848f5e3944243ffe6a011785f0b037b24a649ab
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Co-authored-by: Olivier Hallot <olivier.hallot@libreoffice.org >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ast/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/pt_BR/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183926
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
2025-04-10 19:38:53 +02:00
543320823e
android-viewer translated using Weblate
...
Romanian currently translated at 0.8% (1 of 116 strings)
Change-Id: Ida5b8d2fba485ac94745299cc546c9b35f9c47a4
Co-authored-by: Miloiu Andrei <miloiuandrei@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ro/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183797
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
2025-04-08 08:26:04 +02:00
5bc1f2bec2
Update translation files for android-viewer
...
Updated by "Remove blank strings" hook in Weblate.
Change-Id: I1729a9e062aa113fdabe8b552ab33f941b0d86b9
android-viewer translated using Weblate
Romanian currently translated at 0.0% (0 of 116 strings)
Change-Id: Ibc548608cc2da029a0e387f29d696e537640a467
android-viewer translated using Weblate
Afrikaans currently translated at 100.0% (116 of 116 strings)
Change-Id: I5c250f090ca9aef125d75cb200752cdab7575522
android-viewer translated using Weblate
Chinese (Traditional Han script) currently translated at 100.0% (116 of 116 strings)
Change-Id: I6bfb8e3d14fd746719542724d96232b2f31f055f
android-viewer translated using Weblate
Ukrainian currently translated at 100.0% (116 of 116 strings)
Change-Id: Ic51ca3dd6c5e480349e963e097fa5eef396701b6
android-viewer translated using Weblate
Turkish currently translated at 100.0% (116 of 116 strings)
Change-Id: I3647d9e22b74aff96d93a8ef16c65c314673fbe2
android-viewer translated using Weblate
Tagalog currently translated at 100.0% (116 of 116 strings)
Change-Id: I472a25877ed0fd53a2cacf2b8658f2767cfb2572
android-viewer translated using Weblate
Slovenian currently translated at 100.0% (116 of 116 strings)
Change-Id: Ie78b26d6ef32b9c581850b5cb2ac5c2e0e57f013
android-viewer translated using Weblate
Slovak currently translated at 100.0% (116 of 116 strings)
Change-Id: I44dac6ac30198f925911b86f70d3f3ab02ade59a
android-viewer translated using Weblate
Portuguese currently translated at 100.0% (116 of 116 strings)
Change-Id: Ic1434dc19fc804dd5f2f42fc59fa1f850375dfd4
android-viewer translated using Weblate
Portuguese (Brazil) currently translated at 100.0% (116 of 116 strings)
Change-Id: Ie1c52dd5dcf333f19d3dc3106a7df584b3ee0b1b
android-viewer translated using Weblate
Polish currently translated at 100.0% (116 of 116 strings)
Change-Id: I916d84a0224de2816c4fcce9dc6ddd9547ba2453
android-viewer translated using Weblate
Polish currently translated at 100.0% (116 of 116 strings)
Change-Id: Ie10df85b7d2592e6841e0bb4b5b971c8f887edfe
android-viewer translated using Weblate
Punjabi currently translated at 95.6% (111 of 116 strings)
Change-Id: I9327bcf7228fe1b57bca65710f736d2fab312678
android-viewer translated using Weblate
Dutch currently translated at 100.0% (116 of 116 strings)
Change-Id: I62c815648a97a522de9f66a34b65906eca76d1be
android-viewer translated using Weblate
Dutch currently translated at 100.0% (116 of 116 strings)
Change-Id: I9356d2a1afb23f04af54ad277d60439d33822e5d
android-viewer translated using Weblate
Nepali currently translated at 17.2% (20 of 116 strings)
Change-Id: I49a4b79296b4ee89a80e6ab877d82a197f632bea
android-viewer translated using Weblate
Nepali currently translated at 17.2% (20 of 116 strings)
Change-Id: I1425d7e10cc2411d0d88b778dcaa4f104604a492
android-viewer translated using Weblate
Kazakh currently translated at 0.0% (0 of 116 strings)
Change-Id: Iaacb68e33bd7532524cb71199891a3795599c915
android-viewer translated using Weblate
Georgian currently translated at 100.0% (116 of 116 strings)
Change-Id: Id99776183cc9a4f3c1a70adaa99594ab406a649c
android-viewer translated using Weblate
Japanese currently translated at 83.6% (97 of 116 strings)
Change-Id: I2c8b3ea746472779433f0bc43b76a0a62b65e371
android-viewer translated using Weblate
Hebrew currently translated at 100.0% (116 of 116 strings)
Change-Id: I89e633ed04c2ed245797f17e41169a949c3d7cd7
android-viewer translated using Weblate
Hebrew currently translated at 100.0% (116 of 116 strings)
Change-Id: I04d526224f4c6b32715c99ccb6914a639dfe07c8
android-viewer translated using Weblate
Italian currently translated at 100.0% (116 of 116 strings)
Change-Id: I9fb875054990bf72a115f00548c95f3c0e2c9a9a
android-viewer translated using Weblate
Icelandic currently translated at 100.0% (116 of 116 strings)
Change-Id: I133ca8640ed44e9931185dce043860f409c7d528
android-viewer translated using Weblate
Indonesian currently translated at 100.0% (116 of 116 strings)
Change-Id: I92b48695b93fa03be2d4338d0d0a43569287a92a
android-viewer translated using Weblate
Interlingua currently translated at 75.8% (88 of 116 strings)
Change-Id: I56cd0b45efd8bc58275cabd2bcdebff6c607e894
android-viewer translated using Weblate
Armenian currently translated at 100.0% (116 of 116 strings)
Change-Id: I3e28dd9037c90de572c261fd3c791019dea1ca33
android-viewer translated using Weblate
Hungarian currently translated at 100.0% (116 of 116 strings)
Change-Id: I2c925373021d8403ebfeeeb86ecb0a1b1069d0cb
android-viewer translated using Weblate
Upper Sorbian currently translated at 100.0% (116 of 116 strings)
Change-Id: I2af8b381909fae7200d86a16ad2f5307f16c21e6
android-viewer translated using Weblate
Galician currently translated at 100.0% (116 of 116 strings)
Change-Id: I2248631598e01a1dfcd20c6ea59e58da626fda5f
android-viewer translated using Weblate
Finnish currently translated at 0.0% (0 of 116 strings)
Change-Id: I57f0a40f810cead67f75ee15ace655b9bedfcabd
android-viewer translated using Weblate
Persian currently translated at 100.0% (116 of 116 strings)
Change-Id: I47428c6c25774859f5c5790da7c4b2288ea953c7
android-viewer translated using Weblate
Basque currently translated at 100.0% (116 of 116 strings)
Change-Id: Ib7e6301aa27695f26f5ddffcbad1672c33dbe7e0
android-viewer translated using Weblate
Spanish currently translated at 100.0% (116 of 116 strings)
Change-Id: Ibba129b05d91fbc20aa2b428c837835d6fedddf4
android-viewer translated using Weblate
Esperanto currently translated at 0.0% (0 of 116 strings)
Change-Id: I7f87e83b800b2780fc2458ffa9e5d22ff1b86b82
android-viewer translated using Weblate
Greek currently translated at 100.0% (116 of 116 strings)
Change-Id: Ifa0c552277277b05f66a01d325821dab7a7075d1
android-viewer translated using Weblate
Lower Sorbian currently translated at 100.0% (116 of 116 strings)
Change-Id: I2fc2e70e4b27026762b6c817575f530149b820fb
android-viewer translated using Weblate
German currently translated at 100.0% (116 of 116 strings)
Change-Id: I3dfe36c8483b14f16db498e22558570933dc4d6f
android-viewer translated using Weblate
Welsh currently translated at 100.0% (116 of 116 strings)
Change-Id: Ie1f6c2aec7d696359edef99274ac14b541ba0d90
android-viewer translated using Weblate
Czech currently translated at 100.0% (116 of 116 strings)
Change-Id: If0a13487d441e1d8ae1ebbcb8d5a1ad8c6a0de08
android-viewer translated using Weblate
Catalan currently translated at 100.0% (116 of 116 strings)
Change-Id: Ia3975f2a99f9acab06546315afcdd7c4952dea42
android-viewer translated using Weblate
Asturian currently translated at 100.0% (116 of 116 strings)
Change-Id: Ief683b0bf4453c41919b0189a06b345251c0f941
android-viewer translated using Weblate
Abkhazian currently translated at 0.0% (0 of 116 strings)
Change-Id: I3cb55f837bd1a0d73d0266d6f94d7bd9e6948fd9
android-viewer translated using Weblate
French currently translated at 100.0% (116 of 116 strings)
Change-Id: If00bf7c8f28316a1d3f33a1c51abc7578180a675
android-viewer translated using Weblate
Punjabi currently translated at 95.6% (111 of 116 strings)
Change-Id: I121b205c632d50caf5cd8381afc8151e3189af61
Co-authored-by: Adam Rak <kitynska@gmail.com >
Co-authored-by: Andy Flagg <libreoffice.tagalog@gmail.com >
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Nabin Khanal <boiinventer@gmail.com >
Co-authored-by: Paul Roos <iNetRoos@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com >
Co-authored-by: vpanter <Leo.Moons@proximus.be >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ab/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/af/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ast/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ca/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/cs/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/cy/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/de/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/dsb/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/el/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/eo/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/es/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/eu/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/fa/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/fi/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/fr/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/gl/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/he/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/hsb/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/hu/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/hy/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ia/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/id/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/is/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/it/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ja/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ka/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/kk/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ne/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/nl/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/pa/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/pl/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/pt/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/pt_BR/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ro/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/sk/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/sl/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/tl/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/tr/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/uk/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/zh_Hant/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181983
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com >
2025-03-06 14:36:26 +01:00
6d34f5ac79
tdf#165211 android: Include tabbuttonsmirrored.ui
...
This fixes a crash seen when trying to open the
sample file from tdf#165211. From ADB log:
02-18 12:10:07.538 7343 7378 E libo:sal/osl/unx/file: failed to open /assets/share/config/soffice.cfg/svt/ui/tabbuttonsmirrored.ui
02-18 12:10:07.538 7343 7378 W vcl.builder: 1:include/vcl/widgetbuilder.hxx:74: Unable to read .ui file file:///assets/share/config/soffice.cfg/svt/ui/tabbuttonsmirrored.ui
02-18 12:10:07.538 7343 7378 F libc : /home/michi/development/git/libreoffice-WORKTREE-android/include/vcl/widgetbuilder.hxx:76: void WidgetBuilder<vcl::Window, VclPtr<vcl::Window>, PopupMenu, VclPtr<PopupMenu>>::processUIFile(Widget *) [Widget = vcl::Window, WidgetPtr = VclPtr<vcl::Window>, MenuClass = PopupMenu, MenuPtr = VclPtr<PopupMenu>]: assertion "false && "missing ui file or missing gb_CppunitTest_use_uiconfigs dependency"" failed
02-18 12:10:07.538 7343 7381 I stderr : /home/michi/development/git/libreoffice-WORKTREE-android/include/vcl/widgetbuilder.hxx:76: void WidgetBuilder<vcl::Window, VclPtr<vcl::Window>, PopupMenu, VclPtr<PopupMenu>>::processUIFile(Widget *) [Widget = vcl::Window, WidgetPtr = VclPtr<vcl::Window>, MenuClass = PopupMenu, MenuPtr = VclPtr<PopupMenu>]: assertion "false && "missing ui file or missing gb_CppunitTest_use_uiconfigs dependency"" failed
02-18 12:10:07.538 7343 7378 E LibreOffice/androidinst: SalAbort: 'Unspecified application error'
02-18 12:10:07.538 7343 7378 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 7378 (Thread-2), pid 7343 (org.libreoffice)
Change-Id: Ie3917043671f43af5e8251d4d9a05723c0c51690
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181828
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
(cherry picked from commit 45cfeed90899ff43015d9ee9e3bbf42ea07d8992)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181835
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org >
2025-02-19 08:28:54 +01:00
5fdf788f8b
android-viewer translated using Weblate
...
Asturian currently translated at 100.0% (116 of 116 strings)
Change-Id: I0b5b6d20770ec9ca5916745aecf60f57516e5ad8
android-viewer translated using Weblate
German currently translated at 100.0% (116 of 116 strings)
Change-Id: Id944fa6f29f2a097f7a7d558d5a98e78a312c620
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Co-authored-by: Christian Kühl <kuehl.christian@googlemail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/ast/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/de/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180747
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2025-02-01 15:46:14 +01:00
76d758e8f4
android-viewer translated using Weblate
...
Tagalog currently translated at 100.0% (116 of 116 strings)
Change-Id: I04bae7a7e7d708615ff95461bed015a84c814923
android-viewer translated using Weblate
Tagalog currently translated at 14.6% (17 of 116 strings)
Change-Id: Ide358036e77b5337ead9eff8629ee54948b260e9
Added translation for android-viewer using Weblate (Romanian)
Change-Id: I0555a2d3a563b7386c2e7fc379a95525e68b52d0
android-viewer translated using Weblate
Afrikaans currently translated at 100.0% (116 of 116 strings)
Change-Id: I09f76734924ae79c879e0cbd76b47b70bcb0c88d
Added translation for android-viewer using Weblate (Afrikaans)
Change-Id: Ie6b2ce95bab4c8b6a0585c3812dff4671e1ee653
Co-authored-by: Andy Flagg <libreoffice.tagalog@gmail.com >
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org >
Co-authored-by: Paul Roos <iNetRoos@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/af/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-25-2/tl/
Translation: android-viewer/android-strings-25-2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179904
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2025-01-18 10:10:23 +01:00
80d4ce197f
android-viewer translated using Weblate
...
Interlingua currently translated at 75.8% (88 of 116 strings)
Change-Id: I6f6529872aa3c3cf3553eacebe280195fa5f0699
Co-authored-by: Weblate <noreply@documentfoundation.org >
Co-authored-by: eduver <hmcb2080@gmail.com >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ia/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177478
Tested-by: Michael Weghorn <m.weghorn@posteo.de >
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-11-29 07:41:38 +01:00
b7e71559ce
android-viewer translated using Weblate
...
Interlingua currently translated at 75.8% (88 of 116 strings)
Change-Id: I75ff1908970b8d28c3380e5791aea0146354868c
Co-authored-by: eduver <hmcb2080@gmail.com >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ia/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177272
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-11-27 10:54:51 +01:00
449df239a2
android-viewer translated using Weblate
...
Hebrew currently translated at 100.0% (116 of 116 strings)
Change-Id: I5a39070be19791e0f85ee32487bcca8a1876a9b8
android-viewer translated using Weblate
Interlingua currently translated at 75.8% (88 of 116 strings)
Change-Id: Iea0eb23bf7d58d78fd99668a8b057f3d9295a3fc
Added translation for android-viewer using Weblate (Tagalog)
Change-Id: I2f97dbf569d5eda71dfdd2a62c5563bd7918d43b
Co-authored-by: Andy Flagg <libreoffice.tagalog@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com >
Co-authored-by: famese <hmcb2080@gmail.com >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/he/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ia/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175682
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-11-04 13:51:47 +01:00
7a749b0c34
android-viewer translated using Weblate
...
Indonesian currently translated at 100.0% (116 of 116 strings)
Change-Id: I072e698547ef9bc602168563245aec265aac6db2
Co-authored-by: Andika Triwidada <andika@gmail.com >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/id/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174780
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-10-15 17:03:07 +02:00
529dfc741a
tdf#163170 Add support for MS Visio Template format with .vstx extension
...
libvisio is already supporting .vstx template format.
With this patch the LibreOffice is recognizing such file types,
and successfully opening it.
More information about format:
https://learn.microsoft.com/en-us/office/client-developer/visio/introduction-to-the-visio-file-formatvsdx
Change-Id: Ibee01288cdb2cd6a0ac3f371a22604d7bb5b471c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173997
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl >
2024-09-29 10:04:37 +02:00
c9b7d8cc74
android: Update Android Gradle Plugin to 8.6.1
...
as suggested by Android Studio.
Change-Id: Idbd71e7766d44374b4972362fb917f385b4fc5a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174042
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
2024-09-28 09:20:17 +02:00
52d0e53fa8
android-viewer translated using Weblate
...
Slovak currently translated at 100.0% (116 of 116 strings)
Change-Id: Ibc6247bf6000bbdaee75f4eb303eac5a4b6138bb
android-viewer translated using Weblate
Asturian currently translated at 100.0% (116 of 116 strings)
Change-Id: I9696da414ca126b4b84b789d04f28c9fffd4cf0f
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Co-authored-by: Miloš Šrámek <msramek22@gmail.com >
Co-authored-by: Weblate <noreply@documentfoundation.org >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ast/
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/sk/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171584
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2024-08-14 17:52:09 +02:00
128a1332d6
android-viewer translated using Weblate
...
Interlingua currently translated at 75.8% (88 of 116 strings)
Change-Id: Ic8de20a48ed2bd6c8756b3158432cba86811577b
Co-authored-by: SoftInterlingua <softinterlingua@gmail.com >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ia/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171103
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-29 08:17:56 +02:00
b547d13a46
android-viewer translated using Weblate
...
Japanese currently translated at 83.6% (97 of 116 strings)
Change-Id: I0f1a0b85fa02badf103683cc589b8cc0a3a99a6b
Co-authored-by: Taichi Haradaguchi <20001722@ymail.ne.jp >
Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings/ja/
Translation: android-viewer/android-strings
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170788
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-22 10:42:54 +02:00
2546dd1b28
android: Drop unused ViewportMetrics class
...
There's still the `ImmutableViewportMetrics` class that
actually gets used.
Change-Id: I4645a33812441a2de36d666423742b164da76bda
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170766
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 18:32:09 +02:00
f1a130a87a
android: Drop unnecessary semicolon
...
Change-Id: I6e47003e4c890da9c09b23f64a0e2eac24d2e6bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170765
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 18:32:00 +02:00
2180a868cc
android: Drop unused TextLayer class
...
Change-Id: Id4be67dc7c3ac7ad7a820fca6af730c776ec88f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170764
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 18:31:54 +02:00
74d1b4e2d6
android: Drop unused local var
...
Change-Id: I31f02d8fbc0bb3b5b5cd57665ebd2c02138b654e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170763
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
2024-07-19 18:31:48 +02:00
d8f08430c1
android: Drop unused imports
...
Change-Id: Ic7f38227d982d1f402b12df85cf37fcda2558ad7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170762
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 18:31:43 +02:00
f9f1e215cb
android: Drop unused IntSize#nextPowerOfTwo(float)
...
Change-Id: Idec5616195875e4adec22a193d8d8a569de079e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170761
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
2024-07-19 18:31:37 +02:00
435b4d01e1
android: Drop unused imports
...
Change-Id: Ie26eb3ee5e068b75912d0392ca81c966972e72bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170717
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 12:57:24 +02:00
9cd74570a1
android: Drop unused DisplayMentrics#toJSON
...
Change-Id: I631932c4f4a6d61e89816b5d276bfe8384194939
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170716
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
2024-07-19 12:57:14 +02:00
a91464d10f
android: Drop unused CairoImage.FORMAT_INVALID
...
Change-Id: I4cd9aba81129921bae523f8afe182732119471c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170715
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
2024-07-19 12:57:05 +02:00
3ed11168c5
android: Make constant final
...
Addresses this warning/suggestion shown in Android Studio:
> Field 'LOGTAG' may be 'final'
And: Drop an unused import.
Change-Id: I6ce730a80690c2701a91cc7900cc801b370dc605
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170714
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de >
Tested-by: Jenkins
2024-07-19 12:56:54 +02:00