324 Commits

Author SHA1 Message Date
machiav3lli
b38dd1b77c Update: Product compose items and recyclers 2022-02-18 00:06:00 +01:00
machiav3lli
19bb3bf4ae Update: Wire ComposeView in the MainNav fragments 2022-02-18 00:02:45 +01:00
machiav3lli
a91020e885 Remove: Unused FastAdapter items 2022-02-18 00:00:09 +01:00
machiav3lli
211ec583c5 Add: Categories to MainNavVM 2022-02-17 23:59:39 +01:00
machiav3lli
1fdc74731e Update: Search query, section & order logic in MainNavVM. Remove: PagedList usage in MainNavVM. 2022-02-17 23:59:23 +01:00
machiav3lli
cfa68524f3 Add: App's compose themes 2022-02-17 23:39:17 +01:00
machiav3lli
b994df4ede Update/Remove: Use ComposeView in MainNav fragments / Remove Recyclers&FastAdapters. 2022-02-17 23:19:22 +01:00
machiav3lli
0733b80c56 Add: Duplicate xml shapes themes to compose ones 2022-02-17 23:11:34 +01:00
machiav3lli
0935402c5e Add: Duplicate xml colors to compose ones 2022-02-17 23:10:55 +01:00
Relwi
41d85d7309 add the default tab settings 2022-02-15 03:19:27 +01:00
machiav3lli
82e42b2611 Clean up & TODOs 2022-02-07 01:03:31 +01:00
machiav3lli
f6bdb57ab1 Update: Replace RxJava usage for repositories with LiveData 2022-02-07 00:53:07 +01:00
machiav3lli
e93b972941 Add: AppSheetX 2022-02-06 03:02:55 +01:00
machiav3lli
79865b49cc Add: Changelogs markdown support (closes #165) 2022-02-06 02:56:47 +01:00
machiav3lli
e6b9c93242 Fix: Upstream build 2022-02-06 00:23:03 +01:00
machiav3lli
67a1d9918e Clean up & TODOs 2022-02-05 02:41:49 +01:00
machiav3lli
69fba1452d Update: Complete the return data in the product query 2022-02-05 02:15:04 +01:00
machiav3lli
29593031c8 Add: ReleaseDAO 2022-02-04 01:41:03 +01:00
machiav3lli
e95b3aeea3 Update: Migrating Release to a database.entity 2022-02-04 01:17:48 +01:00
machiav3lli
67ec9649a8 Update: Extract creating product query function 2022-02-04 00:04:17 +01:00
machiav3lli
f18d7051f5 Fix: Crash caused by ConcurrentModificationException in SyncService 2022-02-02 02:35:30 +01:00
machiav3lli
3f454c5199 Remove: The old-already-migrated hierarchy (+ BIG CLEAN UP) 2022-02-02 02:13:09 +01:00
machiav3lli
7694f3cade Update: Migrate some of entity Product's fields to database.entity (and add some TODOs) 2022-02-02 01:44:20 +01:00
machiav3lli
af611cb49a Update: Release converters 2022-02-02 01:35:29 +01:00
machiav3lli
7a675db3d5 Clean up 2022-02-01 02:45:15 +01:00
machiav3lli
e022220103 Remove: MainActivity 2022-02-01 02:43:23 +01:00
machiav3lli
d51320cd2b Add: UpdateCategory Enum 2022-02-01 02:41:52 +01:00
machiav3lli
e36375dcb1 Update: Replace ProductItem field with function (a first step in refactoring Product) 2022-02-01 02:41:26 +01:00
machiav3lli
c3468c466d Update: Make Lock a data class 2022-02-01 01:12:51 +01:00
machiav3lli
b57ff6e85e Update: Extract Sections and Order from ProductItem class 2022-02-01 00:51:25 +01:00
machiav3lli
63c7a65e21 Clean up 2022-02-01 00:24:40 +01:00
machiav3lli
d5c1fb9fb6 Update: Merge Installed(Item)'s entity and database.entity classes 2022-02-01 00:19:34 +01:00
machiav3lli
4887dc1e61 Remove: Old Repository classes and layouts 2022-01-28 01:15:10 +01:00
machiav3lli
de8952f3ab Clean up & add TODOs 2022-01-28 01:03:20 +01:00
machiav3lli
14ae20e166 Add: Add new repo button 2022-01-28 00:36:32 +01:00
machiav3lli
7bbac86dd4 Update: Merge Repository's entity and database.entity classes
+ Update related DAOs
+ Add needed converters
+ Fix calls
2022-01-28 00:31:27 +01:00
machiav3lli
d1d66cfd42 Fix: VM's factory classes 2022-01-27 03:16:53 +01:00
machiav3lli
0a6c2f4d96 Update: Put enabled repositories on top (closes #171) 2022-01-27 03:12:31 +01:00
machiav3lli
985de2fb68 Add: EditRepositorySheet 2022-01-27 02:06:37 +01:00
machiav3lli
a4639aaa63 Add: Syncing enabled repos when edited 2022-01-27 02:03:24 +01:00
machiav3lli
8c2f5011ef Update: Abstract FullscreenBottomSheetDialogFragment from RepositorySheet 2022-01-27 01:59:18 +01:00
machiav3lli
996d80b425 Clean up & TODOs 2022-01-26 02:12:05 +01:00
machiav3lli
9027294e32 Update: Make repository sheet expand to ful screen 2022-01-26 02:10:38 +01:00
machiav3lli
6ed4a2eb6f Update: Delete repository button (wired) 2022-01-26 01:44:58 +01:00
machiav3lli
072f8cd5d0 Update: Clean up DB's cleanUp 2022-01-26 01:03:08 +01:00
machiav3lli
c3282d4c98 Add: Repository sheet 2022-01-25 02:41:38 +01:00
machiav3lli
e672710e14 Add: Enable/disable repositories 2022-01-25 00:55:21 +01:00
machiav3lli
d64d670173 Add: Second products' source to MainNavFragments 2022-01-25 00:38:38 +01:00
machiav3lli
d3283cc6e4 REVERT(3677ee646a2b6e4da8ee2a62dc323dd36766b939): Improve: Convert setup*() functions to suspend function
- migrate back to LiveData from Flow
2022-01-25 00:29:39 +01:00
LooKeR
3677ee646a Improve: Convert setup*() functions to suspend function
Update: Implement Immersive mode to fix bottom navigation color
For future use of flows and other suspend function
2022-01-25 03:00:33 +05:30