Commit Graph
83 Commits
Author SHA1 Message Date
Sylvia van Os 30a54ae22a Note size is no longer configurable 2020-12-03 18:18:32 +01:00
Sylvia van Os c389a02d69 Fix tests 2020-12-02 18:36:23 +01:00
Sylvia van Os c1606fef62 Manual group ordering 2020-11-27 22:33:59 +01:00
Sylvia van Os 158e424a47 Add dialog giving the user scan/manually enter options (#111) 2020-11-27 12:58:55 +01:00
Sylvia van Os 84d7f4fbba Fix unit tests 2020-11-22 18:26:05 +01:00
Sylvia van Os 3c1a54e456 Remove no longer relevant unit tests 2020-11-20 15:09:16 +01:00
D. Domig da8b15a985 Update csv filename 2020-11-13 20:20:05 +01:00
Sylvia van Os 6b24f56c79 Fix unit tests 2020-11-10 22:25:16 +01:00
Sylvia van Os 3c793fe54f Fix logic and unit tests 2020-11-09 22:31:35 +01:00
Sylvia van Os a766a25f6a Fix unit test 2020-11-06 21:13:57 +01:00
Sylvia van Os 4bbeb27714 Feature/groups (#71)
* Basic group management

* Assign cards to groups

* Fix lint

* Fix findbugs 'dodgy code'

* Group name as unique key

* More group tests

* Import/export groups

* Implement group renaming and deleting

* Fix findBugs

* Fix chip marking in edit activity

* Group import/export tests

* Fix some state bugs

* Some last fixes

* Remove redundant if statement

* Fix findBugs

* Deduplicate code

* Cleanup

* Fix groups not showing up with new card

* Fix capture and enter button touching

* Fix dialog button look
2020-11-06 18:12:06 +01:00
Sylvia van Os 8880e35a7a Fix some merge issues 2020-10-25 18:14:35 +01:00
t351206 c9f3054682 New feature: Favorite cards (#70) 2020-10-25 18:01:26 +01:00
Sylvia van Os 344f7a9bc8 Fix unit tests 2020-10-22 20:11:26 +02:00
Sylvia van Os 6ba4804d9a Merge branch 'master' of ssh://github.com/brarcher/loyalty-card-locker into feature/choose_export_location 2020-03-08 18:10:54 +01:00
Sylvia van Os c94c3cb47e Choose export location 2020-01-28 21:01:33 +01:00
Sergio aa2ccac22b #308 Restore test check for barcode type 2020-01-27 00:53:55 +01:00
Sergio 24061dae97 #308 Hide barcode format on add loyalty card view 2020-01-27 00:53:55 +01:00
Sergio fb9cf7a393 #308 Display barcode format on edit loyalty card view 2020-01-27 00:53:54 +01:00
Branden Archer 54ee93b0cb Merge branch 'master' into feature/fullscreenBarcode 2020-01-25 23:41:11 -08:00
Sylvia van Os 3600065ef8 Robolectric crashes if activity recreates 2020-01-19 19:55:08 +01:00
Sylvia van Os 4a7e8b6eba Reset state on paused to prevent layout glitches 2020-01-19 19:07:06 +01:00
Sylvia van Os 2c12c312e3 Add unit tests 2020-01-19 17:46:50 +01:00
Sylvia van Os 3990992f68 Fix swapped import buttons 2020-01-18 13:37:47 +01:00
Sylvia van Os aad98ba55b Fix NPE when sharing cards without header values 2020-01-09 20:16:54 +01:00
Sylvia van Os ce81d3afd4 Fix as reviewed and add test 2020-01-02 21:15:06 +01:00
Sylvia van Os cc99af13e4 Fix tests 2020-01-01 19:43:23 +01:00
Sylvia van Os d5ba632bb3 Fix unit tests with Robolectric 4 2019-12-28 21:07:47 +01:00
Branden Archer b9d158583b Update to AndroidX
This is mostly the work of Android Studio's
   Refactor > Migrate to AndroidX...
option. That mostly worked. The two places which were manually updated
were:
  - The reference to AppBarLayout$ScrollingViewBehavior in
    loyalty_card_edit_activity.xml
  - The suggested constraintlayout version, 2.0.0-beta4 caused build
    issues that 1.1.3 avoids
2019-12-28 19:57:27 +01:00
Sylvia van Os e1f66e1917 Implement requested changes 2019-12-15 20:45:12 +01:00
Sylvia van Os 787bda1c77 Add test for empty barcode type 2019-12-15 14:28:48 +01:00
Sylvia van Os 3aeea02300 Test button state 2019-12-11 14:23:13 +01:00
Sylvia van Os 72227f19e8 Fix comments 2019-12-11 11:38:53 +01:00
Sylvia van Os 19755f4f86 Add test 2019-12-09 13:44:25 +01:00
Sylvia van Os 33b84ad4c3 Allow barcodeless cards 2019-12-04 15:59:49 +01:00
Sylvia van Os 07c74b79f3 Use README as index page, add share page with explanation 2019-12-02 13:14:15 +01:00
Sylvia van Os e314580ac3 Cleanup 2019-12-02 12:56:42 +01:00
Sylvia van Os 2ef739fb4f Fix typo 2019-12-01 22:55:17 +01:00
Sylvia van Os bae6f746a1 Another import test 2019-12-01 22:38:31 +01:00
Sylvia van Os 22e8d7f699 Fix linter warning 2019-12-01 20:53:37 +01:00
Sylvia van Os 3d2ad1693a Tests 2019-12-01 20:42:37 +01:00
Sylvia van Os 5a898b4c4c Address comments 2019-11-28 23:07:27 +01:00
Sylvia van Os 7a78eadabb Remove unneeded imports 2019-11-24 20:08:56 +01:00
Sylvia van Os c936e3c9c0 Switch to SearchView 2019-11-23 20:27:37 +01:00
Sylvia van Os e33565abdc Add filtering test 2019-11-23 15:27:31 +01:00
Sylvia van Os f0426b98dc Cleanup 2019-11-23 14:29:10 +01:00
Sylvia van Os e048fdff59 Fix tests 2019-11-22 20:24:50 +01: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 773d759ef5 Fix imports with missing colors 2018-02-17 22:37:10 -05:00
Branden Archer 9951999ca4 Add settings for font sizes 2018-02-17 16:05:10 -05:00