ligi
d9a95770cc
Inform the classifier about pass-removals
2016-04-08 00:08:56 +02:00
ligi
3defdde39b
When we get one OOM when decoding images we try again with a System.gc before
2016-04-08 00:08:56 +02:00
ligi
6740001808
Add workaround to open eventbrite tickets
...
We have to pretend to be an iphone
2016-04-08 00:08:56 +02:00
ligi
f75af1dd13
Use srcCompat to also have fields working <lollipop
2016-04-08 00:08:56 +02:00
ligi
0490e91f6f
Add UI-Tests for field editing
2016-04-08 00:08:55 +02:00
ligi
2a3bb7d8c1
Unify - consistently return File not String
2016-04-08 00:08:33 +02:00
ligi
d9773f15ef
Cleanup
2016-04-07 00:19:13 +02:00
ligi
c68da8b787
Import as image
...
When the import is detected to be no passbook or espass - then it is checked if it is an image
If it is an image we create a new passbook that includes this image
2016-04-07 00:19:13 +02:00
ligi
c13cda89b5
Change scope of type_json
2016-04-06 17:08:06 +02:00
ligi
439cce583e
Correct unit-test and modify Jenkinsfile so they run on jenkins too
2016-04-06 02:30:23 +02:00
ligi
f375d2ba80
Fix Indentation
2016-04-06 02:16:07 +02:00
ligi
249d35de3c
Add tools:ignore="ContentDescription" for the BarCode images
2016-04-06 02:15:40 +02:00
ligi
4a876ba5e0
Extract strings
2016-04-06 01:12:07 +02:00
ligi
d229caee99
Decouple Zxing Barcode from our PassBarcode
2016-04-06 00:59:09 +02:00
ligi
6a608e878c
Protect Pass model from proguard & fix a bug when creating pass when there is no pass yet
2016-04-05 18:04:08 +02:00
ligi
9a54758065
Improve code by leveraging the power of Kotlin
2016-04-05 17:39:30 +02:00
ligi
c7d03a1d0f
WIP
2016-04-05 16:41:49 +02:00
ligi
ac3f25f34b
Move the test-passes
2016-04-05 05:33:29 +02:00
ligi
94ac5499c6
Initial field-list editing
2016-04-05 05:33:29 +02:00
ligi
7db0de06c6
Implement syncPassStoreWithClassifier() and code improvements
2016-04-05 05:33:29 +02:00
ligi
e9fc7a5278
Otto->EventBus ( mainly for threadMode )
2016-04-04 15:16:59 +02:00
ligi
e63d94e18a
Migrate code to Kotlin, esPass support, Use moshi for JSON
2016-04-04 15:16:54 +02:00
ligi
f258804191
Also set default-value in preferences xml
...
closes #63
2016-04-02 16:51:12 +02:00
ligi
715b9f81c7
Only append fields when they are not null
2016-03-22 22:21:08 +01:00
ligi
6cf51d24d1
Change timing
2016-03-22 14:04:47 +01:00
ligi
5ecced9656
Improve UX when pressing on scan
2016-03-22 12:38:32 +01:00
ligi
b0bdeddfe2
Ability to sort by date Ascending and Descending
2016-03-20 05:17:25 +01:00
ligi
b95324873b
Fix a FC when scanning with devices <5.0
...
The problem was using a vector-drawable - you cannot even use it wrapped - going back to png for this
2016-03-18 09:19:07 +01:00
ligi
f3d9bd4c2a
Make tests resilliant against devices with different language
2016-03-18 09:19:07 +01:00
ligi
b6fb51eaa4
Make sure dateOrExtraText is gone when no content
2016-03-15 18:40:48 +01:00
ligi
3180de4de3
Use TextView with ListTagHandler instead of WebView for help
...
this looks much nicer and removes a problem with german umlauts
2016-03-15 18:40:48 +01:00
ligi
1c39950ef9
Sync with transifex
2016-03-13 14:44:24 +01:00
ligi
fecf5cfda5
Externalize strings
2016-03-13 14:19:44 +01:00
ligi
47067c14ac
Cleanup and bring back sorting through new settings
2016-03-13 14:19:44 +01:00
ligi
3338619680
Add Settings / new NavDrawer / Condensed Mode / Auto-Light / Migrate to Vector-Drawables
2016-03-09 07:17:16 +01:00
ligi
f7f61eacde
Do not use DayNight yet
2016-03-01 08:57:17 +01:00
ligi
0b6f356d6d
When id already exist - go to this pass instead of failing
...
closes #54
2016-03-01 08:49:58 +01:00
ligi
2e461cfe18
Improve the move code
2016-03-01 08:34:02 +01:00
ligi
b2ca768dc6
Behave correctly when move dialog is canceled
2016-03-01 06:17:48 +01:00
ligi
f07114fdab
Declare final
2016-03-01 02:09:57 +01:00
ligi
d845a7e025
Get the bound pass from the PassViewHolder
2016-02-29 05:38:21 +01:00
ligi
8ae2246406
Do not FC on OOM
2016-02-26 04:52:08 +01:00
ligi
4a081cd6ef
Do not FC on OOM
2016-02-21 09:05:38 +01:00
ligi
62fa6a8941
Simplify the PassClassifier
2016-02-17 23:14:35 +01:00
ligi
6206bcbb23
Notify the PassClassifier on delete
2016-02-17 23:14:35 +01:00
ligi
ff2378f41e
Cleanup and use more popping accent color
2016-02-17 23:14:35 +01:00
ligi
ce3cb10008
Remove unused
2016-02-17 23:14:35 +01:00
ligi
03ea344a1c
Introduce Topics/Classification and Swipe to move
2016-02-17 23:14:35 +01:00
ligi
3b8ecbc14e
Toast -> SnackBar
2016-02-17 23:14:35 +01:00
ligi
da9dfe1612
Catch Throwable instead of Exception to also catch VerifyException as seen on Emulator
...
Also track this event to probe if this is a problem in the wild
2016-02-17 23:14:35 +01:00