Branden Archer
Branden Archer
> Should I try to migrate the project to a newer version of Robolectric? To follow-up, https://github.com/brarcher/loyalty-card-locker/pull/334 recently was accepted which updates the SDK version compiled against to 29 and...
I believe that the entries are currently sorted by using the store name ([here](https://github.com/brarcher/loyalty-card-locker/blob/master/app/src/main/java/protect/card_locker/DBHelper.java#L128)). Being able to sort them manually sounds interesting. I may not be able to get to...
Note, development on this project has suspended. Please read [this note](https://github.com/brarcher/loyalty-card-locker#note-from-developer) for alternatives.
I never thought of a card that would expire. But you are right, that is possible. In the previous layout adding new fields was easy: just throw it in the...
I think a mock-up would be helpful. The edit screen is understandable: > The date can be picked with the date picker. and the card selection screen is simple enough:...
Thanks for the change. Do you think it would be possible to test this change in Robolectric? There are tests for this activity in [LoyaltyCardViewActivityTest](https://github.com/brarcher/loyalty-card-locker/blob/master/app/src/test/java/protect/card_locker/LoyaltyCardViewActivityTest.java). There are a few tests...
> I doubt the kind of testing that Robolectric does would be of much use here. From what I've read about it, the best we could do is test whether...
This app uses the ZXing library for barcode support. Looking at the list of formats supported by that library: https://github.com/zxing/zxing/#supported-formats it does not appear that it is supported. If that...
Ah. If that is the case, what specifically is the ask? Is it to display the barcode data differently if it is pkpass?
[Looking this up](https://developer.android.com/training/wearables/apps/creating), my understanding is that the app which runs on the phone is a separate, standalone app. Does this mean that the applications you mentioned actually have two...