Skip to content

Commit

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

### Latest changes:

-
- Send platform information in markdown format
- "Send dump" on first ticket screen

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.08b.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
46 changes: 0 additions & 46 deletions app/src/main/assets/start_to_ru.patch

This file was deleted.

3 changes: 0 additions & 3 deletions app/src/main/assets/ticket.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ <h3><span id="t_desc">xxxxxxxxxx</span></h3>
reserved for
internal use
</pre>
<div class="fragment" style="margin-top:1em">
<button id="btnEMail" style="width:100%;outline:0" onclick="eCallback()">Send dump</button>
</div>
</div>
</div>
<div>
Expand Down
19 changes: 11 additions & 8 deletions app/src/main/assets/ticket_ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@
border: 2px solid black;
border-radius: 7px;
margin-top: 0.5em;
margin-botom: 0.5em;
padding: 0.3em;
background-color: LightCyan;
height:82vh;
height:80vh;
width:92vw;
overflow-y: scroll;
}
#Dump {
Expand Down Expand Up @@ -68,10 +70,10 @@ <h3>
<span id="h_state">Xxxxx</span>
</h3>
<div>
<button class="btn" id="btnTicket" onclick="openTab('Ticket', 'btnTicket')">Билет</button>
<button class="btn" id="btnIC" onclick="openTab('IC', 'btnIC')">Чип</button>
<button class="btn" id="btnDump" onclick="openTab('Dump', 'btnDump')">Дамп</button>
<button class="btn" id="btnSettings" style="outline:0" onclick="hCallback()">Справка</button>
<button class="btnT" id="btnTicket" onclick="openTab('Ticket', 'btnTicket')">Билет</button>
<button class="btnT" id="btnIC" onclick="openTab('IC', 'btnIC')">Чип</button>
<button class="btnT" id="btnDump" onclick="openTab('Dump', 'btnDump')">Дамп</button>
<button class="btnT" id="btnSettings" style="outline:0" onclick="hCallback()">Справка</button>
</div>

<div id="Ticket" class="tab" style="display:none">
Expand Down Expand Up @@ -279,11 +281,12 @@ <h3><span id="t_desc">xxxxxxxxxx</span></h3>
reserved for
internal use
</pre>
<div class="fragment" style="margin-top:1em">
<button id="btnEMail" style="width:100%;outline:0" onclick="eCallback()">Отправить дамп</button>
</div>
</div>
</div>
<div>
<button class="btnB" id="btnBSettings" style="outline:0" onclick="aCallback()">Настройки</button>
<button class="btnB" id="btnBSendDimp" style="outline:0" onclick="eCallback()">Отправить дамп</button>
</div>

</body>

Expand Down
143 changes: 0 additions & 143 deletions app/src/main/assets/ticket_to_ru.patch

This file was deleted.

0 comments on commit 26eba9f

Please sign in to comment.