-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.2.4 (as published in Google Play)
• shows new fields: expiration date, activation date, card number • bugfix: fixed IOException on app restart • bugfix: fixed crash on "Settings" page • new menu entry: "Donation"
- Loading branch information
Showing
33 changed files
with
817 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
encoding//res/raw-de/changelog.txt=UTF-8 | ||
encoding//res/raw/changelog.txt=UTF-8 | ||
encoding//src/at/zweng/bankomatinfos/iso7816emv/EmvUtils.java=UTF-8 | ||
encoding//src/at/zweng/bankomatinfos/util/Utils.java=UTF-8 | ||
encoding/README.md=UTF-8 | ||
encoding/src=UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
Version 1.2.4 (19.01.2014): | ||
� zeigt nun auch: Ablaufdatum, Austellungsdatum und Kartennummer | ||
� bugfix: IOException bei App-Neustart behoben | ||
� bugfix: Absturz auf "Einstellungen" Seite behoben | ||
� neuer Men�eintrag: "Spenden" | ||
|
||
|
||
Version 1.2.3 (12.01.2014): | ||
� bessere Aufschl�sselung der Transaktionen | ||
� bugfix: Lesefehler bei bestimmten Transaktionstypen behoben | ||
� bugfix: falsche Uhrzeit bei manchen Transaktionen behoben | ||
|
||
|
||
Version 1.2.2 (10.01.2014): | ||
� Neues App Logo | ||
� neuer Men�punkt 'Einstellungen' | ||
� neue Einstellung 'Scanne alle Dateien' | ||
� Auslesen der noch verf�gbaren PIN-Eingabeversuche | ||
� bessere Fehlerbehandlung beim Lesen der QUICK Daten |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
Version 1.2.4 (2014-01-19): | ||
� shows new fields: expiration date, activation date, card number | ||
� bugfix: fixed IOException on app restart | ||
� bugfix: fixed crash on "Settings" page | ||
� new menu entry: "Donation" | ||
|
||
|
||
Version 1.2.3 (2014-01-12): | ||
� better decoding of transactions! | ||
� bugfix: corrected parsing error with some specific transactions | ||
� bugfix: wrong time displayed in some transaction | ||
|
||
|
||
Version 1.2.2 (2014-01-10): | ||
� New app icon | ||
� added 'Settings' menu | ||
� new setting 'Scan all files' | ||
� added reading the current PIN-retry-counter | ||
� better handling parsing error with QUICK data |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/list_item_bg_normal"/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" > | ||
|
||
<LinearLayout | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" > | ||
|
||
<LinearLayout | ||
android:id="@+id/creditDialog_layout_root" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:orientation="horizontal" | ||
android:padding="10dp" > | ||
|
||
<LinearLayout | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:gravity="bottom" | ||
android:orientation="vertical" > | ||
|
||
<ImageView | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_marginRight="10sp" | ||
android:contentDescription="@string/about_dialog_image_description" | ||
android:gravity="bottom" | ||
android:src="@drawable/ic_launcher" /> | ||
</LinearLayout> | ||
|
||
<TextView | ||
android:id="@+id/donate_dialog_text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:autoLink="web|email" | ||
android:text="" | ||
android:textColor="#FFFFFF" /> | ||
</LinearLayout> | ||
<Button | ||
android:id="@+id/btnDonateDialogBitcoin" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginLeft="20dp" | ||
android:layout_marginRight="20dp" | ||
android:text="@string/donate_dialog_btn_bitcoin" > | ||
</Button> | ||
<Button | ||
android:id="@+id/btnDonateDialogPaypal" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginLeft="20dp" | ||
android:layout_marginRight="20dp" | ||
android:text="@string/donate_dialog_btn_paypal" > | ||
</Button> | ||
|
||
<Button | ||
android:id="@+id/btnDonateDialogEuros" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="10dp" | ||
android:layout_marginLeft="20dp" | ||
android:layout_marginRight="20dp" | ||
android:layout_marginBottom="50dp" | ||
android:text="@string/donate_dialog_btn_euro" > | ||
</Button> | ||
</LinearLayout> | ||
|
||
</ScrollView> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:background="@color/background_list_views_not_clickable" > | ||
|
||
|
||
<!-- | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="50dp" | ||
android:layout_alignParentLeft="true" | ||
android:layout_centerVertical="true" | ||
android:text="" | ||
android:visibility="invisible" /> | ||
--> | ||
<TextView | ||
android:id="@+id/infoListItemName" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentLeft="true" | ||
android:layout_alignParentTop="true" | ||
android:layout_marginLeft="8dp" | ||
android:layout_marginRight="8dp" | ||
android:layout_marginTop="8dp" | ||
android:layout_marginBottom="2dp" | ||
android:text="" | ||
android:textAppearance="@style/InfoListLabel" /> | ||
|
||
<TextView | ||
android:id="@+id/infoListItemValue" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_below="@+id/infoListItemName" | ||
android:layout_alignParentLeft="true" | ||
android:layout_marginLeft="8dp" | ||
android:layout_marginRight="8dp" | ||
android:paddingBottom="8dp" | ||
android:text="" | ||
android:textAppearance="@style/InfoListValue" /> | ||
|
||
</RelativeLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.