-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor: Update AppUpdate and Dependencies
This commit refactors the `AppUpdate` object to use Ktor for network requests and Kotlin Serialization for JSON parsing. - Updates dependencies to the latest versions. - Replaces `getJsonApi` with a Ktor-based implementation in `AppUpdate`. - Renames data class properties in `AppUpdates` to follow Kotlin coding conventions (e.g., `update_real_version` to `updateRealVersion`). - Updates usages of `AppUpdates` properties throughout the project to reflect the new naming. - Updates build files to include Ktor and Kotlin Serialization dependencies. - Updates `apkString` to use the new property names. - Refactors update checks to use the new `AppUpdates` properties. - Updates `SettingsActivity` to use the new `AppUpdates` properties. - Refactors `GenericAnime`, `GenericManga`, and `GenericNovel` to use the new `AppUpdates` properties. - Updates `BaseMainActivity` to use the new `AppUpdates` properties. - Refactors `UpdateChecker` to use the new `AppUpdates` properties. - Refactors `NavGraph` to improve navigation transitions (TODO). - Refactors `MainFragment` to use the new `AppUpdates` properties and uses a different random source. - Refactors `InfoSettings` to use the new `AppUpdates` properties.
- Loading branch information
jacobrein
committed
Dec 9, 2024
1 parent
be49b42
commit b151a80
Showing
13 changed files
with
74 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters