-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CHG: Changed from icons to buttons on data source view.
- NEW: Added an "refresh" button to data source view. - DEL: Removed old Toast notification. - CHG: Updated data source view layout to work better on all screen sizes. - NEW: Added landscape layout for EULA view. - NEW: We have added a new log feature that allows you to keep a history of diseases you found. They will be tagged with GPS data if available and you can add photos and notes to them as well. Share them with your colleagues and friends via social media! - NEW: A new catalogue has been added to the side menu that shows all the diseases in a list for quicker access.
- Loading branch information
1 parent
8db9557
commit 4730de3
Showing
91 changed files
with
4,783 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
/build | ||
/captures | ||
.externalNativeBuild | ||
*.apk | ||
|
||
*/release.properties | ||
buntata.jks |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
keyStore=release.keystore | ||
keyStorePassword=mysecretpassword | ||
keyAlias=myapp-release | ||
keyAliasPassword=mysecretpassword | ||
keyAliasPassword=mysecretpassword | ||
|
||
googleMapsApiKey= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"outputType": { | ||
"type": "APK" | ||
}, | ||
"apkInfo": { | ||
"type": "MAIN", | ||
"splits": [], | ||
"versionCode": 17 | ||
}, | ||
"path": "app-release.apk", | ||
"properties": { | ||
"packageId": "uk.ac.hutton.ics.buntata", | ||
"split": "", | ||
"minSdkVersion": "16" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 0 additions & 85 deletions
85
app/src/main/java/uk/ac/hutton/ics/buntata/activity/ChangelogActivity.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.