Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Add persistent scouted entries and bug fixes in MainActivity (#39)
Browse files Browse the repository at this point in the history
* Remove WRITE_EXTERNAL_STORAGE permission because it's not needed anymore

* Fix activity crash when nothing is entered in an unscheduled match

* Fix activity crash when nothing is entered in an unscheduled match

* Add event selection intent with no event selected

* Lift restriction on adding unscheduled matchs while in a super scouting board

* Add persistent scouted entries

* Add option to delete scouted entries

* Found some more strings to extract

* pppppppppppppppppp
  • Loading branch information
yuliu2016 authored Feb 4, 2020
1 parent 689d45f commit c6bb119
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 92 deletions.
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
package="ca.warp7.android.scouting">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.VIBRATE"/>

<application
Expand Down
Loading

0 comments on commit c6bb119

Please sign in to comment.