diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index d9347edef..55ad0fafa 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -67,6 +67,9 @@ jobs: run: ./scripts/prepare-android-release.sh - name: Build Android Release run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64 + - name: Set changelog + working-directory: android/fastlane/metadata/android/en-US/changelogs + run: git log --no-merges -1 --pretty=%B > default.txt - name: Deploy Android Release run: | mkdir -p build/android diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 763ca1462..d666c0f8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,6 +151,7 @@ jobs: ruby-version: '3.3' - uses: moonrepo/setup-rust@v1 - name: Install Fastlane + working-directory: android run: gem install fastlane -NV - name: Apply Google Services Patch run: git apply ./scripts/enable-android-google-services.patch diff --git a/android/fastlane/metadata/android/en-US/changelogs/2324 (1.6.0).txt b/android/fastlane/metadata/android/en-US/changelogs/2324 (1.6.0).txt deleted file mode 100644 index b2318505f..000000000 --- a/android/fastlane/metadata/android/en-US/changelogs/2324 (1.6.0).txt +++ /dev/null @@ -1,68 +0,0 @@ -FluffyChat 1.6.0 features a lot of bug fixes and improvements. The code base has been -simplified and the drawer on the chat list page got a come-back. Some new features like -the space hierarchy and session dump have been implemented. - -- feat: Added monochrome entry for themed icon support in Android 13 (James Reilly) -- feat: Display timeline of messages in android notification (Christian Pauly) -- feat: Emoji related fixes (TheOneWithTheBraid) -- feat: Implement deleting pushers in app (Christian Pauly) -- feat: New material 3 design (Christian Pauly) -- feat: Redesign bootsstrap and offer secure storage support (Christian Pauly) -- feat: Send multiple images at once (Christian Pauly) -- feat: implement session dump (TheOneWithTheBraid) -- feat: implement space hierarchy (TheOneWithTheBraid) -- feat: introduce extended integration tests (TheOneWithTheBraid) -- feat: libhandy integration (TheOneWithTheBraid) -- fix: Clearing push triggered when only one room got seen (Christian Pauly) -- fix: Dont display loading dialog when adding reaction (Christian Pauly) -- fix: Follow up for spaces hierarchy (TheOneWithTheBraid) -- fix: Missing null checks in chat details view (Christian Pauly) -- fix: Non FCM Android builds crash on start (Christian Pauly) -- fix: Permission chooser dialog on iOS (Christian Pauly) -- fix: Set avatar on only single action available (Christian Pauly) -- fix: Sharing on iOS and iPad (Christian Pauly) -- fix: Unread bubble is invisible in dark mode (Christian Pauly) -- fix: appimage builds (TheOneWithTheBraid) -- fix: only use custom http client on android (Jayesh Nirve) -- fix: pass isrg cert to http client (Jayesh Nirve) -- refactor: Chat view (Christian Pauly) -- refactor: Encryption button (Christian Pauly) -- refactor: Remove duplicated imports (Christian Pauly) -- refactor: Remove legacy store (Christian Pauly) -- refactor: Remove presence status feature (Christian Pauly) -- refactor: Simplify MxcImage and replace CachedNetworkImage (Christian Pauly) -- refactor: Switch to Hive Collections DB (Christian Pauly) -- refactor: move start chat FAB to implementation file (TheOneWithTheBraid) -- Translated using Weblate (Catalan) (Alfonso Montero López) -- Translated using Weblate (Catalan) (Auri B.P) -- Translated using Weblate (Chinese (Simplified)) (Eric) -- Translated using Weblate (Croatian) (Milo Ivir) -- Translated using Weblate (Dutch) (Jelv) -- Translated using Weblate (English) (Raatty) -- Translated using Weblate (Estonian) (Priit Jõerüüt) -- Translated using Weblate (Finnish) (Aminda Suomalainen) -- Translated using Weblate (Galician) (Xosé M) -- Translated using Weblate (Indonesian) (Linerly) -- Translated using Weblate (Persian) (Amir Hossein Maher) -- Translated using Weblate (Polish) (Przemysław Romanik) -- Translated using Weblate (Russian) (Nikita Epifanov) -- Translated using Weblate (Turkish) (Oğuz Ersen) -- Translated using Weblate (Ukrainian) (Ihor Hordiichuk) -- chore: Add border to avatars (Christian Pauly) -- chore: Add fancy hero animations (Christian Pauly) -- chore: Adjust appbar design (Christian Pauly) -- chore: Adjust design (Christian Pauly) -- chore: Adjust search bar design (Christian Pauly) -- chore: Always display header elevation in chat (Christian Pauly) -- chore: Design follow up fixes (Christian Pauly) -- chore: Design follow up fixes (Christian Pauly) -- chore: Disable integration tests without runners (Krille Fear) -- chore: Enhance invitiation UX (Christian Pauly) -- chore: Make push helper more fail safe (Christian Pauly) -- chore: Make push helper more stable (Christian Pauly) -- chore: Minor design improvements (Christian Pauly) -- chore: Pinned events design (Christian Pauly) -- chore: Remove permission handler dependency and increase compileSdkVersion (Christian Pauly) -- chore: Switch to flutter 3.0.5 (Krille Fear) -- chore: Update SDK (Christian Pauly) -- chore: remove snapping sheet (TheOneWithTheBraid) \ No newline at end of file diff --git a/android/fastlane/metadata/android/en-US/changelogs/default.txt b/android/fastlane/metadata/android/en-US/changelogs/default.txt new file mode 100644 index 000000000..bb8145335 --- /dev/null +++ b/android/fastlane/metadata/android/en-US/changelogs/default.txt @@ -0,0 +1,2 @@ +build: Do not delete vodozemac on web release + diff --git a/fastlane b/fastlane deleted file mode 120000 index 94746b0d7..000000000 --- a/fastlane +++ /dev/null @@ -1 +0,0 @@ -./android/fastlane \ No newline at end of file