Commit Graph

67 Commits

Author SHA1 Message Date
021ae891a9 Update dependencies 2024-07-24 16:53:15 -07:00
93bcf2cd25 Correct debug symbol configuration 2024-07-20 20:29:58 -07:00
4c38af994d Sync native and Java implementation 2024-07-19 23:22:08 -07:00
bbb8efe92c Support Cuttlefish 2024-07-19 22:08:35 -07:00
2963d4ca9e Rewrite get_manager 2024-07-12 13:45:48 -07:00
46ef915c83 Update Romanian 2024-07-11 22:31:32 -07:00
ddae568741 Move SplashActivity logic into core module 2024-07-11 22:08:01 -07:00
fcb7ebb090 Cleanup resources 2024-07-11 17:58:52 -07:00
8d446fcc16 Move all core code into the same parent package 2024-07-11 16:49:01 -07:00
881d3b5221 App migration minor refactoring 2024-07-11 16:28:56 -07:00
fe9ec3bc6d Move app initialization routine into core module 2024-07-11 16:10:49 -07:00
480198dcd0 Improve package migration 2024-07-11 15:50:40 -07:00
7173693d1b Use platform LocaleManager if possible 2024-07-11 02:44:38 -07:00
6b81716440 Update stub implementation 2024-07-11 02:44:38 -07:00
88e8e15607 Create singleton AppContext 2024-07-11 02:44:38 -07:00
872394cb58 Decouple core module from AppCompatActivity 2024-07-05 00:49:26 -07:00
3e38b8fed1 Separate core codebase into its own module
- Separate UI specific code and resources outside of the core
  application logic
- Allow most of the code to move forward and use KSP for annotation
  processing and isolate rotton code that is stuck with databinding
- Make full UI rewrite more feasible
2024-07-04 00:02:42 -07:00