Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3e839df
upload icon code bump
kcw-grunt Jan 27, 2025
0e17b7f
Set the xml for day night theme
kcw-grunt Jan 27, 2025
f9f0543
Washed all colors Broken Scheme
kcw-grunt Jan 27, 2025
6a4c66f
removed old references
kcw-grunt Jan 28, 2025
b653fa3
Update names
kcw-grunt Jan 28, 2025
9f3fbba
changes to Service
kcw-grunt Jan 28, 2025
ba6ca75
update .gitignore
kcw-grunt Jan 28, 2025
a149acb
upload icon code bump
kcw-grunt Jan 27, 2025
467363f
Set the xml for day night theme
kcw-grunt Jan 27, 2025
7936748
chore: replace to brainwallet
andhikayuana Jan 31, 2025
d4be468
chore: remove unused old files
andhikayuana Feb 2, 2025
95e2df9
chore: remove unused old files
andhikayuana Feb 2, 2025
82d5155
chore: bring back previous colors
andhikayuana Feb 7, 2025
e2280ea
Merge branch 'techdebt/sanitize-for-play-store' of https://github.com…
kcw-grunt Feb 10, 2025
ec8f977
Resolved dupes and conflicts
kcw-grunt Feb 10, 2025
673879b
upload icon code bump
kcw-grunt Jan 27, 2025
ae57d97
Set the xml for day night theme
kcw-grunt Jan 27, 2025
54f192f
Washed all colors Broken Scheme
kcw-grunt Jan 27, 2025
ba74cd4
removed old references
kcw-grunt Jan 28, 2025
b5d11d9
Update names
kcw-grunt Jan 28, 2025
bf57eb8
changes to Service
kcw-grunt Jan 28, 2025
17d2c97
update .gitignore
kcw-grunt Jan 28, 2025
1ee773c
Set the xml for day night theme
kcw-grunt Jan 27, 2025
5ea48c0
chore: replace to brainwallet
andhikayuana Jan 31, 2025
a4259dc
chore: remove unused old files
andhikayuana Feb 2, 2025
4a14ee9
chore: remove unused old files
andhikayuana Feb 2, 2025
f8caf98
chore: bring back previous colors
andhikayuana Feb 7, 2025
0350fbf
Resolved dupes and conflicts
kcw-grunt Feb 10, 2025
7a4164a
rebased and bumped
kcw-grunt Feb 11, 2025
a11f5f6
Merge branch 'techdebt/sanitize-for-play-store' of https://github.com…
kcw-grunt Feb 11, 2025
ff8f0af
chore: change instagram for brainwallet
andhikayuana Feb 11, 2025
6ceee60
Merge remote-tracking branch 'origin/develop' into techdebt/sanitize-…
kcw-grunt Feb 11, 2025
7967ad2
Resolved the conflicts.
kcw-grunt Feb 11, 2025
37d7905
Removed other LW cruft
kcw-grunt Feb 11, 2025
36d8925
chore: adjustment new color pallete
andhikayuana Feb 11, 2025
14f8d59
chore: adjustment new color for transaction_details_item
andhikayuana Feb 12, 2025
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ render.experimental.xml

# Google Services (e.g. APIs or Firebase)
google-services.json
/app/google-services.json

# Android Profiling
*.hprof
Expand All @@ -36,3 +37,7 @@ app/.DS_Store
app/src/.DS_Store
/app/src/.DS_Store
/app/src/main/.DS_Store

# Service files
/app/src/main/assets/service-data.json
/app/src/main/assets/canary-file.json
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "ltd.grunt.brainwallet"
minSdk = 29
targetSdk = 34
versionCode = 202501262
versionName = "v4.1.1"
versionCode = 202502111
versionName = "v4.2.1"

multiDexEnabled = true
base.archivesName.set("${defaultConfig.versionName}(${defaultConfig.versionCode})")
Expand Down
Loading