Commits on Source (34)
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Update Flutter framework and dependencies" Closes #4 See merge request !3
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Improve app metadata, include fdroid metadata in repository" Closes #3 See merge request !4
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Enable splash screen" Closes #5 See merge request !5
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Upgrade flutter framework and dependencies" Closes #7 See merge request !6
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Remove iOS variant" Closes #6 See merge request !7
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Fix metadata" Closes #8 See merge request !8
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Upgrade framework, build tools and dependencies" Closes #9 See merge request !9
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Use flutter linter and apply lints" Closes #10 See merge request !10
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Remove deprecation in flutter gradle plugin" Closes #11 See merge request !11
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Avoid print calls in production code" Closes #12 See merge request !12
-
Benoît Harrault authored
-
Benoît Harrault authored
Merge branch '13-improve-ci-cd-remove-update-step-disable-build-debug-in-master-branch' into 'master' Resolve "Improve CI/CD, remove "update" step, disable "build-debug" in master branch" Closes #13 See merge request !13
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Normalize game architecture" Closes #14 See merge request !14
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Clean / improve / update code" Closes #16 See merge request !16
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Improve build process" Closes #17 See merge request !17
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Re-order ABI builds" Closes #18 See merge request !18
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Use flutter_custom_toolbox for common features" Closes #19 See merge request !19
-
Benoît Harrault authored
-
Benoît Harrault authored
Resolve "Use ApplicationSettings widgets from flutter_custom_toolbox" Closes #20 See merge request !20
Showing
- .editorconfig 18 additions, 0 deletions.editorconfig
- .gitignore 1 addition, 1 deletion.gitignore
- .gitlab-ci.yml 35 additions, 24 deletions.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- analysis_options.yaml 1 addition, 0 deletionsanalysis_options.yaml
- android/.gitignore 3 additions, 1 deletionandroid/.gitignore
- android/app/build.gradle 54 additions, 45 deletionsandroid/app/build.gradle
- android/app/src/debug/AndroidManifest.xml 1 addition, 5 deletionsandroid/app/src/debug/AndroidManifest.xml
- android/app/src/main/AndroidManifest.xml 11 additions, 3 deletionsandroid/app/src/main/AndroidManifest.xml
- android/app/src/main/java/org/benoitharrault/snake/MainActivity.java 0 additions, 6 deletions.../src/main/java/org/benoitharrault/snake/MainActivity.java
- android/app/src/main/kotlin/org/benoitharrault/snake/MainActivity.kt 5 additions, 0 deletions.../src/main/kotlin/org/benoitharrault/snake/MainActivity.kt
- android/app/src/main/res/drawable-v21/launch_background.xml 2 additions, 4 deletionsandroid/app/src/main/res/drawable-v21/launch_background.xml
- android/app/src/main/res/drawable/launch_background.xml 2 additions, 4 deletionsandroid/app/src/main/res/drawable/launch_background.xml
- android/app/src/main/res/mipmap-hdpi/launch_image.png 0 additions, 0 deletionsandroid/app/src/main/res/mipmap-hdpi/launch_image.png
- android/app/src/main/res/mipmap-mdpi/launch_image.png 0 additions, 0 deletionsandroid/app/src/main/res/mipmap-mdpi/launch_image.png
- android/app/src/main/res/mipmap-xhdpi/launch_image.png 0 additions, 0 deletionsandroid/app/src/main/res/mipmap-xhdpi/launch_image.png
- android/app/src/main/res/mipmap-xxhdpi/launch_image.png 0 additions, 0 deletionsandroid/app/src/main/res/mipmap-xxhdpi/launch_image.png
- android/app/src/main/res/mipmap-xxxhdpi/launch_image.png 0 additions, 0 deletionsandroid/app/src/main/res/mipmap-xxxhdpi/launch_image.png
- android/app/src/main/res/values-night/styles.xml 0 additions, 9 deletionsandroid/app/src/main/res/values-night/styles.xml
- android/app/src/main/res/values/styles.xml 0 additions, 9 deletionsandroid/app/src/main/res/values/styles.xml
.editorconfig
0 → 100644
analysis_options.yaml
0 → 100644
1.81 KiB
1.21 KiB
1.87 KiB
3.41 KiB
4.47 KiB