Commit Graph

20 Commits

Author SHA1 Message Date
Aayush Gupta
ecfbe20722 Upgrade to AGP 9.2.0
Building is still broken on encrypted linux file systems but that's seems to be not a priority
for Google to fix

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-05-05 11:12:18 +08:00
Aayush Gupta
e98e1a26e1 Downgrade to AGP 8.13.2
Building is broken on ecnrypted linux

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-02-13 17:15:47 +08:00
Aayush Gupta
ed2a316b4e Upgrade AGP to 9.0.0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-01-29 19:10:10 +08:00
Aayush Gupta
cf75e9f9f1 REUSE compliance [1/*]
Resolve license and copyright issues for all files other than the "app/" module

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-08-21 14:45:44 +08:00
Aayush Gupta
a9b2f0acf2 compose: Replicate BlacklistFragment in compose
Introduce a new activity to host composables as View system behaves
quite bad when composable are used inside it.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2025-02-16 15:07:47 +08:00
Aayush Gupta
2217315f80 Bump AGP, plugins and dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-05-24 18:26:30 +05:30
Aayush Gupta
f8d9922652 Migrate to build version catalog
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-04-04 13:29:52 +05:30
Aayush Gupta
c72c3fa11d Bump hilt to 2.51.1 release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-04-04 11:34:44 +05:30
Aayush Gupta
678940c412 Bump AGP & Gradle to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-04-04 11:30:08 +05:30
Aayush Gupta
717cb29a04 Bump to latest stable AGP and Hilt version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-03-07 14:37:19 +05:30
Aayush Gupta
13a08857b2 Bump dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-02-20 19:14:51 +05:30
Aayush Gupta
2b3e34a196 Bump plugins & dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2024-01-20 13:55:37 +05:30
Aayush Gupta
7420c96b86 Import and setup Hilt for dependency injection
Considering we will be having a room database instance soon for downloads
and already have tons of other instances everywhere, feels right time to
use Hilt to manage them to avoid more memory leaks.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-13 12:23:18 +05:30
Aayush Gupta
2d8de93ebd Bump AGP to 8.2.0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-12-02 14:46:16 +05:30
Aayush Gupta
74f54c83c1 Bump dependencies to latest stable version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-11-21 18:26:00 +05:30
Aayush Gupta
5cc49daa12 Bump to latest stable AGP and Gradle version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-25 00:14:34 +05:30
Aayush Gupta
25af92c445 gradle: Bump all plugins to latest stable version
* Also set jvmToolchain using kotlin block

Ref: https://developer.android.com/build/jdks#toolchain

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-10-02 17:04:17 +05:30
Aayush Gupta
184bfb5f69 Bump AGP and Gradle to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-22 13:54:41 +05:30
Aayush Gupta
b77a87d55f Drop easylauncher plugin and import generated files
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-21 12:07:28 +05:30
Aayush Gupta
c8228f45cc gradle: Migrate to Kotlin DSL
Kotlin DSL is the new default DSL for Android projects

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2023-08-18 22:32:35 +05:30