Commit Graph
388 Commits
Author SHA1 Message Date
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
Branden Archer 46c3d190d8 Merge pull request #204 from brarcher/custom-font-sizes
Add settings for font sizes
2018-02-17 16:29:54 -05:00
Branden Archer 9951999ca4 Add settings for font sizes 2018-02-17 16:05:10 -05:00
Branden Archer 4843a1093d Merge pull request #203 from brarcher/color-picker
Custom colors
2018-02-17 16:02:54 -05:00
Branden Archer a4bde722a6 Add config for text and background colors
This adds config options for the colors used for the store text
and background when displaying the store name in the single
card view or the thumbnail for the card list.
2018-02-17 15:50:32 -05:00
Branden Archer ff5e5d5833 Remove unused code handling adding a card
This case is handled in another acitivity now.
2018-02-12 15:13:23 -05:00
Branden Archer 685eaec8b5 Remove views which are no longer used 2018-02-12 15:13:23 -05:00
Branden Archer a3556cc66d Merge pull request #200 from brarcher/barcode-space
Add quite space before and after barcode
2018-02-10 22:27:45 -05:00
Branden Archer 13543ea9f6 Add quite space before and after barcode
This is to help barcode scanners determine where the end of
the barcode is.
2018-02-10 22:21:35 -05:00
Branden Archer d7bf31c308 Merge pull request #199 from brarcher/changelog-1
Update CHANGELOG
2018-02-10 22:13:27 -05:00
Branden Archer a77a968619 Update CHANGELOG 2018-02-10 22:06:35 -05:00
Branden Archer 70c6ee17cd Merge pull request #198 from brarcher/pre-v0.20
Update for v0.20
v0.20
2018-02-10 22:02:04 -05:00
Branden Archer c233f82dc1 Update for v0.20 2018-02-10 13:50:30 -05:00
Branden Archer be0c2507f2 Merge pull request #197 from brarcher/layout-changes
Layout changes for new card view layout
2018-02-10 13:49:22 -05:00
Branden Archer abfcf9d6cd Disable MissingPrefix lint
The autosizing TextView, which comes from the support-v4 library,
adds several new attributes to TextViews. These attributes do not
seem to be in the app namespace (as described in the documentation),
as Android Studio and lint complains. However, funtionally the new
attributes work as expected.
2018-02-10 13:43:28 -05:00
Branden Archer 4d565b3b2f Update screenshots and wizard images 2018-02-10 13:37:17 -05:00
Branden Archer 27511a4ccd Make card id and note text selectable 2018-02-10 13:37:17 -05:00
Branden Archer 12440346fa Replace letter icon with store name 2018-02-10 13:37:17 -05:00
Branden Archer 870e4d0c4a Add note text to card view layout 2018-02-10 13:37:17 -05:00
Branden Archer 6e526de087 Auto-size card id text on card view layout 2018-02-10 13:37:16 -05:00
Branden Archer 891636b51f Use ConstraintLayout for card view layout
This way the size of the barcode can be 1/2 the screen.
2018-02-10 13:37:16 -05:00
Branden Archer 017d97d08c Merge pull request #196 from brarcher/feature-graphic
add feature graphic to metadata
2018-02-09 23:30:09 -05:00
Branden Archer 63165ca1a5 add feature graphic to metadata 2018-02-09 23:21:46 -05:00