Commit Graph
410 Commits
Author SHA1 Message Date
Branden Archer c2ea640a71 Merge pull request #245 from brarcher/pre-v0.23.4
Update for v0.23.4
v0.23.4
2018-05-12 11:48:08 -04:00
Branden Archer ba5259f0f6 Update for v0.23.4 2018-05-12 11:41:57 -04:00
Branden Archer b1abfdff2e Merge pull request #244 from brarcher/translations
Translations
2018-05-12 11:41:09 -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 ee6d415d26 Merge pull request #240 from brarcher/pre-v0.23.3
Update for v0.23.3
v0.23.3
2018-05-05 20:38:42 -04:00
Branden Archer 5143e3fe45 Update for v0.23.3 2018-05-05 20:26:28 -04:00
Branden Archer 306ee053c1 Merge pull request #239 from brarcher/translations
Update translations
2018-05-05 20:23:40 -04:00
Branden Archer 40871690d5 Update translations 2018-05-05 18:28:33 -04:00
Branden Archer 0bbbabce97 Merge pull request #232 from kRkk/master
Add Polish translation
2018-03-22 22:37:31 -04:00
Karol f59c485472 Add Polish translation 2018-03-22 22:48:20 +01:00
Branden Archer d8543f456c Merge pull request #228 from brarcher/changelog
Update CHANGELOG for v0.23.2
2018-03-11 23:51:07 -04:00
Branden Archer fcf88a1ace Update CHANGELOG for v0.23.2 2018-03-11 23:33:42 -04:00
Branden Archer a2e99c2b9d Merge pull request #227 from brarcher/pre-v0.23.2
Update for v0.23.2
v0.23.2
2018-03-11 23:27:29 -04:00
Branden Archer 607dff03d4 Update for v0.23.2 2018-03-11 23:20:01 -04:00
Branden Archer 73b6c99d9e Merge pull request #226 from brarcher/sdk-15
Add additional layout options to support SDK 15
2018-03-11 23:19:18 -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 5cae97482f Merge pull request #225 from brarcher/test-cleanup
Remove unnecessary apache legacy usage
2018-03-11 22:44:13 -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 0832c7fc97 Merge pull request #222 from brarcher/changelog
Update CHANGELOG
2018-03-08 11:33:32 -05:00
Branden Archer f5e1a2d732 Update CHANGELOG 2018-03-07 23:29:17 -05:00
Branden Archer 7b799df98a Merge pull request #221 from brarcher/pre-v0.23.1
Update for pre-v0.23.1
v0.23.1
2018-03-07 23:25:10 -05:00
Branden Archer 968c3e71a1 Update for pre-v0.23.1 2018-03-07 23:14:53 -05:00
Branden Archer 29d8da99cd Merge pull request #219 from brarcher/barcode-oom
Catch case where barcode rendering runs into an OOM
2018-03-04 14:17: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 50fdfe92fa Merge pull request #217 from brarcher/changelog
Update CHANGELOG
2018-02-28 23:13:10 -05:00
Branden Archer 4eab1121b0 Update CHANGELOG 2018-02-28 23:07:15 -05:00
Branden Archer d3bcd3e273 Merge pull request #215 from brarcher/pre-v0.23
Update for v0.23
v0.23
2018-02-28 23:05:38 -05:00
Branden Archer 9d1c9c3309 Merge branch 'master' into pre-v0.23 2018-02-28 22:59:37 -05:00
Branden Archer 61e039c456 Merge pull request #216 from brarcher/disable-beep
Disable beep upon successful barcode scan
2018-02-28 22:59:27 -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 2312788a57 Merge pull request #213 from brarcher/header-size
Reduce space used in header for card view
2018-02-26 20:52:44 -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
Branden Archer 8a11953276 Merge pull request #211 from brarcher/changelog
Update CHANGELOG
2018-02-19 15:30:48 -05:00
Branden Archer 182b3ff3c0 Update CHANGELOG 2018-02-19 10:34:41 -05:00
Branden Archer 79dad1b0a6 Merge pull request #210 from brarcher/pre-v0.22
Update for v0.22
v0.22
2018-02-19 10:29:16 -05:00
Branden Archer 04466edb01 Update for v0.22 2018-02-18 23:30:04 -05:00
Branden Archer af3ce5a0ff Merge pull request #209 from brarcher/barcode-rendering
Barcode rendering improvements
2018-02-18 23:24:52 -05:00
Branden Archer 3291185812 Render 1D barcodes with a larger width
For some reason when 1D barcodes are rendered in a smaller width,
they end up scrunched up and not using all available space.
As a result, they do not scale to the entire width of the screen.
In many cases the barcode is not scannable even in landscape.

To resolve this, render the 1D barcodes in a larger space. The space
is still bounded, to prevent OOMs on tablets or really
wide screen devices.
2018-02-18 23:14:51 -05:00
Branden Archer c9df3bd1d2 Redraw barcode when screen rotates 2018-02-18 23:14:51 -05:00
Branden Archer 057c7923a8 Merge pull request #208 from brarcher/translations
Update translations
2018-02-17 23:49:45 -05:00
Branden Archer 4195d73c53 Update translations 2018-02-17 23:43:21 -05:00
Branden Archer ed08f0577a Merge pull request #207 from brarcher/changelog-1
Update CHANGELOG
2018-02-17 23:34:21 -05:00
Branden Archer a1257a1692 Update CHANGELOG 2018-02-17 23:27:26 -05:00
Branden Archer a51815a172 Merge pull request #206 from brarcher/pre-v0.21
Update for v0.21
v0.21
2018-02-17 22:56:35 -05:00
Branden Archer 8eee8f6a0f Update for v0.21 2018-02-17 22:44:49 -05:00
Branden Archer 1817c184ae Merge pull request #205 from brarcher/fix-no-color-import
Fix no color import
2018-02-17 22:44:00 -05:00
Branden Archer 773d759ef5 Fix imports with missing colors 2018-02-17 22:37:10 -05:00
Branden Archer cbc51cfb73 Remove debug toast 2018-02-17 22:37:10 -05:00