Skip to content

Commit

Permalink
- APK for version 3.07b generated.
Browse files Browse the repository at this point in the history
- Describe last cahanges in README.
  • Loading branch information
Mikhail Basov (NeedleFile) committed Sep 8, 2017
1 parent ee4681a commit 4c7a558
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Set Signing options according to you local settings. If you want to build only u

### Latest changes:

-
- Fix several null pointer exceptions
- More information about platform and application
- New station in DB (Bitcesky park)

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.07b.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 @@ -15,7 +15,7 @@
android:required="false" />

<application
android:icon="@mipmap/ticket_info_a"
android:icon="@mipmap/ticket_info_b"
android:label="@string/app_name"
android:resizeableActivity="true"
android:theme="@android:style/Theme.Light.NoTitleBar">
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/assets/metro.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<metro provider="mvb" ts="201707181615">
<metro provider="mvb" ts="201709081519">

<!-- Last tmp id: tmp053 -->
<!-- Stations with unknown ID:
Expand Down Expand Up @@ -419,6 +419,11 @@
<st id="tmp016" ln="11a"><n>Каширская</n></st>

<!-- 12. Бутовская -->
<st id="196" ln="12">
<n>Бицевский парк</n>
<!-- (2696418117-20-13) -->
<e id="1" et="99"/>
</st>
<st id="191" ln="12"><n>Улица Старокачаловская</n></st>
<st id="192" ln="12"><n>Улица Скобелевская</n></st>
<st id="193" ln="12"><n>Бульвар адмирала Ушакова</n></st>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void sendDump(String fileName, String parserErrors) {
emaInfo += " CyanogenMod version: " + cmVersion + "\n";
emaInfo += "--- End of platform information ---\n";
emaInfo += "--- Application information ---\n";
emaInfo += appInfo + "\n";
emaInfo += " " + appInfo + "\n";
String DFPath = Ticket.getDataFileURIasString(mContext);
emaInfo += " Data file URI: " + DFPath + "\n";
emaInfo += " DB timestamp: " + Lookup.findDBts(DFPath) + "\n";
Expand Down

0 comments on commit 4c7a558

Please sign in to comment.