Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2e1d47c
Add image of kara and enable animation
YoannBrglt Aug 30, 2023
06b91a4
[Feature/7] navbar multiPage and start historique
YoannBrglt Sep 1, 2023
149823b
[Feature/11] cancel scroll history message
YoannBrglt Sep 1, 2023
1f4b64c
[BuildAPk/13] correct all space
YoannBrglt Sep 1, 2023
e3320a1
[Fix] fix show popup message karaTalking
YoannBrglt Sep 13, 2023
aa4a14f
[Feature/35] start create test files and github actions
YoannBrglt Sep 14, 2023
a01e34f
[Feature/13] start testing build apk actions
YoannBrglt Sep 14, 2023
7c66298
[Feature/13] start testing actions in correct files
YoannBrglt Sep 14, 2023
2a5d5cd
[Feature/35] add new test with mock on repo
YoannBrglt Sep 16, 2023
8a40b82
[Feature/35] modify workflow to test actions
YoannBrglt Sep 16, 2023
2f34062
TestBuildApk1
YoannBrglt Sep 16, 2023
1e5be25
TestBuildApk2
YoannBrglt Sep 16, 2023
8220400
TestBuildApk3
YoannBrglt Sep 17, 2023
c6ee35a
[ActivateFormat]
YoannBrglt Oct 1, 2023
4390cce
[Format] format all document on lib and add trailling coma
YoannBrglt Oct 1, 2023
4e60abe
[rename project] and start RSA
YoannBrglt Oct 1, 2023
2edf02d
change config appName and idApp
YoannBrglt Oct 3, 2023
a355a25
[BuildApk] change working directory
YoannBrglt Oct 3, 2023
d018b45
[Build apk] desactive block error for test
YoannBrglt Oct 3, 2023
40f8a5e
[build apk] change location build release
YoannBrglt Oct 3, 2023
3789d63
[Feature/RSA] add RSA and AES
YoannBrglt Oct 4, 2023
76ca1ce
[Feature/RSA] rbavo it works
YoannBrglt Oct 6, 2023
efcd9f6
Test build Apk 1
YoannBrglt Oct 7, 2023
af33540
Test build Apk 2
YoannBrglt Oct 7, 2023
a115a87
Test build Apk 3
YoannBrglt Oct 7, 2023
1fa80e1
Test build Apk 4
YoannBrglt Oct 7, 2023
1c8d888
Test build Apk 5
YoannBrglt Oct 7, 2023
f3e13c0
Test build Apk 6
YoannBrglt Oct 7, 2023
b140696
Test build Apk 7 upgrade package
YoannBrglt Jan 13, 2024
e64cf40
[clientFlutter] add hex Accent gestion
YoannBrglt Jan 27, 2024
e4f5a4f
[ClientFlutter] add recreateUser if user not found in back
YoannBrglt Jan 27, 2024
39fef0f
[clientFlutter] change build triger
YoannBrglt Jan 28, 2024
160743e
[Feature/45] add menu button profil and remove page
YoannBrglt Jan 28, 2024
f327339
[GetHistory] start loading getHistory
YoannBrglt Feb 9, 2024
ded0c4a
[MiniGames] publish a mini game to app
YoannBrglt Feb 10, 2024
e4ac838
Deploy theOnlyOne Game
YoannBrglt Feb 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions .github/workflows/flutter-apkBuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: "[FLUTTER] APK Create"
run-name: "[FLUTTER] APK Create : ${{ github.actor }} push '${{ github.event.head_commit.message }}' 🚀"
on:
push:
paths:
- client_flutter/**
jobs:
build-apk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/setup-java@v3.10.0
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
- uses: subosito/flutter-action@v2.8.0
with:
flutter-version: '3.13.2'
channel: stable
- name: Create env file
working-directory: ./client_flutter
run: |
touch .env
echo BASEURL=${{ secrets.API_BASEURL }} >> .env
echo MODE=DEV >> .env
cat .env
ls -a
- name: get package
working-directory: ./client_flutter
run: |
flutter pub get
- name: launch Test
continue-on-error: true
working-directory: ./client_flutter
run : |
flutter test
# Create key.properties file
- name: Create key.properties file
working-directory: ./client_flutter/android
run: |
touch key.properties
echo storePassword=${{secrets.FLUTTER_KEY_PASSWORD}} >> key.properties
echo keyPassword=${{secrets.FLUTTER_KEY_PASSWORD}} >> key.properties
echo keyAlias=${{secrets.FLUTTER_KEY_ALIAS}} >> key.properties
echo "${{secrets.FLUTTER_KEY_STORE}}" > upload-keystore.encoded
base64 -d -i upload-keystore.encoded > ~/upload-keystore.jks
echo storeFile=~/upload-keystore.jks >> key.properties
cat key.properties
ls -a
- name: build apk
working-directory: ./client_flutter
run : |
flutter build apk --no-tree-shake-icons

- uses: actions/upload-artifact@v1
with:
name: release-apk
path: client_flutter/build/app/outputs/flutter-apk/app-release.apk
45 changes: 0 additions & 45 deletions app_flutter/.metadata

This file was deleted.

69 changes: 0 additions & 69 deletions app_flutter/android/app/build.gradle

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions app_flutter/android/settings.gradle

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 0 additions & 37 deletions app_flutter/lib/assests/bottom_app_bar.dart

This file was deleted.

3 changes: 0 additions & 3 deletions app_flutter/lib/core/globals.dart

This file was deleted.

32 changes: 0 additions & 32 deletions app_flutter/lib/core/models/kara_response.dart

This file was deleted.

4 changes: 0 additions & 4 deletions app_flutter/lib/core/repository/kara_repository.dart

This file was deleted.

This file was deleted.

Loading