Commit graph

196 commits

Author SHA1 Message Date
ligi
c7b1ae769d Cleanup 2016-04-12 14:47:25 +02:00
ligi
6414bc81f9 Extract image extraction logic to AXT 2016-04-11 21:17:58 +02:00
ligi
5d598f5d64 Use the map of the classifier and not of the store to determine empty state
closes #67
2016-04-11 20:11:17 +02:00
ligi
70fa97af00 Add extra proguard rules for kotlin 2016-04-11 19:51:22 +02:00
ligi
a0a6b76cad Notify after syncing 2016-04-11 19:51:06 +02:00
ligi
cc90780a45 Revert "Convert AndroidSettings to Kotlin"
This reverts commit 638484c112.
2016-04-11 18:06:10 +02:00
ligi
8f4705594c Revert "Convert class to Kotlin ( 22LOC -> 1LOC :)"
This reverts commit 80aff8ff33.
2016-04-11 18:03:35 +02:00
ligi
638484c112 Convert AndroidSettings to Kotlin 2016-04-11 16:57:56 +02:00
ligi
80aff8ff33 Convert class to Kotlin ( 22LOC -> 1LOC :) 2016-04-11 16:53:18 +02:00
ligi
ec5f1ea675 Cleanup 2016-04-11 16:26:35 +02:00
ligi
6756c849e7 Do not send null passes 2016-04-11 16:25:18 +02:00
ligi
054b7e69a5 Bump version to 3.0.4 2016-04-08 02:34:49 +02:00
ligi
cd86cea8d8 Use build-tools 23.0.3 2016-04-08 02:29:35 +02:00
ligi
7c0f55dd11 Bump version to 3.0.3 2016-04-08 00:10:01 +02:00
ligi
d38774cda0 Cleanup 2016-04-08 00:08:56 +02:00
ligi
aafcb755c7 Nice up code 2016-04-08 00:08:56 +02:00
ligi
8cb54e85dc Also discover espass files when scanning 2016-04-08 00:08:56 +02:00
ligi
9f21622409 Use build plugin 2.0.0 yay 2016-04-08 00:08:56 +02:00
ligi
7060c1d3e5 Improve logic to find next fragment
closes #65
2016-04-08 00:08:56 +02:00
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
58ef1f46fe Bump version to 3.0.2 2016-04-07 00:31:19 +02:00
ligi
7f3bf59c60 Use build plugin 2.0.0-rc3 2016-04-07 00:19:13 +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
4d19d149db Bump version to 3.0.1 2016-04-06 00:59:09 +02:00
ligi
6b6a30c0b8 Increase minSDK 9->11 :-(
context on why and plan to revert here:
https://github.com/ligi/PassAndroid/issues/66
2016-04-06 00:59:09 +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
82df39eff1 Bump version to 3.0.0 2016-04-05 16:08:37 +02:00
ligi
ca31d0b56a Use build-plugin 2.0.0-rc2 2016-04-05 05:33:29 +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
30049af1d9 Bump version to 2.8.0 2016-03-22 22:21:34 +01:00
ligi
715b9f81c7 Only append fields when they are not null 2016-03-22 22:21:08 +01:00