[UI] New UI for InputWordsScreen - #10
Conversation
| } | ||
|
|
||
| //TODO: revisit later, please move into new architecture | ||
| private fun onRestore(paperkey: String) { |
There was a problem hiding this comment.
for now, we just using the old flow
| // darkTheme: Boolean = isSystemInDarkTheme(), | ||
| // Dynamic color is available on Android 12+ | ||
| dynamicColor: Boolean = true, | ||
| dynamicColor: Boolean = true, //dynamic color will disable or not? |
There was a problem hiding this comment.
probably will remove this, since we are not supporting dynamic color on android 12+
just using light/dark mode
There was a problem hiding this comment.
Yes...baby steps. Just dark and light mode @andhikayuana
|
|
||
| Screengrab.screenshot("3_input_paperkey_screen") | ||
|
|
||
| //TODO: please fix this, since the UI changed |
There was a problem hiding this comment.
will fix this later
| data class InputWordsState( | ||
| val bip39Words: List<String> = emptyList(), | ||
| val suggestionsSeedWords: List<String> = emptyList(), | ||
| val seedWords: Map<Int, String> = (0..11).associateWith { "" } //12 seed words |
There was a problem hiding this comment.
not that there is a chance that we are migrating to more but I'd like this in a global constant. globalSeedWordCount = 12
There was a problem hiding this comment.
noted will think on it later
| // darkTheme: Boolean = isSystemInDarkTheme(), | ||
| // Dynamic color is available on Android 12+ | ||
| dynamicColor: Boolean = true, | ||
| dynamicColor: Boolean = true, //dynamic color will disable or not? |
There was a problem hiding this comment.
Yes...baby steps. Just dark and light mode @andhikayuana
| public class Bip39Reader { | ||
|
|
||
| private static final String TAG = Bip39Reader.class.getName(); | ||
| public static final int WORD_LIST_SIZE = 2048; |
There was a problem hiding this comment.
TYVM... big headache from the old LW days @andhikayuana
commit 3c6ffd8 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 17 21:07:21 2025 +0000 version bump commit c2bbb38 Merge: 3dd269c 43f03ed Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 17 20:50:26 2025 +0000 Merge pull request #18 from brainwallet-co/feat/new-intro_activity-issue-29 [ 🚀] feature/new intro activity issue 29 commit 43f03ed Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:38:21 2025 +0700 chore: optimize import for commit 928d5ea Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:34:35 2025 +0700 chore: optimize import for commit 709c220 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:29:25 2025 +0700 chore: adjustment for Dialog commit 84fac7f Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:02:57 2025 +0700 chore: update FragmentSend commit 32d3d69 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 02:55:24 2025 +0700 chore: comment language and dark mode switch at WelcomeScreen commit e0d635c Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 17:19:51 2025 +0700 chore: remove unused code commit d630d1f Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 17:07:21 2025 +0700 fix: fix passcode verified flow commit 6ed9a36 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:56:29 2025 +0700 feat: wipe wallet with old flow commit 602d701 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:42:59 2025 +0700 feat: create wallet flow and paper key prove flow commit b1bb731 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:03:00 2025 +0700 feat: wip create wallet flow commit 4710ac7 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 10:18:56 2025 +0700 feat: wrap BRAnimator.startBreadActivity with LegacyNavigation.startBreadActivity commit e2c3b17 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 07:07:44 2025 +0700 feat: wip implement new navigation commit dbf4650 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 16 00:09:32 2025 +0700 feat: UnLockScreen using onNavigate commit f6e9d47 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 16 00:07:06 2025 +0700 feat: add UnLockScreen commit 324161c Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 23:48:43 2025 +0700 feat: add fragment compose, add new home commit ec2ae2d Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 17:16:49 2025 +0700 chore: add SetPasscodeConfirmScreen from feat/set-pincode-issue-31 commit 7fdb9b9 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 17:06:01 2025 +0700 chore: wip compose communication with legacy code commit 7fbffef Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 16:35:58 2025 +0700 chore: wip compose communication with legacy code commit 6ce7b17 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 16:35:53 2025 +0700 Rename .java to .kt commit 1b78152 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 08:20:34 2025 +0000 clean up host commit dfa659c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 23:01:42 2025 +0000 Layout in process commit d9670c4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 23:01:25 2025 +0000 Added Open Sauce One fonts commit 3dd269c Merge: a56b260 90b4725 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 22:48:54 2025 +0000 Merge pull request #17 from brainwallet-co/techdebt/update-host techdebt: clean up host commit e3ac148 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 21:00:21 2025 +0000 WIP Color commit 21ef868 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 19:52:47 2025 +0000 DELETED IntroActivity -Replaced instaanced of IntroActivity with WelcomeActivity commit 94dadf5 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 19:18:59 2025 +0000 added more brand logotypes removed old images commit 2a13693 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 18:36:47 2025 +0000 update the icon removed old version commit 313a01f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 15:45:07 2025 +0000 Added the lottie file: welcome aninmation - Removed cruft - Added WelcomeActivity commit 80606eb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 15:18:30 2025 +0000 Moved @kiejosie Composables to composables directory Added simple WelcomeScreen commit 47b1d23 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 12:57:37 2025 +0000 renamed our main Composables package Added Welcome Composables view commit 83bd064 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 12:45:46 2025 +0000 Added with WelcomeActivity - Composable binding to xml commit a56b260 Merge: b957329 bab3d8f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 11:07:48 2025 +0000 Merge pull request #16 from brainwallet-co/techdebt/remove-old-greeting Removed the random greeting commit 90b4725 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 08:20:34 2025 +0000 clean up host commit bab3d8f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 07:55:30 2025 +0000 Removed the random greeting commit b957329 Merge: f0407b4 14f8d59 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 07:44:48 2025 +0000 Merge pull request #7 from brainwallet-co/techdebt/sanitize-for-play-store Sanitizing for the Play Store commit 14f8d59 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Feb 12 07:24:13 2025 +0700 chore: adjustment new color for transaction_details_item commit 36d8925 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Feb 12 06:42:15 2025 +0700 chore: adjustment new color pallete commit 37d7905 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 11:42:57 2025 +0000 Removed other LW cruft commit 7967ad2 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 11:03:36 2025 +0000 Resolved the conflicts. commit 6ceee60 Merge: ff8f0af f0407b4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 10:51:37 2025 +0000 Merge remote-tracking branch 'origin/develop' into techdebt/sanitize-for-play-store # Conflicts: # app/src/main/java/com/brainwallet/presenter/activities/InputWordsActivity.java # app/src/main/res/layout/activity_input_words.xml commit ff8f0af Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 11 17:26:01 2025 +0700 chore: change instagram for brainwallet commit f0407b4 Merge: d4c7a7f 7d4a3d9 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:53:12 2025 +0000 Merge pull request #10 from brainwallet-co/feat/issue-40 [UI] New UI for InputWordsScreen commit a11f5f6 Merge: 7a4164a ec8f977 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:31:16 2025 +0000 Merge branch 'techdebt/sanitize-for-play-store' of https://github.com/brainwallet-co/android into techdebt/sanitize-for-play-store commit 7a4164a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:29:51 2025 +0000 rebased and bumped commit 0350fbf Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:54:52 2025 +0000 Resolved dupes and conflicts commit f8caf98 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 09:49:09 2025 +0700 chore: bring back previous colors commit 4a14ee9 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:47:25 2025 +0700 chore: remove unused old files commit a4259dc Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:43:23 2025 +0700 chore: remove unused old files commit 5ea48c0 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 14:40:36 2025 +0700 chore: replace to brainwallet commit 1ee773c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit 17d2c97 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:25:36 2025 +0000 update .gitignore commit bf57eb8 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:21:34 2025 +0000 changes to Service commit b5d11d9 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:50:11 2025 +0000 Update names commit ba74cd4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:46:06 2025 +0000 removed old references commit 54f192f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 23:52:44 2025 +0000 Washed all colors Broken Scheme commit ae57d97 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit 673879b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit d4c7a7f Merge: e68814c 514a315 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:11:23 2025 +0000 Merge pull request #14 from brainwallet-co/chore/set-base-archives-name chore: bring back base.archivesName to old format commit ec8f977 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:54:52 2025 +0000 Resolved dupes and conflicts commit e2280ea Merge: ba6ca75 82d5155 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:24:28 2025 +0000 Merge branch 'techdebt/sanitize-for-play-store' of https://github.com/brainwallet-co/android into techdebt/sanitize-for-play-store commit 514a315 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 16:21:21 2025 +0700 chore: adjustment for Fastfile regarding screengrab implementation commit b25a627 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 16:20:58 2025 +0700 chore: bring back base.archivesName commit 7d4a3d9 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:39:21 2025 +0700 chore: remove BIP39Words non-english commit 9247201 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:31:36 2025 +0700 chore: remove dynamicColor parameter commit 262f53a Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:28:39 2025 +0700 chore: refactor UI test for screengrab commit e68814c Merge: d089bef 00b45ce Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 12:11:08 2025 +0000 Merge pull request #12 from brainwallet-co/techdebt/add-language-tracks Techdebt/add language tracks: added hindi and Arabic commit 00b45ce Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 11:00:15 2025 +0000 Updated the LocaleTests commit e950175 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 10:45:20 2025 +0000 updated the welcome language picker - found the error in Russian / Portuguese - added Hindi, Arabic, audio files - copied simpliedchinese - updated taglines in languages commit 084aeae Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 8 12:48:18 2025 +0700 chore: bring back old flow for wipe wallet commit 7938d02 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 8 12:37:21 2025 +0700 chore: bring back old flow for resetPin after wallet disabled commit cdb2640 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 23:34:38 2025 +0700 feat: restore wallet with old logic commit 21bf766 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 23:00:51 2025 +0700 feat: [wip] new UI for InputWordsScreen commit 45890fc Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 22:59:31 2025 +0700 chore: [test] please fix screengrab after new UI implemented commit ba9dbc9 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 21:31:51 2025 +0700 chore: only using 'en' for Bip39words commit ccaa8f4 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 21:26:40 2025 +0700 feat: [UI] autocomplete seed word item commit 4d912d4 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:41 2025 +0700 chore: [UI] add scroll state for YourSeedProveItScreen and YourSeedWordsScreen commit 9ad7f39 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:19 2025 +0700 feat: [UI] input seed words for restore flow commit 6073200 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:15 2025 +0700 Rename .java to .kt commit 82d5155 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 09:49:09 2025 +0700 chore: bring back previous colors commit 95e2df9 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:47:25 2025 +0700 chore: remove unused old files commit d4be468 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:43:23 2025 +0700 chore: remove unused old files commit 7936748 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 14:40:36 2025 +0700 chore: replace to brainwallet commit 467363f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit a149acb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit d089bef Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 4 09:38:55 2025 +0000 conditiaonal click commit 946eb6e Merge: 7811ae2 300534b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 4 08:52:42 2025 +0000 Merge pull request #9 from brainwallet-co/feat/issue-30 [UI] New UI for Seed Words commit 300534b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:51:27 2025 +0000 added layout constants commit ba44cab Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:35:01 2025 +0000 Add layout vars commit 03ed3f5 Merge: 8c8f845 d2c8e58 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:23:10 2025 +0000 Merge branch 'feat/issue-30' of https://github.com/brainwallet-co/android into feat/issue-30 commit d2c8e58 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:22:06 2025 +0700 feat: add audio for gamification at YourSeedProveItScreen and clear button commit eae9141 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:46:12 2025 +0700 chore: [UI] add YourSeedProveItScreen commit f04c130 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:08:41 2025 +0700 Rename .java to .kt commit 9bcbce4 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:07:05 2025 +0700 chore: refactor YourSeedWordsScreen and SeedWordItem commit 7482aca Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:51 2025 +0700 chore: add viewmodel compose dependency commit 3865d9a Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:24 2025 +0700 chore: [UI] provide setContentWithTheme extension for ComposeView (transition purpose) commit 285ca77 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:30 2025 +0700 chore: [UI] your seed words commit cba0bb2 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:27 2025 +0700 Rename .java to .kt commit e6a54fb Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:38:16 2025 +0700 chore: [UI] add theming for compose commit 87fb57c Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:37:55 2025 +0700 chore: [UI] add downloadable font for compose commit 3d7ba82 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 17:08:02 2025 +0700 chore: add jetpack compose dependencies & set default key_keystore_manager_enabled to true commit 7811ae2 Merge: 40c956e d067d4e Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Feb 2 07:18:55 2025 +0000 Merge pull request #8 from brainwallet-co/techdebt/screengrab-fix-permission-post-notification [screengrab] need grant post notification commit d067d4e Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 2 04:50:39 2025 +0700 chore: change SCREENGRAB_PAPERKEY commit 8c8f845 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:46:12 2025 +0700 chore: [UI] add YourSeedProveItScreen commit 6b9bf92 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:08:41 2025 +0700 Rename .java to .kt commit 1597ce5 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:07:05 2025 +0700 chore: refactor YourSeedWordsScreen and SeedWordItem commit 22303dc Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:51 2025 +0700 chore: add viewmodel compose dependency commit 51fdb70 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:24 2025 +0700 chore: [UI] provide setContentWithTheme extension for ComposeView (transition purpose) commit 4ad3f0d Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:30 2025 +0700 chore: [UI] your seed words commit 16bb91d Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:27 2025 +0700 Rename .java to .kt commit f4352ba Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:38:16 2025 +0700 chore: [UI] add theming for compose commit cea6b7e Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:37:55 2025 +0700 chore: [UI] add downloadable font for compose commit ba6ca75 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:25:36 2025 +0000 update .gitignore commit 9f3fbba Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:21:34 2025 +0000 changes to Service commit 03f9a99 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 17:08:02 2025 +0700 chore: add jetpack compose dependencies & set default key_keystore_manager_enabled to true commit b4320c0 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 15:35:16 2025 +0700 chore: [screengrab] fix grant permission for post notification (API level 33+) commit b653fa3 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:50:11 2025 +0000 Update names commit 6a4c66f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:46:06 2025 +0000 removed old references commit f9f0543 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 23:52:44 2025 +0000 Washed all colors Broken Scheme commit 0e17b7f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit 3e839df Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit 40c956e Merge: 049a70c 5990338 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 09:02:51 2025 +0000 Merge pull request #6 from brainwallet-co/techdebt/refactor-cruft-lw Techdebt/refactor cruft lw commit 5990338 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:59:45 2025 +0000 Fixes a broken reference in core updated config commit 69b6741 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:49:10 2025 +0000 code bump commit 6ea3197 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 20:55:24 2025 +0000 fixed old reference commit db333f5 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:27:34 2025 +0700 chore: fix screengrab to capture 19_transaction_receive until 21_lock_screen commit 62fa3f7 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:23:22 2025 +0700 chore: resolve grant permission for screengrab commit a8a9f78 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:12:26 2025 +0700 chore: resolve cant call jni method commit a9cda89 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 00:54:45 2025 +0700 chore: resolve AndroidManfest.xml merge errors and more commit e261c68 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 16:11:31 2025 +0000 WIP: Resolving AndroidManfest.xml merge errors commit 809dd8c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 13:08:07 2025 +0000 WIP: Partial package reset commit 47ea749 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 09:32:08 2025 +0000 WIP: Added the project using ltd.grunt.brainwallet references commit 5c74a51 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 13:46:35 2025 +0000 Set the secp256 to b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7 cleaned the DSStore updated the secp commit 049a70c Merge: b9634d2 79c5fbc Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:48:34 2025 +0000 Merge pull request #4 from brainwallet-co/tech-debt/tests-ci-config Tech debt/tests ci config commit 79c5fbc Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 19:43:53 2025 +0000 bump code Added .circleci/config.yml (NON-OP) commit 50d525c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 18:27:58 2025 +0000 Ran screengrabs, readded config - The screengrab fails halfway commit b6cbfb3 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 17:42:49 2025 +0000 updated the core to v4.1.0 commit b9634d2 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 08:24:32 2025 +0000 Create config.yml To run config commit 8b642a3 Merge: e97cc46 e43600e Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 14:23:01 2025 +0000 Merge pull request #3 from brainwallet-co/techdebt/revert-secp256k1-fix-to-common-commit Techdebt/revert secp256k1 fix to common commit commit e43600e Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 13:46:35 2025 +0000 Set the secp256 to b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7 cleaned the DSStore updated the secp commit 017227a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 10:56:09 2025 +0000 Update latest version of core commit ad71ef4 Merge: a10f099 e55566f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 09:16:51 2025 +0000 Merge branch 'techdebt/revert-secp256k1-fix-to-common-commit' of https://github.com/brainwallet-co/android into techdebt/revert-secp256k1-fix-to-common-commit commit a10f099 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 09:16:28 2025 +0000 removed the kmp lib commit e55566f Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 25 13:20:43 2025 +0700 chore: remove specific label, just using from Application commit c39839a Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 25 13:19:02 2025 +0700 chore: remove secp256k1-kmp submodule commit 6e0017d Merge: ca5671d e97cc46 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 23:00:20 2025 +0000 Merge branch 'develop' into techdebt/revert-secp256k1-fix-to-common-commit commit ca5671d Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:46:15 2025 +0000 version bump Renamed project build bump commit e3ca48f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:33:38 2025 +0000 Deleted all color scheme and logos commit 68860c9 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 16:36:00 2025 +0000 Remove repo label commit ea6561a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 22:52:21 2025 +0000 fixed the secp commit 207286f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 17:56:50 2025 +0000 added the old secp256 and the wrapper submodule commit 6d4c601 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 17:46:23 2025 +0000 removed cached commit 9f99104 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 10:08:00 2025 +0000 reset to last working stage commit d6a7ffb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:58:02 2025 +0000 removed core commit 1f34361 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:55:12 2025 +0000 removed secp commit e97cc46 Merge: 6a87763 11ef69d Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:38:25 2025 +0000 Merge pull request #2 from brainwallet-co/techdebt/remove-images Techdebt/remove images commit 11ef69d Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:46:15 2025 +0000 version bump Renamed project build bump commit f9a1464 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:33:38 2025 +0000 Deleted all color scheme and logos commit 3c5e4b2 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 16:36:00 2025 +0000 Remove repo label commit 6a87763 Merge: 3a48b96 fe76eb3 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 20 17:13:19 2025 +0000 Merge pull request #1 from brainwallet-co/techdebt/commercial-migration Techdebt/commercial migration commit fe76eb3 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 20 07:14:50 2025 +0700 chore: adjustment for new appid commit 95af08d Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 19 17:15:38 2025 +0700 chore: [test] add permission rule for grant runtime permission (e.g. post notification on API 33) commit 2319367 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 12 15:42:09 2025 +0700 chore: refactor some parts to make it possible for screengrab from fastlane commit 90aedea Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 12 09:28:14 2025 +0700 chore: refactor some parts to make it possible for screenshots commit df2df6c Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 11 18:03:21 2025 +0700 chore: add UI Test dependencies and fastlane commit f80e34d Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 8 22:38:21 2025 +0700 chore: add ktlint commit 587d07c Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 15 21:59:23 2025 +0700 fix: adjustment can't compile
commit 3c6ffd8 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 17 21:07:21 2025 +0000 version bump commit c2bbb38 Merge: 3dd269c 43f03ed Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 17 20:50:26 2025 +0000 Merge pull request #18 from brainwallet-co/feat/new-intro_activity-issue-29 [ 🚀] feature/new intro activity issue 29 commit 43f03ed Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:38:21 2025 +0700 chore: optimize import for commit 928d5ea Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:34:35 2025 +0700 chore: optimize import for commit 709c220 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:29:25 2025 +0700 chore: adjustment for Dialog commit 84fac7f Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 03:02:57 2025 +0700 chore: update FragmentSend commit 32d3d69 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 18 02:55:24 2025 +0700 chore: comment language and dark mode switch at WelcomeScreen commit e0d635c Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 17:19:51 2025 +0700 chore: remove unused code commit d630d1f Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 17:07:21 2025 +0700 fix: fix passcode verified flow commit 6ed9a36 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:56:29 2025 +0700 feat: wipe wallet with old flow commit 602d701 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:42:59 2025 +0700 feat: create wallet flow and paper key prove flow commit b1bb731 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 16:03:00 2025 +0700 feat: wip create wallet flow commit 4710ac7 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 10:18:56 2025 +0700 feat: wrap BRAnimator.startBreadActivity with LegacyNavigation.startBreadActivity commit e2c3b17 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 17 07:07:44 2025 +0700 feat: wip implement new navigation commit dbf4650 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 16 00:09:32 2025 +0700 feat: UnLockScreen using onNavigate commit f6e9d47 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 16 00:07:06 2025 +0700 feat: add UnLockScreen commit 324161c Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 23:48:43 2025 +0700 feat: add fragment compose, add new home commit ec2ae2d Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 17:16:49 2025 +0700 chore: add SetPasscodeConfirmScreen from feat/set-pincode-issue-31 commit 7fdb9b9 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 17:06:01 2025 +0700 chore: wip compose communication with legacy code commit 7fbffef Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 16:35:58 2025 +0700 chore: wip compose communication with legacy code commit 6ce7b17 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 15 16:35:53 2025 +0700 Rename .java to .kt commit 1b78152 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 08:20:34 2025 +0000 clean up host commit dfa659c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 23:01:42 2025 +0000 Layout in process commit d9670c4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 23:01:25 2025 +0000 Added Open Sauce One fonts commit 3dd269c Merge: 4f2d8ce 90b4725 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 22:48:54 2025 +0000 Merge pull request #17 from brainwallet-co/techdebt/update-host techdebt: clean up host commit e3ac148 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 21:00:21 2025 +0000 WIP Color commit 21ef868 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 19:52:47 2025 +0000 DELETED IntroActivity -Replaced instaanced of IntroActivity with WelcomeActivity commit 94dadf5 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 19:18:59 2025 +0000 added more brand logotypes removed old images commit 2a13693 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 18:36:47 2025 +0000 update the icon removed old version commit 313a01f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 15:45:07 2025 +0000 Added the lottie file: welcome aninmation - Removed cruft - Added WelcomeActivity commit 80606eb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 15:18:30 2025 +0000 Moved @kiejosie Composables to composables directory Added simple WelcomeScreen commit 47b1d23 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 12:57:37 2025 +0000 renamed our main Composables package Added Welcome Composables view commit 83bd064 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 12:45:46 2025 +0000 Added with WelcomeActivity - Composable binding to xml commit 4f2d8ce Merge: 7425764 fec4ab3 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 11:07:48 2025 +0000 Merge pull request #16 from brainwallet-co/techdebt/remove-old-greeting Removed the random greeting commit 90b4725 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 08:20:34 2025 +0000 clean up host commit fec4ab3 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Feb 13 07:55:30 2025 +0000 Removed the random greeting commit 7425764 Merge: bef08fe 73faf79 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Feb 12 07:44:48 2025 +0000 Merge pull request #7 from brainwallet-co/techdebt/sanitize-for-play-store Sanitizing for the Play Store commit 73faf79 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Feb 12 07:24:13 2025 +0700 chore: adjustment new color for transaction_details_item commit 28fe5c0 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Feb 12 06:42:15 2025 +0700 chore: adjustment new color pallete commit e182678 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 11:42:57 2025 +0000 Removed other LW cruft commit 092b297 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 11:03:36 2025 +0000 Resolved the conflicts. commit db511ae Merge: 41b4d6f bef08fe Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 10:51:37 2025 +0000 Merge remote-tracking branch 'origin/develop' into techdebt/sanitize-for-play-store # Conflicts: # app/src/main/java/com/brainwallet/presenter/activities/InputWordsActivity.java # app/src/main/res/layout/activity_input_words.xml commit 41b4d6f Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Feb 11 17:26:01 2025 +0700 chore: change instagram for brainwallet commit bef08fe Merge: b9619e1 fd27e12 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:53:12 2025 +0000 Merge pull request #10 from brainwallet-co/feat/issue-40 [UI] New UI for InputWordsScreen commit 327a24f Merge: f9b5a88 d24aca6 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:31:16 2025 +0000 Merge branch 'techdebt/sanitize-for-play-store' of https://github.com/brainwallet-co/android into techdebt/sanitize-for-play-store commit f9b5a88 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:29:51 2025 +0000 rebased and bumped commit ab1076a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:54:52 2025 +0000 Resolved dupes and conflicts commit 37eb6cd Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 09:49:09 2025 +0700 chore: bring back previous colors commit e77299b Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:47:25 2025 +0700 chore: remove unused old files commit bac4f49 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:43:23 2025 +0700 chore: remove unused old files commit 471ab20 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 14:40:36 2025 +0700 chore: replace to brainwallet commit 71eee2c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit 0347f85 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:25:36 2025 +0000 update .gitignore commit 50a1b6f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:21:34 2025 +0000 changes to Service commit 94a1279 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:50:11 2025 +0000 Update names commit 695e1c8 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:46:06 2025 +0000 removed old references commit 4375f01 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 23:52:44 2025 +0000 Washed all colors Broken Scheme commit 67aa6d4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit 4de7e1a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit b9619e1 Merge: acaddaf 64e5e07 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 11 09:11:23 2025 +0000 Merge pull request #14 from brainwallet-co/chore/set-base-archives-name chore: bring back base.archivesName to old format commit d24aca6 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:54:52 2025 +0000 Resolved dupes and conflicts commit 935a7c1 Merge: b29216f ec3910a Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 10 21:24:28 2025 +0000 Merge branch 'techdebt/sanitize-for-play-store' of https://github.com/brainwallet-co/android into techdebt/sanitize-for-play-store commit 64e5e07 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 16:21:21 2025 +0700 chore: adjustment for Fastfile regarding screengrab implementation commit 1fcd3c1 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 16:20:58 2025 +0700 chore: bring back base.archivesName commit fd27e12 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:39:21 2025 +0700 chore: remove BIP39Words non-english commit 2c4ac34 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:31:36 2025 +0700 chore: remove dynamicColor parameter commit f489bb2 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 10 06:28:39 2025 +0700 chore: refactor UI test for screengrab commit acaddaf Merge: 8ebc8ee 11a8130 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 12:11:08 2025 +0000 Merge pull request #12 from brainwallet-co/techdebt/add-language-tracks Techdebt/add language tracks: added hindi and Arabic commit 11a8130 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 11:00:15 2025 +0000 Updated the LocaleTests commit 1c8cf6e Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Feb 8 10:45:20 2025 +0000 updated the welcome language picker - found the error in Russian / Portuguese - added Hindi, Arabic, audio files - copied simpliedchinese - updated taglines in languages commit f518edc Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 8 12:48:18 2025 +0700 chore: bring back old flow for wipe wallet commit b1a2ded Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Feb 8 12:37:21 2025 +0700 chore: bring back old flow for resetPin after wallet disabled commit 6366ffb Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 23:34:38 2025 +0700 feat: restore wallet with old logic commit 3a58320 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 23:00:51 2025 +0700 feat: [wip] new UI for InputWordsScreen commit 1269422 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 22:59:31 2025 +0700 chore: [test] please fix screengrab after new UI implemented commit 852e579 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 21:31:51 2025 +0700 chore: only using 'en' for Bip39words commit de34c2a Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 21:26:40 2025 +0700 feat: [UI] autocomplete seed word item commit 04a7578 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:41 2025 +0700 chore: [UI] add scroll state for YourSeedProveItScreen and YourSeedWordsScreen commit d173150 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:19 2025 +0700 feat: [UI] input seed words for restore flow commit 7b3642c Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 16:43:15 2025 +0700 Rename .java to .kt commit ec3910a Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Feb 7 09:49:09 2025 +0700 chore: bring back previous colors commit 7d74bd8 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:47:25 2025 +0700 chore: remove unused old files commit aa4de7e Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:43:23 2025 +0700 chore: remove unused old files commit 13f8d50 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 14:40:36 2025 +0700 chore: replace to brainwallet commit 2262d07 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit b51716c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit 8ebc8ee Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 4 09:38:55 2025 +0000 conditiaonal click commit 406e328 Merge: 1c8e8ed ab04aeb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Feb 4 08:52:42 2025 +0000 Merge pull request #9 from brainwallet-co/feat/issue-30 [UI] New UI for Seed Words commit ab04aeb Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:51:27 2025 +0000 added layout constants commit 186fbbc Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:35:01 2025 +0000 Add layout vars commit 34b5990 Merge: cec7b65 171e447 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Feb 3 12:23:10 2025 +0000 Merge branch 'feat/issue-30' of https://github.com/brainwallet-co/android into feat/issue-30 commit 171e447 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Feb 3 00:22:06 2025 +0700 feat: add audio for gamification at YourSeedProveItScreen and clear button commit 2ef5b50 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:46:12 2025 +0700 chore: [UI] add YourSeedProveItScreen commit 39006ab Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:08:41 2025 +0700 Rename .java to .kt commit 5c6074c Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:07:05 2025 +0700 chore: refactor YourSeedWordsScreen and SeedWordItem commit f5de90e Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:51 2025 +0700 chore: add viewmodel compose dependency commit acf76a9 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:24 2025 +0700 chore: [UI] provide setContentWithTheme extension for ComposeView (transition purpose) commit 4f8b2ed Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:30 2025 +0700 chore: [UI] your seed words commit 8983469 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:27 2025 +0700 Rename .java to .kt commit 5a4bb69 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:38:16 2025 +0700 chore: [UI] add theming for compose commit d4a1622 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:37:55 2025 +0700 chore: [UI] add downloadable font for compose commit 2a78616 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 17:08:02 2025 +0700 chore: add jetpack compose dependencies & set default key_keystore_manager_enabled to true commit 1c8e8ed Merge: e71a80e d8441b0 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Feb 2 07:18:55 2025 +0000 Merge pull request #8 from brainwallet-co/techdebt/screengrab-fix-permission-post-notification [screengrab] need grant post notification commit d8441b0 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Feb 2 04:50:39 2025 +0700 chore: change SCREENGRAB_PAPERKEY commit cec7b65 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:46:12 2025 +0700 chore: [UI] add YourSeedProveItScreen commit 68a78df Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:08:41 2025 +0700 Rename .java to .kt commit 9f423f5 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:07:05 2025 +0700 chore: refactor YourSeedWordsScreen and SeedWordItem commit 40f2f91 Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:51 2025 +0700 chore: add viewmodel compose dependency commit f3041bb Author: andhikayuana <andhikayuana@gmail.com> Date: Fri Jan 31 06:05:24 2025 +0700 chore: [UI] provide setContentWithTheme extension for ComposeView (transition purpose) commit 1a4b0cb Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:30 2025 +0700 chore: [UI] your seed words commit d8bc4bd Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:41:27 2025 +0700 Rename .java to .kt commit e810592 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:38:16 2025 +0700 chore: [UI] add theming for compose commit 35f3f5c Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 29 16:37:55 2025 +0700 chore: [UI] add downloadable font for compose commit b29216f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:25:36 2025 +0000 update .gitignore commit 97562e4 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 10:21:34 2025 +0000 changes to Service commit 8550d88 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 17:08:02 2025 +0700 chore: add jetpack compose dependencies & set default key_keystore_manager_enabled to true commit c7177a8 Author: andhikayuana <andhikayuana@gmail.com> Date: Tue Jan 28 15:35:16 2025 +0700 chore: [screengrab] fix grant permission for post notification (API level 33+) commit 474d69b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:50:11 2025 +0000 Update names commit 2caf3cd Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Tue Jan 28 00:46:06 2025 +0000 removed old references commit 5f5eb79 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 23:52:44 2025 +0000 Washed all colors Broken Scheme commit 217e933 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 13:09:34 2025 +0000 Set the xml for day night theme set temp color scheme commit e4aa340 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 11:35:25 2025 +0000 upload icon code bump commit e71a80e Merge: 35de357 68e5445 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 09:02:51 2025 +0000 Merge pull request #6 from brainwallet-co/techdebt/refactor-cruft-lw Techdebt/refactor cruft lw commit 68e5445 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:59:45 2025 +0000 Fixes a broken reference in core updated config commit b7a6c46 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:49:10 2025 +0000 code bump commit 8f02b00 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 20:55:24 2025 +0000 fixed old reference commit 390bfbe Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:27:34 2025 +0700 chore: fix screengrab to capture 19_transaction_receive until 21_lock_screen commit 2e699a5 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:23:22 2025 +0700 chore: resolve grant permission for screengrab commit 49a417e Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 01:12:26 2025 +0700 chore: resolve cant call jni method commit c06eadf Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 27 00:54:45 2025 +0700 chore: resolve AndroidManfest.xml merge errors and more commit f66551c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 16:11:31 2025 +0000 WIP: Resolving AndroidManfest.xml merge errors commit 66726ff Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 13:08:07 2025 +0000 WIP: Partial package reset commit 0a893b8 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 09:32:08 2025 +0000 WIP: Added the project using ltd.grunt.brainwallet references commit 5e3592c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 13:46:35 2025 +0000 Set the secp256 to b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7 cleaned the DSStore updated the secp commit 35de357 Merge: d70a054 9e243ec Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 27 06:48:34 2025 +0000 Merge pull request #4 from brainwallet-co/tech-debt/tests-ci-config Tech debt/tests ci config commit 9e243ec Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 19:43:53 2025 +0000 bump code Added .circleci/config.yml (NON-OP) commit a331b3c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 18:27:58 2025 +0000 Ran screengrabs, readded config - The screengrab fails halfway commit 086e252 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 17:42:49 2025 +0000 updated the core to v4.1.0 commit d70a054 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sun Jan 26 08:24:32 2025 +0000 Create config.yml To run config commit 4d95b1f Merge: d1d44ad f2f4f5b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 14:23:01 2025 +0000 Merge pull request #3 from brainwallet-co/techdebt/revert-secp256k1-fix-to-common-commit Techdebt/revert secp256k1 fix to common commit commit f2f4f5b Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 13:46:35 2025 +0000 Set the secp256 to b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7 cleaned the DSStore updated the secp commit aa3015c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 10:56:09 2025 +0000 Update latest version of core commit 17d98ca Merge: c2a5c99 00a603f Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 09:16:51 2025 +0000 Merge branch 'techdebt/revert-secp256k1-fix-to-common-commit' of https://github.com/brainwallet-co/android into techdebt/revert-secp256k1-fix-to-common-commit commit c2a5c99 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Sat Jan 25 09:16:28 2025 +0000 removed the kmp lib commit 00a603f Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 25 13:20:43 2025 +0700 chore: remove specific label, just using from Application commit 8454792 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 25 13:19:02 2025 +0700 chore: remove secp256k1-kmp submodule commit b5a1e50 Merge: 016cad5 d1d44ad Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 23:00:20 2025 +0000 Merge branch 'develop' into techdebt/revert-secp256k1-fix-to-common-commit commit 016cad5 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:46:15 2025 +0000 version bump Renamed project build bump commit 191edd0 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:33:38 2025 +0000 Deleted all color scheme and logos commit 0086b22 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 16:36:00 2025 +0000 Remove repo label commit 6810f66 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 22:52:21 2025 +0000 fixed the secp commit 3ef810c Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 17:56:50 2025 +0000 added the old secp256 and the wrapper submodule commit cc4a126 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 17:46:23 2025 +0000 removed cached commit 6b55f80 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Fri Jan 24 10:08:00 2025 +0000 reset to last working stage commit 55b0655 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:58:02 2025 +0000 removed core commit 9d9f163 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:55:12 2025 +0000 removed secp commit d1d44ad Merge: 68c0b60 e747875 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Thu Jan 23 15:38:25 2025 +0000 Merge pull request #2 from brainwallet-co/techdebt/remove-images Techdebt/remove images commit e747875 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:46:15 2025 +0000 version bump Renamed project build bump commit 84fd6e5 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 20:33:38 2025 +0000 Deleted all color scheme and logos commit 7f69cd7 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Wed Jan 22 16:36:00 2025 +0000 Remove repo label commit 68c0b60 Merge: 550ebd8 2c4ed63 Author: Kerry Washington <mrkerrywashington@icloud.com> Date: Mon Jan 20 17:13:19 2025 +0000 Merge pull request #1 from brainwallet-co/techdebt/commercial-migration Techdebt/commercial migration commit 2c4ed63 Author: andhikayuana <andhikayuana@gmail.com> Date: Mon Jan 20 07:14:50 2025 +0700 chore: adjustment for new appid commit 9f1a7cd Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 19 17:15:38 2025 +0700 chore: [test] add permission rule for grant runtime permission (e.g. post notification on API 33) commit b6c8a87 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 12 15:42:09 2025 +0700 chore: refactor some parts to make it possible for screengrab from fastlane commit 3370162 Author: andhikayuana <andhikayuana@gmail.com> Date: Sun Jan 12 09:28:14 2025 +0700 chore: refactor some parts to make it possible for screenshots commit 8ec9da7 Author: andhikayuana <andhikayuana@gmail.com> Date: Sat Jan 11 18:03:21 2025 +0700 chore: add UI Test dependencies and fastlane commit 10a45ba Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 8 22:38:21 2025 +0700 chore: add ktlint commit b7710c2 Author: andhikayuana <andhikayuana@gmail.com> Date: Wed Jan 15 21:59:23 2025 +0700 fix: adjustment can't compile
Overview
New UI for Input Words when restore wallet
Self Test