Skip to content

Commit 0ceabb9

Browse files
committed
Updated version to 1.14.0(22)
1 parent 4b6ec30 commit 0ceabb9

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
88
for further information about branching and tagging conventions.
99

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+
1032
## [1.13.0] 2019-09-25
1133

1234
### Added
@@ -266,7 +288,8 @@ with ability to copy
266288

267289
- Error on sign in when user has balances with unknown asset details
268290

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)
270293
[1.13.0]: https://github.com/tokend/android-client/compare/1.12.0(20)...1.13.0(21)
271294
[1.12.0]: https://github.com/tokend/android-client/compare/1.11.0(16)...1.12.0(20)
272295
[1.11.0]: https://github.com/tokend/android-client/compare/1.10.0(13)...1.11.0(16)

app/app_config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ext {
44
// Application ID - unique identifier of the app in Google Play and on user's device
55
application_id = 'org.tokend.template'
66
// Version Name - human-readable app version
7-
version_name = '1.13.0'
7+
version_name = '1.14.0'
88
// Version Code - code number for version,
99
// must be incremented after each release
10-
version_code = 21
10+
version_code = 22
1111

1212
// --------------------------
1313

0 commit comments

Comments
 (0)