Commit Graph
247 Commits
Author SHA1 Message Date
Sylvia van Os f0426b98dc Cleanup 2019-11-23 14:29:10 +01:00
Sylvia van Os bd3d67574e Bump minSdk because of rawQuery usage 2019-11-22 21:03:55 +01:00
Sylvia van Os 52a09056e8 Remove default focus 2019-11-22 20:54:34 +01:00
Sylvia van Os 21a8dc6867 Show warning when no matches 2019-11-22 20:46:06 +01:00
Sylvia van Os e048fdff59 Fix tests 2019-11-22 20:24:50 +01:00
Sylvia van Os 0a8c85d24c Cleanup 2019-11-22 19:24:03 +01:00
Sylvia van Os 07d938701f Add loyalty card filter 2019-11-22 17:32:40 +01:00
Branden Archer 134d7fd824 Update for 0.25.4 2019-10-04 22:47:54 -07:00
Branden Archer 3ecdf71331 Update translations
These were fetched from Transifex
2019-10-04 22:37:46 -07:00
Branden Archer 3fdff3c85a Allow backups of app data
Setting the allowBackup option enables the app to participate
in backup and restore infrastructure.
2019-10-04 22:27:17 -07:00
Branden Archer 31dd0e1de2 Update for 0.25.3 2019-03-02 11:37:09 -08:00
Branden Archer 1fcf7101f2 Update Russian translations 2019-03-02 10:19:10 -08:00
Branden Archer 9bde7ce4da Update for v0.25.2 2019-01-05 15:40:48 -08:00
Branden Archer 4fd7872c87 Update translations 2019-01-05 15:24:47 -08:00
Allan Nordhøy 03cf97cca7 Added self-referencing "about" tag 2018-10-20 03:22:17 +02:00
Allan Nordhøy a7204eb9d5 Norwegian Bokmål translation 2018-10-19 15:14:37 +02:00
Branden Archer 580025c99e Update for v0.25.1 2018-10-14 11:46:34 -07:00
Branden Archer 4c9bc911ad Update translations 2018-10-14 11:39:21 -07:00
Branden Archer 866eaea680 Correct log statement when entering barcode manually 2018-10-14 11:24:42 -07:00
Branden Archer 5619c1c003 Revert "Remove unneeded code"
The log statement here was misleading. This code is responsible for
receiving a barcode that a user typed in manually.

This reverts commit cafa09a86a.
2018-10-14 11:24:42 -07:00
Branden Archer b8311044db Update class file location for FindBugs
Gradle now places the compiled class file under a different path.
2018-10-14 11:24:42 -07:00
Branden Archer 6fa70afac5 Update for v0.25 2018-10-07 15:18:08 -07:00
Branden Archer 28018eb681 Update translations 2018-10-07 15:05:38 -07:00
Branden Archer 10e720de91 Add option to lock orientation state
This new option will control if the screen orientation
lock option is displayed or not. If set, the orientation lock
is forced and the unlock option is hidden.
2018-10-06 15:27:36 -07:00
Branden Archer 4de952ba2d Set rotation state in onCreate()
The menu creation need not change this state
2018-10-06 14:24:50 -07:00
Branden Archer c5de27abe3 Move orientation locking code to separate method 2018-10-06 14:24:05 -07:00
Branden Archer cafa09a86a Remove unneeded code
The IntentIntegrator parses out the result, so this
code is not necessary.
2018-09-18 10:53:16 -04:00
Branden Archer 6ee60687b6 Update translations 2018-09-17 10:03:05 -04:00
Branden Archer cad3b492a2 Sort card list case insensitive 2018-09-15 22:50:36 -04:00
Branden Archer ae7ac21785 Update for v0.24 2018-07-31 21:44:28 -04:00
Branden Archer 3b8e38001c Update translations 2018-07-27 23:18:38 -04:00
Branden Archer fbb0ab27ec Add Slovenian translations 2018-07-27 23:18:38 -04:00
Branden Archer 34c07800dd Configure brightening screen when display a barcode
When a barcode is displayed the screen's brightness is set to
the maximum, in an attempt to provide the best chance for a barcode
scanner to capture the barcode. However, it may not always
be desired to increase the brightness, for example when using
the app in low light.

This change adds a setting to control the screen brightening
behavior when a barcode is viewed.
2018-07-25 22:24:27 -04:00
Branden Archer 165f963f7d Update translations 2018-06-16 17:54:29 -04:00
Branden Archer ba6705b96e Add Greek translations 2018-06-13 09:19:38 -04:00
Branden Archer ba5259f0f6 Update for v0.23.4 2018-05-12 11:41:57 -04:00
Branden Archer 39219531b4 Update translations 2018-05-12 11:33:16 -04:00
Branden Archer 048edf186e Fix Spanish translations
The wrong language was in this file.
2018-05-12 11:32:40 -04:00
Branden Archer 5143e3fe45 Update for v0.23.3 2018-05-05 20:26:28 -04:00
Branden Archer 40871690d5 Update translations 2018-05-05 18:28:33 -04:00
Karol f59c485472 Add Polish translation 2018-03-22 22:48:20 +01:00
Branden Archer 607dff03d4 Update for v0.23.2 2018-03-11 23:20:01 -04:00
Branden Archer 036748ee56 Add additional layout options to support SDK<17
Google Play statistics show that the earliest Android version
in use which has installs for this app is 4.0.3, which is SDK 15.
This changes cleans up some layouts so that it will work on
SDK 15.
2018-03-11 23:11:51 -04:00
Branden Archer f67d27167e Remove unnecessary apache legacy usage
The version of robolectric used no longer requires this.
2018-03-11 22:33:31 -04:00
Branden Archer 968c3e71a1 Update for pre-v0.23.1 2018-03-07 23:14:53 -05:00
Branden Archer 79213aa3ec Catch case where barcode rendering runs into an OOM
There are still cases where the barcode could not be rendered
because the process runs out of its memory limit. To avoid
a crash, catch the failure and log it. The barcode will
not be displayed, but at least the app will not crash.
2018-03-04 13:10:12 -05:00
Branden Archer 9d1c9c3309 Merge branch 'master' into pre-v0.23 2018-02-28 22:59:37 -05:00
Branden Archer 0e2d725591 Disable beep upon successful barcode scan 2018-02-28 22:53:05 -05:00
Branden Archer 759d42cfcf Update for v0.23 2018-02-28 22:48:49 -05:00
Branden Archer 0820be3986 Reduce space used in header for card view
The landscape view left little room for the barcode and card ID
because the header took up a lot of space. Further, on smaller
phones it would take up a large portion of the screen.

This change reduces the header from 224dp to two action bar sizes
plus the size of the textview for the store name.
2018-02-19 23:21:12 -05:00