Skip to content

Commit 42005e9

Browse files
authored
4.5 Merge (#148)
* Issue 139 update network code to support server 2 0 (#142) * Unit test fixes (#130) * cleaned up launcherBloc.dart with comments / returns added unit tests - launcherBloc_test.dart added several unit tests to launcherBloc.dart * cleaned up launcherBloc.dart with comments / returns added unit tests - launcherBloc_test.dart added several unit tests to launcherBloc.dart * cleaned up launcherBloc.dart with comments / returns added unit tests - launcherBloc_test.dart * Update FUNDING.yml * Issue 128 new screen wizard (#132) * some refactoring / fixing of hard coded import paths implementing the new screen wizard has started * initial work on building UI for new screen wizard * working on building UI for general * orientation button updates * staring on layout widget put in example table (to be removed) * built layout widget * removed unnecessary code * temporarily holding off on building the control design, will need to wait until i redo the "game" view * cleaning up unused translation code setting up for wizard control view * finalized translations for layoutWidget.dart * implemented basic code - but crashes due to not setting button/switch/background details (at least) * added default controls code compiles, sort of runs. need to work on positioning and importing of default values from native * refreshes view after creating new screen properly lays out buttons * uses a default image, wrong, but better than nothing bug fixes around null * fixed importing defaults tweaked margins on new * removed restrictions on requiring text/command for controls added separate text control for switches * customizable screen dimensions * fixed unit tests * removed comment * update version * Issue 133 new wizard wrong dimensions on creation (#135) * Issue 128 new screen wizard (#132) (#134) * some refactoring / fixing of hard coded import paths implementing the new screen wizard has started * initial work on building UI for new screen wizard * working on building UI for general * orientation button updates * staring on layout widget put in example table (to be removed) * built layout widget * removed unnecessary code * temporarily holding off on building the control design, will need to wait until i redo the "game" view * cleaning up unused translation code setting up for wizard control view * finalized translations for layoutWidget.dart * implemented basic code - but crashes due to not setting button/switch/background details (at least) * added default controls code compiles, sort of runs. need to work on positioning and importing of default values from native * refreshes view after creating new screen properly lays out buttons * uses a default image, wrong, but better than nothing bug fixes around null * fixed importing defaults tweaked margins on new * removed restrictions on requiring text/command for controls added separate text control for switches * customizable screen dimensions * fixed unit tests * removed comment * update version * fixes for handling screen rotation on new wizard updates for multidex * ran flutter upgrade * updates to http handling * udpates to gradle * updates to flutter * added version check and loading window in case of timeouts * undoing change to get it working on build server * reverting gradle to a more stable flutter compatible version * updated release notes * fixes related to gradle, flutter, and android 11 * improved handling if server is too new fixed bugs if invalid password entered etc Fixed links to new server project home * Bug fixes (#143) * added optional screen resizing when trying to play * added vscode launch json fixed starting wrong screen formatting that better matches darts opinionated views. * Bug fixes (#144) * added optional screen resizing when trying to play * added vscode launch json fixed starting wrong screen formatting that better matches darts opinionated views. * added some buffer to the screen dimension check * Bug fixes (#145) * added optional screen resizing when trying to play * added vscode launch json fixed starting wrong screen formatting that better matches darts opinionated views. * added some buffer to the screen dimension check * better handling of version handling * Bug fixes (#147) * added optional screen resizing when trying to play * added vscode launch json fixed starting wrong screen formatting that better matches darts opinionated views. * added some buffer to the screen dimension check * better handling of version handling * fixed code accidently overwritten * Update FUNDING.yml * Update README.md
1 parent 414ea97 commit 42005e9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

33
#github: #
4-
#patreon: coffeeshopstudio
4+
patreon: coffeeshopstudio

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ This is part of a two app system that allows the use of a remote device (Tablet
1414

1515
Check the Wiki here https://github.com/Terence-D/GamingInterfaceClientAndroid/wiki for more information. Any issues please add to the Issue tracker, or contact me at support [ a]t coffeeshopstudio.ca
1616

17+
## Help
18+
Help with testing or donations is always appreciated, donation links are on the right hand side!
19+
1720
## Roadmap
1821
Here's a rough roadmap of where I'm planning on taking this app. Nothing is written in stone, this is subject to change:
19-
* 4.3: Rebuild the Main view and Screen Manager View into one, fully Flutter based. Remove old screens from Java
20-
* 4.4: New sample screens:
22+
* 4.6: Rebuild the Main view and Screen Manager View into one, fully Flutter based. Remove old screens from Java
23+
* 4.7: New sample screens:
2124
** Trucking
2225
** Mech
2326
** Add support for additional tablet size
24-
* 4.5: Add Theme Support (may push back to 5.x) and Convert Donate view to Flutter
25-
* 4.6: Convert "In Game" screen view to Flutter
27+
* 4.8: Add Theme Support (may push back to 5.x) and Convert Donate view to Flutter
28+
* 4.9: Convert "In Game" screen view to Flutter
2629
* 5.0: Convert Editor to Flutter, remove all legacy code
2730
* 5.1: Rewrite screen editing completely if not already done in 5.0
2831
* 5.2: Support new server features such as allow screen editing on the server

0 commit comments

Comments
 (0)