Skip to content

Commit

Permalink
- APK for version 3.02b generated.
Browse files Browse the repository at this point in the history
- Describe last cahanges in README.
  • Loading branch information
Mikhail Basov (NeedleFile) committed Jul 4, 2017
1 parent 5316f6b commit c617b9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ This is Android application to see what inside Moscow trasportation system ticke

<table>
<tr>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.0b-Ticket.jpg" width="320"/> </td>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.0b-IC.jpg" width="320"/> </td>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.0b-Dump.jpg" width="320"/> </td>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.02b-Ticket.jpg" width="320"/> </td>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.02b-IC.jpg" width="320"/> </td>
<td> <img src="https://github.com/mvbasov/Ticket-Info/wiki/images/Ticket-Info.3.02b-Dump.jpg" width="320"/> </td>
</tr>
</table>

Tis project is update to actual state of another [old project](https://github.com/ValleZ/Ticket-Info.git)
Latest [stable version](https://github.com/mvbasov/Ticket-Info/releases/download/v3.02b/Ticket-Info.3.02b.apk)

This project is update to actual state of another [old project](https://github.com/ValleZ/Ticket-Info.git)

This project has no value as Android application because several projects with better functionality exist in Android Market now (for example [Транспортные карты Москвы](https://play.google.com/store/apps/details?id=eu.dedb.nfc.moscow)).
This project interesting as open source example of working with NFC and for understanding "How things made" (about Moscow transportation system tickets). It is not a target of this project "brake" security system to make "unlimited" ticket.
Expand Down Expand Up @@ -45,7 +47,7 @@ Set Signing options according to you local settings. If you want to build only u

### Last changes:

-
- Add remark to dump from application

You can see [full change log](https://github.com/mvbasov/Ticket-Info/blob/master/CHANGELOG.md)

Expand Down
Binary file added app/Ticket-Info.3.02b.apk
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<application android:label="@string/app_name"
android:theme="@android:style/Theme.Light.NoTitleBar"
android:resizeableActivity = "true"
android:icon="@mipmap/ticket_info_a">
android:icon="@mipmap/ticket_info_b">

<activity android:name="MainActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit c617b9e

Please sign in to comment.