628 Commits

Author SHA1 Message Date
LooKeR
bc44c9de15 Improve: Use IO Thread to show notification (Inconsistent Notification)
Improve: List Animation Disabled by default
Add: Coroutine and Lifecycle Dependencies
2021-11-13 10:11:23 +05:30
LooKeR
06f6d2b56c Improve: Dont Check Root Permission Recursively 2021-11-13 10:11:23 +05:30
LooKeR
5972424917 Fix: Crash with Root Installer
Caused when Silent Install in turned on and magisk permission is revoked
2021-11-12 19:37:30 +05:30
LooKeR
ba6e5a92ea Fix: Only Ask for root permission when selected 2021-11-12 19:34:24 +05:30
LooKeR
6239c9c5f7 Fix: Jitter when scrolling in Apps Page 2021-11-11 01:42:48 +05:30
LooKeR
248ec78080 Nothing (Really Nothing) 2021-11-10 16:42:59 +05:30
LooKeR
c338cb9bae Improve: Let coil handle error
Update: Move List Adapter to seperate package
2021-11-10 16:29:03 +05:30
LooKeR
65541e7f4f Improve: Move more logic to ViewModel 2021-11-10 14:57:32 +05:30
LooKeR
9afcd3661f Fix: Memory Leak by ViewBinding 2021-11-10 14:03:50 +05:30
machiav3lli
501e46d657 Update: Remove Database class (4.8/5 in replacing SQLite with Room) 2021-11-10 00:57:24 +01:00
machiav3lli
f966630e8a Fix: Crashes caused by tables' names 2021-11-09 23:36:50 +01:00
LooKeR
53e9fe9155 Improve: Async Root Uninstall 2021-11-09 10:59:09 +05:30
LooKeR
298c39c99a Improve: Installer Cleanup 2021-11-09 10:56:30 +05:30
LooKeR
f110c610d6 Add: Sort Order of Installed app will be same as main page (Closes #65)
Improve: Move AppsList*.kt(Products*.kt) to different package
2021-11-07 23:00:23 +05:30
LooKeR
b20687e141 Fix: Browser link in Settings 2021-11-02 19:26:17 +05:30
LooKeR
99aae396b5 Improve: Hold state on Device State Change
Improve: Dont emit after 5 seconds of onPause() (Fix Memory Leak & Potential Crashes)
2021-11-01 10:58:51 +05:30
machiav3lli
cc8e7b6ea3 Clean up (Database.kt) 2021-11-01 01:07:21 +01:00
machiav3lli
dc65c060e7 Update: Migrate from Database to DatabaseX (4.7/5 in replacing SQLite with Room) 2021-11-01 01:05:15 +01:00
machiav3lli
9235ed6e0d Update: Complete the DAOs 2021-11-01 01:02:46 +01:00
machiav3lli
dedbaefef5 Add: DatabaseX instance to ScreenActivity 2021-11-01 01:01:39 +01:00
machiav3lli
d875fc57c9 Update: Migrate transform to InstalledItem method 2021-11-01 01:00:16 +01:00
machiav3lli
acf3f0d1fd Update: Migrate Json utils 2021-11-01 00:58:35 +01:00
LooKeR
5e72165d0b Improve: Move Away from RxJava and use coroutines (#NoRxGang) 2021-10-31 19:06:55 +05:30
LooKeR
57c3f78021 Add: ViewModel for ProductsFragment 2021-10-31 19:04:02 +05:30
LooKeR
51a9be0858 Add: Copy Direct Download link of releases (Touches #34)
Fix: Card Theme in dark and amoled theme
2021-10-30 19:17:03 +05:30
machiav3lli
73caf07ba1 Fix: Put of repositoryDao 2021-10-29 23:33:58 +02:00
machiav3lli
6aab888c0f Update: Migrate temporary tables (4.5/5 in replacing SQLite with Room) 2021-10-29 23:30:12 +02:00
LooKeR
318a582b02 Fix: Background Color of some surfaces on old devices (Closes #73) 2021-10-29 16:41:51 +05:30
LooKeR
c90469429b Improve: Rename strings (Closes #68 & #83) 2021-10-29 15:57:24 +05:30
LooKeR
d85fe7a128 Fix: Links in Description not clickable (Closes #91) 2021-10-29 15:01:12 +05:30
LooKeR
dc47560792 Add: "Show Less" Button for Longer Descriptions and releases 2021-10-28 17:12:54 +05:30
machiav3lli
a59bd2bd8a Update: Migrate transformers (4.3/5 in replacing SQLite with Room) 2021-10-28 02:08:07 +02:00
machiav3lli
78bb72c8e1 Update: Tables' names 2021-10-28 01:21:04 +02:00
machiav3lli
c99c1be8dd Update: Migrate Product.query (4.2/5 in replacing SQLite with Room) 2021-10-28 01:12:16 +02:00
machiav3lli
4b39477b36 Update: Make Common a file 2021-10-28 00:42:54 +02:00
machiav3lli
1ec70dd1a8 Update: Abstract part of the DAOs 2021-10-27 23:22:45 +02:00
machiav3lli
7cbcbad40f Add: TODOs for (5/5 in replacing SQLite with Room) 2021-10-27 23:22:14 +02:00
LooKeR
05fac0b2ca Improve: One step closer to #NoRxJavaGang 2021-10-27 17:40:35 +05:30
LooKeR
b10fd0725e Improve: Ask for root only when clicked(Closes #82) 2021-10-27 16:43:51 +05:30
LooKeR
a6cd0f1ff4 Improve: Use ViewBinding where-ever possible 2021-10-27 12:21:33 +05:30
LooKeR
95183dde6b Update: Move to androidx.material/appcompat
Auto Format of code
2021-10-27 00:41:20 +05:30
LooKeR
486d531158 Update: Try to fix section list background in older devices(Touches #73)
Improve: Top app bar differences made more prominent
Update: Icon Colors
2021-10-26 18:15:58 +05:30
LooKeR
acc5d78664 Add: Long Press on Source Icon to copy link
Fix: Installer Spamming coroutines
Remove: Unused Variables and methods/functions
2021-10-26 15:08:34 +05:30
LooKeR
229a7a3c09 Add: Icon for details action
Improve: Smaller App name on top app bar
2021-10-26 11:36:09 +05:30
LooKeR
49adc883fa Improve: More Rounded sections list
Add: Show Icon on install and cancel button
2021-10-26 00:47:12 +05:30
LooKeR
4fcbb45b3a Remove: Unused method/function 2021-10-26 00:12:50 +05:30
LooKeR
343a125c7c Improve: Collapse App bar on search 2021-10-25 15:35:18 +05:30
LooKeR
37bcadedd2 Improve: Recommended to use objects for converter (Jetcaster-sample) 2021-10-25 11:07:06 +05:30
LooKeR
f6ed45dda2 Fix: Freeze while installing caused by new installer 2021-10-25 10:17:09 +05:30
LooKeR
07e032268f Update: Replace old icons with material icons 2021-10-25 10:09:18 +05:30