diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-06 17:13:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 17:13:04 -0400 |
commit | 2586e947f769740dd8cb8bf8b1dd0473b51e50e4 (patch) | |
tree | 3deedd5357cbf7f52a8576dd715babf7b5bd097d /app/src/main/res/values/strings.xml | |
parent | bbe30297a216218ded4c2c6e3e8c2843652eb7a7 (diff) | |
download | frost-2586e947f769740dd8cb8bf8b1dd0473b51e50e4.tar.gz frost-2586e947f769740dd8cb8bf8b1dd0473b51e50e4.tar.bz2 frost-2586e947f769740dd8cb8bf8b1dd0473b51e50e4.zip |
Dev 1.1.4 - fixes for donations (#31)
* Remove cookie from error log
* Remove null check on login as it isn't possible
* Add exception to profile loading
* Remap billing logic
* Display snackbar only for user prompts
* Private disposed caller
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b79c6823..a67861ef 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -88,4 +88,6 @@ <string name="library_dbflow_classPath">com.raizlabs.android.dbflow</string> <!-- License section --> <string name="library_dbflow_licenseId">mit</string> + <string name="login_id_failed">Login failed; id not found</string> + <string name="iab_still_in_progress">IAB query is still in progress</string> </resources> |