Commit graph

260 commits

Author SHA1 Message Date
5fe38e62a1 [android]: New versioning scheme
Android:

- 21042415 - version code
- 2021.04.24-15-gae0bcb54f9-Google - version name

iOS:

- 2021.04.24

This patch also fixes GitHub Actions.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-04-24 23:02:44 +03:00
fe5fca2c01 [android]: Bump SdkVersion to 30
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-04-04 16:56:47 +03:00
09f25f2501 [android]: Fix Gradle warnings
Do what the latest Gradle ask me to do.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-04-03 11:24:28 +02:00
9b5a03ab1c [android] Remove APK expansion files (OBB)
This feature is deprecated. According to Google, from August 2021, new
apps will be required to publish with the Android App Bundle on
Google Play. Android App Bundle (.aab) is not compatible with OOB.

See https://developer.android.com/guide/app-bundle

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-04-01 17:28:37 +03:00
Alexander Borsuk
446b9e16a7 [android] Enabled R8, google will force it soon
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-27 12:17:59 +01:00
Alexander Borsuk
ae7a0487e6 [android] Removed unused properties
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-27 12:17:59 +01:00
Alexander Borsuk
53167676b7 [android] Cleanup code with linter
Signed-off-by: Alexander Borsuk <me@alex.bio>
2021-03-24 09:04:12 +03:00
ca07dd3dce Bump version to 10.6.0
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-03-14 22:24:18 +03:00
5136a60e26 [android]: Remove Google Authorization
This old implementation of Google Auth was based on GMS and
didn't work on non-Google devices. If we really want to support
Google Auth, we should use Firebase Auth instead:

https://firebase.googleblog.com/2020/10/firebase-auth-android-non-gms.html

This patch removes the last Google Service from the project. Please
add android/google-services.json if you want to build version with
enabled Google Services (GMS + Firebase) for the Play Store.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-03-14 18:48:14 +03:00
vng
0ff5f27119 Merge remote-tracking branch 'mapsme/master' into master
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-03-06 18:34:06 +03:00
Daniil Popov
42ecadc118 Replace .png icons with theirs vector analogs
Signed-off-by: Daniil Popov <int02h@gmail.com>
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-28 10:59:59 +03:00
cd5c20b533 Merge https://github.com/mapsme/omim
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-24 17:06:08 +00:00
afd26c56a1 [android] Bump version after Facebook SDK removal
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-20 22:29:46 +03:00
669a604bb6 [android] Fix crash in GetBatteryLevel()/GetBatteryLevel()
Follow up aa7ef4a189

Fixes #60
Fixes #81

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-07 01:18:20 +03:00
f9797f3b2e [android][ci] Save debug symbols to Crashlytics
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-04 12:30:12 +00:00
54f8a8c831 [android][ci] Build signed webBeta without maps
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-04 10:41:13 +00:00
2c99320278 [android] Don't use OBB for Google Play
https://developer.android.com/google/play/expansion-files:

> If you'd like to avoid using expansion files and your app's compressed
> download size is larger than 100 MB, you should instead upload your app
> using Android App Bundles which allows for up to a 150 MB compressed
> download size.
>
> Important: In the second half of 2021, new apps will be required to
> publish with the Android App Bundle on Google Play.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-02 16:14:09 +00:00
1d4dbc1dd4 [planet] Update data from 01.11.2020
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-02 13:09:10 +00:00
7455be30c7 [android] Bump version
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2021-01-01 17:57:28 +03:00
85a3b8c47d [strings][android][qt][tools] Rebranding
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2020-12-31 08:11:33 +00:00
4cc39ce84f [ci] Add basic CI for Android and Desktop
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2020-12-29 20:32:17 +03:00
alexzatsepin
3eb7fe773d [android][ios] Updated version to 10.4.0 2020-10-21 17:39:13 +03:00
Alexey Osminin
c930a69d73 [adnroid] increase targetSdk and compileSdk to 29 api 2020-10-13 18:20:28 +03:00
alexzatsepin
7aa32c213a [android][ios] Updated version to 10.3 2020-09-14 13:36:46 +03:00
alexzatsepin
96c7fbd685 [android] Migration to material components
[android] Removed support library configuration from the gradle script
2020-08-03 18:05:17 +03:00
alexzatsepin
e7f4858a02 [android] Fixed generatin and uploading native symbols in firebase console 2020-07-22 12:32:44 +03:00
alexzatsepin
a5129893d8 [android][ios]Updated version to 10.2.0 2020-07-20 19:15:54 +03:00
Александр Зацепин
51078bbbaf [android] Updated version to 10.1.2 2020-07-02 17:53:53 +03:00
Александр Зацепин
6dd82a1980 [android] Update version to 10.1.1 2020-07-02 17:53:53 +03:00
Александр Зацепин
e50cf15a69 [android] Updated min sdk version to 21(Lollipop) 2020-05-29 12:32:26 +03:00
Александр Зацепин
a836506f8a [android][ios] Updated version to 10.1.0 2020-04-17 13:56:03 +03:00
Dmitry Donskoy
f431979e2d [android] Set 10.0.1 version 2020-04-14 16:19:24 +03:00
Александр Зацепин
2c6fb9a185 [android] Disabled R8 obfuscator so that Proguard is used, since r8 changes line numbers in deobfuscated crash 2020-04-14 16:19:24 +03:00
Alexander Boriskov
b5c838f6f8 [android] Update version to 10.0.0 2020-02-27 13:42:34 +03:00
Александр Зацепин
bc439e5eea [android] Updated version to 9.6.1 2020-02-27 13:42:34 +03:00
Александр Зацепин
ead7e8eabf [android][ios] Updated version to 9.6.0 2020-01-13 12:04:14 +03:00
Александр Зацепин
8b96ec8846 [android] Fixed google play services/firebase depedencies conflict 2019-11-22 12:32:30 +03:00
Александр Зацепин
191b59f201 [android] Updated min sdk version from 15 to 19 2019-10-22 15:14:07 +03:00
Александр Зацепин
f2dd324837 [android] Migrated code to Android X 2019-10-22 15:11:22 +03:00
Arsentiy Milchakov
f8371a5a00 [android] got rid of mwm migration UI and resource files for two component mwms 2019-10-14 13:56:58 +03:00
Александр Зацепин
1037a4b850 [android] target sdk 28 support 2019-10-09 14:46:25 +03:00
Vladimir Byko-Ianko
df2c1dd94a [android] Updated version to 9.5 2019-09-13 18:34:06 +03:00
Vladimir Byko-Ianko
0ea7d28022 Android version to 9.4. 2019-09-13 18:17:22 +03:00
Александр Зацепин
1d52f837e9 [android] Updated version to 9.3.2 2019-09-12 18:46:34 +03:00
Александр Зацепин
f2225bc5c9 [android] Updated version to 9.3.1 2019-09-10 11:54:42 +03:00
Александр Зацепин
5db56c4bd1 [android] Whatsnew for 9.3.0 2019-09-05 14:25:07 +03:00
Александр Зацепин
fae58cc0af [android] Updated version to 9.2.1 2019-08-23 14:16:23 +03:00
Dmitry Donskoy
f9c6f2a640 [android] Set 9.2 version 2019-08-12 18:36:16 +03:00
Александр Зацепин
7fbd0947b7 [android] Updated version to 9.1.8 2019-06-24 16:57:06 +03:00
Александр Зацепин
fea434edeb [android] Updated version to 9.1.6 2019-05-23 14:02:26 +03:00