ligi
5c46e4a8af
update works - but needs some finishing
2014-11-17 20:40:14 +01:00
ligi
9b97a85cef
Merge pull request #21 from ilengyel/patch-1
...
Update ApplePassbookQuirkCorrector.java
2014-11-17 20:33:53 +01:00
ilengyel
2b6a36f2d1
Update ApplePassbookQuirkCorrector.java
...
This should format the main title to be something like
VALENC.JSO -> MADRID-P.A
Which indicates the city/train terminal for source and destination
given the Json:
{
"formatVersion":1,
...
"organizationName":"RENFE OPERADORA",
"description":"Billete de tren",
...
"boardingPass":{
"headerFields":[{"key":"destinofecha","label":"Viaje a: MADRID-P.A","value":"20/06/2014"}],
"primaryFields":[
{"key":"boardingTime","label":"VALENC.JSO","value":"17:10","changeMessage":"La hora de salida ha cambiado a %@"},
{"key":"destino","label":"MADRID-P.A","value":"18:48"}],
...
2014-11-17 20:05:19 +01:00
ligi
47a8f0036e
we have to do the 2 swiperefresh again - there still where problems
2014-10-26 11:31:56 +01:00
ligi
c1fdc7164f
fix a relative-layout placement issue by using invible and not gone in some cases
2014-10-26 11:28:34 +01:00
ligi
0e28da0803
styling, option to make full brigtness, bump version
2014-10-24 13:16:08 +02:00
ligi
079c15e9aa
cleanup
2014-10-23 22:17:35 +02:00
ligi
29b4cd1032
use cardview
2014-10-21 23:05:27 +02:00
ligi
809af7d763
pass parent
2014-10-21 23:04:51 +02:00
ligi
930ca5de9f
moar material design stuff
2014-10-19 22:09:09 +02:00
ligi
95c1bff32c
material design stuff
2014-10-19 19:56:35 +02:00
ligi
9de13bd678
activate the screen tracking
2014-10-19 19:55:04 +02:00
ligi
14fc5aa1ba
move to correct package
2014-10-18 13:27:40 +02:00
ligi
8c0dd9b707
use new tooling and get rid of swiperefresh workaround closes #9
2014-10-18 13:24:40 +02:00
ligi
2e3e9dc5d7
bump version
2014-10-12 20:20:07 +02:00
ligi
ab8cf81f82
adapt to interface changes
2014-10-12 19:55:13 +02:00
ligi
33d80ce3a6
bump versions
2014-10-12 19:41:37 +02:00
ligi
22224f7e41
more work on responsiveness and cleanups
2014-10-12 19:41:18 +02:00
ligi
f7907f73bf
improve responsiveness
2014-10-11 03:08:01 +02:00
ligi
ae83e35108
improve how the pass list is handled - improves speed and fixes one ANR
2014-10-11 01:25:07 +02:00
ligi
60689bf02c
bump version
2014-10-08 14:08:43 +02:00
ligi
508d868bfe
add support for the strip image - we need that as there was one vendor which uses this image to put the barcode in there - not that there is a dedicated field for that ...
2014-10-08 14:08:18 +02:00
ligi
c94139bd7c
fix content description
2014-10-08 11:44:46 +02:00
ligi
523c0330e7
bump version
2014-09-28 16:27:39 +02:00
ligi
4e3fe07230
extract to variable - also make sure we really have the same object here - had a stacktrace that indicated that we had a case of a change here
2014-09-28 16:13:46 +02:00
ligi
8d0774ddea
only show the MORE button if there is really moe
2014-09-28 15:50:50 +02:00
ligi
c5c6bcb8da
return when activity is finishing
2014-09-28 15:39:01 +02:00
ligi
cf43c500fb
set version 2.3.7
2014-09-21 20:07:42 +02:00
ligi
b04d60fb7d
option to show and hide the header fields
2014-09-21 19:41:18 +02:00
ligi
0e858292b5
design update
2014-09-21 19:06:54 +02:00
ligi
619f0d3db6
nice up appearance of pass view
2014-09-21 18:28:09 +02:00
ligi
68737fb4a3
need to know which organisations used
2014-09-18 12:50:21 +02:00
ligi
8122765b91
remove some tracking
2014-09-18 12:45:46 +02:00
ligi
e4c03beeea
nice up code
2014-09-18 11:21:07 +02:00
ligi
b67eb2c822
bump version
2014-09-18 10:48:51 +02:00
ligi
2fa579ac2e
also read the Manifest json safely ( got a pass with broken manifest .. )
2014-09-18 10:48:03 +02:00
ligi
18c83ed2a4
add version-eye badge and make status section
2014-09-16 23:45:24 +02:00
ligi
42ba59dde6
bump version
2014-09-15 20:52:46 +02:00
ligi
02928402de
alternative text also for fullscreen barcode
2014-09-15 20:51:39 +02:00
ligi
608d334947
alternative text for barcodes
2014-09-15 20:32:33 +02:00
ligi
61af0e8781
versionEye was telling me about some new lib versions
2014-09-15 20:32:05 +02:00
ligi
c6045de802
change naming
2014-09-15 19:55:57 +02:00
ligi
4289444a4c
make size final and move to the only used place
2014-09-15 19:43:58 +02:00
ligi
e829548924
BarCode as separate class
2014-09-15 19:21:44 +02:00
ligi
3324f83b0e
fix a bug when dlg was gone
2014-09-15 19:21:07 +02:00
ligi
e17d498448
use stringbuilder here
2014-09-11 15:25:32 +02:00
ligi
75b6f5b50f
bump version
2014-09-07 09:57:54 +02:00
ligi
81135e8404
pass the language
2014-09-06 21:53:30 +02:00
ligi
dc9ea923b8
pass the language
2014-09-06 21:52:18 +02:00
ligi
15a9fece13
better approach in parsing the translations
2014-09-06 19:09:23 +02:00