Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 1.4.0 #232

Merged
merged 45 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
c8a170a
Do not show commissions on validator stake update
Radiokot Nov 1, 2024
b51a98b
Update version to 1.4.0-qa.1
zaiatsartem Nov 4, 2024
68a5c79
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 6, 2024
4353f44
Update version to 1.4.0-qa.2
zaiatsartem Nov 6, 2024
5bb712c
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 7, 2024
e13f932
Update version to 1.4.0-qa.3
zaiatsartem Nov 7, 2024
82269d1
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 11, 2024
730f3a9
Update version to 1.4.0-qa.4
zaiatsartem Nov 11, 2024
c34209d
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 12, 2024
7b740f9
Update version to 1.4.0-qa.5
zaiatsartem Nov 12, 2024
8c6d2d8
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 15, 2024
b0e558e
Update version to 1.4.0-qa.6
zaiatsartem Nov 15, 2024
e365e01
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 18, 2024
fe5ec68
Update version to 1.4.0-qa.7
zaiatsartem Nov 18, 2024
38529e0
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 20, 2024
d39c6fa
Update version to 1.4.0-qa.8
zaiatsartem Nov 20, 2024
995e4de
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 21, 2024
933371a
Update version to 1.4.0-qa.9
zaiatsartem Nov 21, 2024
2fcd0b8
Merge branch 'main' into release/1.4.0
Radiokot Nov 25, 2024
e11e5e2
Merge branch 'main' into release/1.4.0
Radiokot Nov 25, 2024
abbd47e
Merge branch 'main' into release/1.4.0
Radiokot Nov 25, 2024
01b5948
Merge branch 'main' into release/1.4.0
Radiokot Nov 26, 2024
7cfa3a9
Merge branch 'main' into release/1.4.0
Radiokot Nov 27, 2024
4cc139d
Merge branch 'main' into release/1.4.0
Radiokot Nov 28, 2024
68a8c99
Update version to 1.4.0-qa.10
Radiokot Nov 28, 2024
dcc9b73
Merge branch 'main' into release/1.4.0
zaiatsartem Nov 29, 2024
5384a42
Update version to 1.4.0-qa.11
zaiatsartem Nov 29, 2024
f5605eb
Merge branch 'main' into release/1.4.0
Radiokot Nov 29, 2024
6ede2e8
Update version to 1.4.0
Radiokot Nov 29, 2024
e7cb607
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 2, 2024
6e41821
Update version to 1.4.0-qa.12
zaiatsartem Dec 2, 2024
8bcd758
Update version to 1.4.0
zaiatsartem Dec 4, 2024
e7255b9
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 9, 2024
9f54021
Update version to 1.4.0-qa.13
zaiatsartem Dec 9, 2024
89f47b9
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 10, 2024
ba361dc
Update version to 1.4.0-qa.14
zaiatsartem Dec 10, 2024
fd80333
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 13, 2024
7099bfd
Update version to 1.4.0-qa.15
zaiatsartem Dec 13, 2024
ce5eb71
Update version to 1.4.0
zaiatsartem Dec 13, 2024
4c31270
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 13, 2024
c1c3dd0
Update version to 1.4.0
zaiatsartem Dec 13, 2024
0ced8d1
Update version to 1.4.0-qa.16
zaiatsartem Dec 16, 2024
3ad5612
Merge branch 'main' into release/1.4.0
zaiatsartem Dec 16, 2024
2f105ee
Update version to 1.4.0-qa.17
zaiatsartem Dec 16, 2024
5c0d02d
Update version to 1.4.0
zaiatsartem Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.4.0] - 2024-12-16

### Added

Expand Down Expand Up @@ -149,7 +149,9 @@
attributes
- CIS-2 tokens with corrupted or missing metadata can no longer be added

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.3.2...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.4.0...HEAD

[1.4.0]: https://github.com/Concordium/cryptox-android/compare/1.3.2...1.4.0

[1.3.2]: https://github.com/Concordium/cryptox-android/compare/1.3.1...1.3.2

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
// This project uses semantic versioning
// https://semver.org/
def versionMajor = 1
def versionMinor = 3
def versionPatch = 2
def versionMinor = 4
def versionPatch = 0
def versionMeta = ""
def versionCodeIncremental = 1416
def versionCodeIncremental = 1429

compileSdkVersion 34

Expand Down
Binary file modified screens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading