File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
Please check our [ developers guide] ( https://gitlab.com/tokend/developers-guide )
8
8
for further information about branching and tagging conventions.
9
9
10
+ ## [ 1.14.0] 2019-12-09
11
+
12
+ ### Added
13
+ - Ability to sign in with local key
14
+ - Local balances update after performing financial operations (based on tx result decoding)
15
+
16
+ ### Changed
17
+ - Display only active assets (assets removal support)
18
+
19
+ ### Fixed
20
+ - Missing balance converted amount local update
21
+ - Crash on negative remained time (sales)
22
+
23
+ ### Removed
24
+ - Sale chart tab
25
+
26
+ ### Internal
27
+ - Created fragment displayer for user flow screens
28
+ - Got rid of FragmentFactory
29
+ - Changed the way of height calculation on amount screen
30
+ - Moved hide FAB scroll listener to specific class
31
+
10
32
## [ 1.13.0] 2019-09-25
11
33
12
34
### Added
@@ -266,7 +288,8 @@ with ability to copy
266
288
267
289
- Error on sign in when user has balances with unknown asset details
268
290
269
- [ Unreleased ] : https://github.com/tokend/android-client/compare/1.13.0(21)...HEAD
291
+ [ Unreleased ] : https://github.com/tokend/android-client/compare/1.14.0(22)...HEAD
292
+ [ 1.14.0 ] : https://github.com/tokend/android-client/compare/1.13.0(21)...1.14.0(22)
270
293
[ 1.13.0 ] : https://github.com/tokend/android-client/compare/1.12.0(20)...1.13.0(21)
271
294
[ 1.12.0 ] : https://github.com/tokend/android-client/compare/1.11.0(16)...1.12.0(20)
272
295
[ 1.11.0 ] : https://github.com/tokend/android-client/compare/1.10.0(13)...1.11.0(16)
Original file line number Diff line number Diff line change 4
4
// Application ID - unique identifier of the app in Google Play and on user's device
5
5
application_id = ' org.tokend.template'
6
6
// Version Name - human-readable app version
7
- version_name = ' 1.13 .0'
7
+ version_name = ' 1.14 .0'
8
8
// Version Code - code number for version,
9
9
// must be incremented after each release
10
- version_code = 21
10
+ version_code = 22
11
11
12
12
// --------------------------
13
13
You can’t perform that action at this time.
0 commit comments