Releases: ShivamNagpal/VTU_CS_Lab_Android_App
Releases · ShivamNagpal/VTU_CS_Lab_Android_App
v7.0
What's Changed
- Code clean up by @ShivamNagpal in #7
- chore: Integrate Kotlin by @ShivamNagpal in #8
- feature: Integrate Retrofit to replace the URLConnection being used to fetch the Data by @ShivamNagpal in #9
- chore: Integrate Firebase BOM by @ShivamNagpal in #10
- feature: Setup Main Activity and Repository Screen by @ShivamNagpal in #11
- cleanup: Remove the leftover old files post the MVVM migration by @ShivamNagpal in #12
- feature: Disable Firebase Crashlytics for the Debug Flavor by @ShivamNagpal in #13
- feature: Convert the Java Files to Kotlin and Replace GSON Converter … by @ShivamNagpal in #14
- cleanup: Remove DataBinding in favor of ViewBinding and modify the re… by @ShivamNagpal in #15
- Retrofit with coroutines by @ShivamNagpal in #16
- fix: Remove ApiResultExtenstions as they will result in duplicate ext… by @ShivamNagpal in #17
- feature: Introduce Repostory Layer after ViewModel to have a separate… by @ShivamNagpal in #18
- feature: Create Events for the interaction with the view models by @ShivamNagpal in #19
- Refractor view model by @ShivamNagpal in #20
- Check the internet connectivity just before making the API call by @ShivamNagpal in #21
- feature: Extend Resource to have an Error Payload and separate the Er… by @ShivamNagpal in #22
- feature: Implement Toast as part of the UIState by @ShivamNagpal in #23
- refractor: Extract all the dependencies versions into centralized ver… by @ShivamNagpal in #24
- Change navigation bar color by @ShivamNagpal in #25
- feature: Integrate Room DB to store and fetch the LabResponse by @ShivamNagpal in #26
- Gradle plugin update by @ShivamNagpal in #27
- Force refresh by @ShivamNagpal in #28
- Update versions by @ShivamNagpal in #29
- Release candidate by @ShivamNagpal in #30
Full Changelog: v6.2...v7.0
v6.2
What's Changed
- Migrate to Androidx Artifacts by @ShivamNagpal in #1
- Update version for SDK and dependencies by @ShivamNagpal in #2
- Upgrade Fabric to Crashlytics by @ShivamNagpal in #3
- Change TargetSdkVersion by @ShivamNagpal in #4
- Upgrade sdkVersion and versionCode by @ShivamNagpal in #5
- chore: Upgrade the Gradle Plugin and Dependencies version by @ShivamNagpal in #6
New Contributors
- @ShivamNagpal made their first contribution in #1
Full Changelog: v6.0...v6.2
v6.0
chore: Version 6
v5.0
chore: Update App version