Skip to content

Commit

Permalink
5.2 Release (#322)
Browse files Browse the repository at this point in the history
* Issue 301 add apply buttons to control tabs (#317)

* Starting work on Apply Defaults button in each tab
Fixed use image toggle in design tab defaulting wrong
fixed alignment of font size row in text tab
Improved layout for landscape mode in design tab

* Improved layout for landscape mode in text tab

* Improved layout for landscape mode in size tab
removed decimals from display of sizes

* added apply default functionality to all relevant tabs

* improved command tab ui

* QoL handling around server failure

* Added loading indicator for connecting to PC

* Added warning if screen list is basically empty

* Removed hardcoded strings

* Issue 313 new screen wizard cuts off on right hand side (#318)

* fixed overflow for smaller devices on new screen wizard

* fixed error in screen dupe function

* updated elite screens
fixed error in dimension tab not allowing high enough values

* fixed bug with images

* Issue 319 add new graphics (#320)

* Initial work adding new graphcs

* tweaked lever off to better line up

* Added about information

* updated screens to use new graphics

* implemented options screen

* added feedback to gic controls for sound/vibration

* updated version
  • Loading branch information
Terence-D authored Nov 2, 2021
1 parent b4aa6ac commit 6ec6a1e
Show file tree
Hide file tree
Showing 47 changed files with 1,111 additions and 3,164 deletions.
1 change: 1 addition & 0 deletions gic_flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package="ca.coffeeshopstudio.gaminginterfaceclient">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.BILLING" />
<queries>
<intent>
Expand Down
Binary file added gic_flutter/assets/audio/flick.wav
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gic_flutter/assets/images/controls/lever_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gic_flutter/assets/images/controls/lever_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6ec6a1e

Please sign in to comment.