Skip to content

Commit

Permalink
feat(app): Rework app style, Ktor handling, and dynamic lessons (WIP)
Browse files Browse the repository at this point in the history
Reworked the entire app style for a more polished and consistent look.
Improved Ktor handling for better network communication and data management.
Introduced more dynamic lessons with enhanced content and interactivity.
This work is still in progress and further improvements are planned.
  • Loading branch information
Mihai-Cristian Condrea committed Dec 1, 2024
1 parent 1ca6752 commit ce4525f
Show file tree
Hide file tree
Showing 127 changed files with 4,318 additions and 3,314 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

252 changes: 0 additions & 252 deletions .idea/other.xml

This file was deleted.

17 changes: 17 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/studiobot.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 5.1.0:
- Fixed lessons not loading, added a new api for that that is more dynamic
- Fixed the entire project building, now it should work with no probems and see the lessons
- Updated the project's dependencies
- Added a new about libraries screen with eula and changelog info
- Removed unused stuff from the project, now the app should be more clear
- backported the app to support android 6 or higher instead of android 8 and higher
-

# Version 5.0.0:
- **Major**: This release brings significant improvements to the app's core functionality, user experience, and architecture.
- **Major**: The entire project has been rewritten using Jetpack Compose, resulting in enhanced performance, improved compatibility, and a more modern UI.
Expand Down
Loading

0 comments on commit ce4525f

Please sign in to comment.