Dayron Van Leemput Xeewy
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 14:29:02 +00:00
8634edc916 feat: Enforce portrait orientation across platforms and switch Android Fastlane deployment from APK to AAB.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 14:04:35 +00:00
1211569078 ci: add step to create .env file from secrets in Android deploy workflow
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 13:51:24 +00:00
26b970982c chore: ensure Android license acceptance step always succeeds in CI workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 13:47:38 +00:00
e77393dd13 ci: update deploy-android workflow to trigger only on the release branch
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 13:47:07 +00:00
020fa8823d ci: add Android SDK setup and license acceptance to the Android deployment workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 10:31:22 +00:00
959fc33fe4 refactor: use direct shell command for Flutter release APK build.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 10:27:57 +00:00
a57fc811d8 ci: Disable Flutter action cache in Android deployment workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 10:21:35 +00:00
a96084ba17 ci: Update Ruby version to 3.3 in Android deployment workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-09 10:07:44 +00:00
b96c988e80 feat: Set up Fastlane for Android with Firebase App Distribution and adjust build configurations.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 20:31:02 +00:00
14d2761832 ci: Add .env file creation for Google Maps API keys and fix Android package name in deploy workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 20:01:30 +00:00
bd3fd28d3c Try resolving CI/CD
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 19:48:05 +00:00
e8ef20d046 ci: Add Android SDK setup step to the Android deployment workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 17:20:06 +00:00
9fc8d5d1de ci: Add Flutter action cache and remove explicit Flutter version.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 17:09:35 +00:00
73db84896a feat: Migrate Android deployment from Jenkins and Fastlane to Gitea Actions workflow.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 16:08:37 +00:00
9734532491 style: Fix indentation of Android build and deploy stage in Jenkinsfile
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 16:06:31 +00:00
7d38f54123 feat: Add retrieval and copying of Flutter .env file from Jenkins credentials for Android build.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 15:58:38 +00:00
d02a627b86 fix: Remove Jenkins tools block and hardcode Java path in PATH environment variable.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 15:51:41 +00:00
6ce40dd2d6 fix: Consolidate Jenkinsfile PATH environment variable into a single line and clarify related comments for JAVA_HOME and ANDROID_HOME.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 15:44:00 +00:00
00ffdcf10b ci: Add JDK 17 tool definition and configure JAVA_HOME in Jenkinsfile.
Xeewy pushed to release at Xeewy/TravelMate 2025-12-08 15:23:08 +00:00
e4d38692fe ci: Add /usr/local/bin to the PATH environment variable in Jenkinsfile.