office-gobmx/android/source
Michael Weghorn 1b45a30ccd android: Leave part names starting with "Sheet" etc. intact
It's unexpected that opening a Calc sheet with two tables
called "Sheet foobar" and "Sheet 10" would result in the
sheets showing up as "Sheet 1" and "Sheet 2" in the parts
view instead of their real names.

Therefore, leave the original names intact and show
them instead of generating new generic names.

The change to rename such sheets (and similar parts)
has been added in

    commit 1239dce259
    Date:   Thu Nov 1 22:03:31 2018 +0300

        [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.

where the intention seems to have been to have a
localized name for the parts show up.
That still happens when the part name is empty
(s. lines above), but I think that explicit
names should remain as they are, as e.g. also
happens for Calc sheets in the desktop version of
LibreOffice.

Change-Id: I3073babf99a6b2309be2107141bba92236eba76d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133448
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-04-27 05:51:04 +02:00
..
gradle/wrapper android: Update Android Gradle Plugin to 7.1.3 2022-04-20 05:19:36 +02:00
res android: Use drawable tag already supported with API level 16 2022-04-21 20:57:21 +02:00
src/java/org android: Leave part names starting with "Sheet" etc. intact 2022-04-27 05:51:04 +02:00
AndroidManifest.xml android: Remove redundant label attribute from activities 2022-04-20 05:18:49 +02:00
build.gradle android: use mavenCentral instead of jcenter repository 2022-04-21 11:16:14 +02:00
fonts.conf
gradle.properties android: Port from Android Support Lib to AndroidX 2022-04-14 16:49:41 +02:00
gradlew
gradlew.bat
ic_launcher-web.png
Makefile android: Stop using ANDROID_SDK_HOME env variable 2022-04-20 05:19:20 +02:00
proguard-project.txt
ReleaseManifest.xml