Commit Graph

9 Commits

Author SHA1 Message Date
AbronStudio b728789fb1 refactor: change splash screen and change pep to zeko 2025-09-14 09:59:01 +03:30
AbronStudio 7346bc393f refactor: Enhance application structure and improve code organization
This commit refactors various components across the application to improve maintainability and readability.

- Updated `AndroidManifest.xml` to streamline activity declarations and intent filters.
- Refined `build.gradle.kts` for better dependency management and project configuration.
- Improved proguard rules for better code obfuscation and optimization.
- Enhanced documentation in `README.md` and `README_APP_LINKS.md` for clarity on app links and setup.
- Refactored multiple Kotlin files to adhere to clean architecture principles, ensuring better separation of concerns and modularity.
- Optimized imports and removed unused code across various files to reduce clutter and improve performance.
- Updated UI components to align with Material 3 design guidelines, enhancing the overall user experience.
2025-08-10 15:10:52 +03:30
Infi 89e37355f3 chore: migratre from groovy build files to Kotlin DSL
Signed-off-by: Infi <infi@infi.sh>
2024-11-02 22:17:18 +01:00
Infi 69503f0727 fix: exclude AstNode struct from obfuscation
Signed-off-by: Infi <infi@infi.sh>
2024-02-15 20:29:20 +01:00
Infi 88faa795ba fix: add ugly hacks because reflection breaks it
Signed-off-by: Infi <infi@infi.sh>
2023-11-01 04:28:02 +01:00
Infi ad91f437a1 feat(security): disable logging in release builds
Signed-off-by: Infi <infi@infi.sh>
2023-10-31 16:13:15 +01:00
Infi bb3bbd53f9 chore: add proguard rules for hcaptcha
Signed-off-by: Infi <wingit@geist.ga>
2023-05-30 01:02:04 +02:00
Infi 18867495d9 chore: bump to 0.2.0 and prepare release
Signed-off-by: Infi <wingit@geist.ga>
2023-04-23 19:25:23 +02:00
Infi 8b40f122d3 feat: initial commit 🎉
implements a basic styled app with totp login
2022-12-05 16:08:17 +01:00