Skip to content

Commit

Permalink
4.5 Merge (#148)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Terence-D authored Dec 31, 2020
1 parent 414ea97 commit 42005e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These are supported funding model platforms

#github: #
#patreon: coffeeshopstudio
patreon: coffeeshopstudio
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ This is part of a two app system that allows the use of a remote device (Tablet

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

## Help
Help with testing or donations is always appreciated, donation links are on the right hand side!

## Roadmap
Here's a rough roadmap of where I'm planning on taking this app. Nothing is written in stone, this is subject to change:
* 4.3: Rebuild the Main view and Screen Manager View into one, fully Flutter based. Remove old screens from Java
* 4.4: New sample screens:
* 4.6: Rebuild the Main view and Screen Manager View into one, fully Flutter based. Remove old screens from Java
* 4.7: New sample screens:
** Trucking
** Mech
** Add support for additional tablet size
* 4.5: Add Theme Support (may push back to 5.x) and Convert Donate view to Flutter
* 4.6: Convert "In Game" screen view to Flutter
* 4.8: Add Theme Support (may push back to 5.x) and Convert Donate view to Flutter
* 4.9: Convert "In Game" screen view to Flutter
* 5.0: Convert Editor to Flutter, remove all legacy code
* 5.1: Rewrite screen editing completely if not already done in 5.0
* 5.2: Support new server features such as allow screen editing on the server

0 comments on commit 42005e9

Please sign in to comment.