Commit Graph

129 Commits

Author SHA1 Message Date
Vincent Velociter 230077b38a Update fastlane 2025-12-21 14:34:27 +01:00
Vincent Velociter 854ff8cf67 Update fastlane 2025-12-21 12:33:34 +01:00
dependabot[bot] 439e668bd8 Bump aws-sdk-s3 from 1.204.0 to 1.208.0 in /android (#2449)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.204.0 to 1.208.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.208.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-21 12:05:44 +01:00
Vincent Velociter 7febab78e8 Update android gradle and plugins 2025-11-20 15:51:34 +01:00
Vincent Velociter aeef3e743a Update android fastlane dependencies 2025-11-20 15:14:31 +01:00
Vincent Velociter 68c8c500fb Use flutter ndk version 2025-11-19 16:54:17 +01:00
Vincent Velociter 45d7681a57 Update ndk version 2025-11-13 14:01:33 +01:00
Vincent Velociter 6e143560cc Fix secure storage config 2025-11-12 10:36:25 +01:00
Vincent Velociter a656970de2 Disable android auto backup
Ref #2266
2025-10-15 12:15:22 +02:00
julien4215 9922417c14 Upload the debug symbols of libapp.so to the Play Console (#2139)
* Try again to upload the debug symbols of libapp.so
to the Play Console.

* Upload the debug symbols by using a zip file
instead of modifying the App Bundle.

* Don't add the folder native-debug-symbols in the
zip file, only the architecture folders.

* Also upload ReTrace mapping file to Play Console.

* Add a missing comma.
2025-10-14 11:41:15 +02:00
Vincent Velociter 5c0da4edc5 Revert "Upload the debug symbols of libapp.so to the Play Console (#2101)" (#2138)
This reverts commit 3c67971689.
2025-08-24 07:43:46 -04:00
julien4215 3c67971689 Upload the debug symbols of libapp.so to the Play Console (#2101) 2025-08-23 10:32:14 -04:00
Vincent Velociter 41c8fe1eb6 Revert "Try again to upload the debug symbols of libapp.so to the Play Consol…" (#2099)
This reverts commit 627d8ae050.
2025-08-16 08:15:40 -04:00
julien4215 f7f91465c0 Add all drawables resources in the keep file so (#2094)
that Android doesn't shrink them in APK builds.
2025-08-15 18:25:14 -04:00
julien4215 627d8ae050 Try again to upload the debug symbols of libapp.so to the Play Console. (#2044)
* Try again to upload the debug symbols of libapp.so
to the Play Console.

* Upload the debug symbols by using a zip file
instead of modifying the App Bundle.
2025-08-15 18:24:33 -04:00
Vincent Velociter 3ff392bfaa Merge branch 'main' of https://github.com/aba2222/mobile into aba2222-main 2025-08-04 14:54:10 +02:00
aba2222 faa7230db5 Add subtitle and short title pf variants to quick action 2025-07-29 09:15:36 +08:00
Vincent Velociter 8d77397e9c Revert "Upload libapp.so debug symbols to Play Console (#1983)" (#2004)
This reverts commit 915e41c7cd.
2025-07-28 16:47:47 +02:00
aba2222 4afc7fcb18 Merge branch 'main' into main 2025-07-25 16:03:00 +08:00
aba2222 2dac8069e4 Display the last 3 games in quick actions 2025-07-25 15:47:17 +08:00
julien4215 915e41c7cd Upload libapp.so debug symbols to Play Console (#1983) 2025-07-24 16:52:56 +02:00
aba2222 cf3ab4f2aa Add quick actions 2025-07-24 12:40:38 +08:00
Vincent Velociter 335ac48b26 Update fastlane 2025-06-16 10:28:03 +02:00
julien4215 4f392ede54 Remove NDK version from build file to let Android pick the latest one. (#1886)
Flutter plans to remove the NDK pinning in templates as said in this Github
comment https://github.com/flutter/flutter/issues/139427#issuecomment-1989024985.
2025-06-16 09:12:24 +02:00
Phil Oliver ffa95ea847 Modernize Android splash screen (#1884)
* Update splash screen to use vector drawables

* Leverage Android's splash screen apis to simplify things further

* Fix system ui for light and dark modes on older devices

* Use official logo asset

* Don't use `flutter_native_splash` on Android
2025-06-16 08:58:57 +02:00
Vincent Velociter b704273323 Fix NDK version warning 2025-06-15 21:41:46 +02:00
Phil Oliver 71431dd3c5 Android adaptive icon cleanup (#1875)
* Remove pre API 26 launcher icon assets

* Remove "-v26" suffix from mipmap directory name

* Move ic_launcher_foreground.xml to drawable-anydpi

* Colocate with other colors
2025-06-15 10:57:04 +02:00
julien4215 be3d5aa9d6 Several updates to Android configuration files to match the defaults (#1869)
used by Flutter in version 3.32:

  - Migrate Gradle scripts to Kotlin DSL

  - Update Gradle, AGP and Kotlin Gradle Plugin versions

  - Replace the gradle.properties file by the default one of Flutter

  - Add a query used by Flutter engine and remove one for url_launcher
    that is actually not needed
2025-06-14 12:26:37 +02:00
julien4215 22044dcdce Enable shrink resources on android release builds for resource optimization. (#1864)
See the following page of the Android documentation about app optimization
https://developer.android.com/topic/performance/app-optimization/enable-app-optimization
for more information.
2025-06-12 18:16:16 +02:00
julien4215 7fc0247d9a Add the native debug symbols in the Android App Bundle of the app with (#1861)
debug symbol level full.

See the following Android documentation about native symbols
https://developer.android.com/build/include-native-symbols for more
information.
2025-06-12 18:15:28 +02:00
Vincent Velociter 287d8db502 Update fastlane 2025-05-28 22:02:05 +02:00
Vincent Velociter 6aaa395021 Update fastlane 2025-04-17 12:38:14 +02:00
Vincent Velociter 6c3baae900 Merge branch 'tournamentScreen' of https://github.com/tom-anders/lichess-mobile into tom-anders-tournamentScreen 2025-04-04 16:06:04 +02:00
Vincent Velociter aeaf7f31f6 Upgrade app_settings and flutter_local_notifications 2025-04-03 16:16:21 +02:00
tom-anders 966166ce0b feat: add tournament screen 2025-03-25 19:40:58 +01:00
Vincent Velociter 08ec03019d Only support game urls with orientation as deep link 2025-02-20 15:16:48 +01:00
Vincent Velociter 43d4e401c5 Merge pull request #1462 from julien4215/broadcast-game-deeplink
Broadcast game deeplink
2025-02-20 14:23:59 +01:00
Vincent Velociter 4676f727f8 More conservative settings for deep links 2025-02-20 10:16:44 +01:00
Julien 8cfe7c1078 Add broadcast game screen deeplink support 2025-02-19 17:22:29 +01:00
Julien 90004de7d7 Add deeplink support for broadcast round 2025-02-17 11:52:53 +01:00
Vincent Velociter d41824c778 Enable impeller on android 2025-02-11 16:08:49 +01:00
Julien 9a238ca4c9 Fix deeplinks uri not handled properly when the length of path segments
is one
2025-02-10 01:25:36 +01:00
Vincent Velociter fad63caaee Merge branch 'deeepLink' of https://github.com/tom-anders/lichess-mobile into theme_fixes 2025-02-09 14:11:59 +01:00
Vincent Velociter 238853dcd8 Update gradle 2025-01-31 06:40:13 +01:00
Vincent Velociter 03682ba389 Revert "Enable impeller on android"
This reverts commit d4be7f362c.
2025-01-30 15:17:58 +01:00
Vincent Velociter d4be7f362c Enable impeller on android 2025-01-30 14:37:43 +01:00
Vincent Velociter bda8235412 More work on custom background theme 2025-01-29 13:49:45 +01:00
tom-anders 935adf2eae feat: deep links 2025-01-29 13:26:43 +01:00
Vincent Velociter 6cb82258cd Enable android onBackInvokedCallback 2025-01-20 10:26:28 +08:00
Vincent Velociter 792bb66705 Fix android fastfile 2024-12-12 18:30:32 +01:00