Commit Graph

11 Commits

Author SHA1 Message Date
Harish Vishwakarma 9fd1e8daac 16KB page size support 2026-01-14 23:22:20 +05:30
Harish Vishwakarma 2d432815b6 Added release signing keys 2025-11-30 23:06:53 +05:30
AbronStudio a596220d0e Refactor: Remove Sentry integration
This commit removes the Sentry error reporting integration from the application.

Specific changes:
- Removed Sentry dependencies and plugin from `app/build.gradle.kts`.
- Commented out Sentry initialization and usage in `MainActivity.kt`.
- Commented out Sentry API calls in various files:
    - `OverviewScreen.kt`
    - `ChatRouterScreen.kt`
    - `AppAPI.kt`
- Commented out Sentry meta-data in `AndroidManifest.xml`.
- Removed `sentry.properties` from `.gitignore`.
- Updated `lintOptions` in `app/build.gradle.kts` to set `checkReleaseBuilds = false`.
- In `ChatRouterScreen.kt`, when `showChannelUnavailableAlert` is dismissed or confirmed, set the destination to `ChatRouterDestination.Discover`.
2025-08-21 13:21:28 +03:30
AbronStudio 664c623aeb chore: Update project assets and improve documentation
This commit includes various updates to project assets and documentation for better clarity and organization.

- Added new drawable resources for the application, including logos and icons.
- Introduced new font resources to enhance typography across the app.
- Updated `README.md` and `README_APP_LINKS.md` to provide clearer instructions and troubleshooting tips.
- Refactored `AndroidManifest.xml` to streamline asset references and ensure proper integration.
- Improved localization support by updating multiple `strings.xml` files for various languages.
- Removed obsolete drawable resources to reduce clutter and improve maintainability.
2025-08-17 10:23:16 +03:30
AbronStudio e410ea347c chore: change ide configs for pep 2025-07-24 13:37:58 +03:30
Infi 628d17d7bc feat: facilitate webview dependencies
Signed-off-by: Infi <infi@infi.sh>
2025-01-01 22:23:16 +01:00
Infi 9c55e5d30a chore: kotlin sessions to gitignore
Signed-off-by: Infi <infi@infi.sh>
2024-08-20 04:37:55 +02:00
Infi 16017e71de chore: add discord.xml to gitignore
Signed-off-by: Infi <wingit@geist.ga>
2023-06-20 18:28:51 +02:00
Infi 4c1e7d8e61 feat: error analysis 2023-03-05 06:05:35 +01:00
Infi 4356f759e0 feat: android 13+ material you icon support
- https://developer.android.com/about/versions/13/features#themed-app-icons
2022-12-23 14:57:49 +01:00
Infi 8b40f122d3 feat: initial commit 🎉
implements a basic styled app with totp login
2022-12-05 16:08:17 +01:00