Releases: elimu-ai/content-provider
Releases · elimu-ai/content-provider
1.2.36
What's Changed
- docs(release): include reminder to bump utils version in apps by @jo-elimu in #215
- refactor: sort letter-sound-correspondences by usage count by @jo-elimu in #214
- chore(deps): bump com.github.elimu-ai:model from model-2.0.88 to model-2.0.89 by @dependabot in #218
- chore(deps): bump actions/setup-java from 3 to 4 by @dependabot in #217
- chore(deps): bump gradle/gradle-build-action from 2 to 3 by @dependabot in #216
- chore(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #219
Full Changelog: 1.2.35...1.2.36
Build Artifacts
1.2.35
What's Changed
- Release 1.2.34 by @jo-elimu in #208
- Convert GsonToRoomConverter to Kotlin by @tuancoltech in #210
- chore(deps): model-2.0.88 by @jo-elimu in #212
- Use Kotlin's apply for more concise object creation by @tuancoltech in #213
Full Changelog: 1.2.34...1.2.35
Build Artifacts
1.2.34
What's Changed
- chore: release 1.2.31 by @jo-elimu in #198
- Convert storybooks converter classes to Kotlin by @tuancoltech in #189
- Convert Word converter classes from Java to Kotlin by @tuancoltech in #195
- Convert BaseApplication from to Kotlin by @tuancoltech in #196
- Convert MainActivity to Kotlin by @tuancoltech in #197
- test: android emulator workflow by @jo-elimu in #199
- Fix bug: Language list is not fully shown on tablet by @tuancoltech in #201
- Implement SharedDataProvider providing apps with access to shared data from ContentProvider app by @tuancoltech in #202
- Release 1.2.32 by @tuancoltech in #203
- Remove snapshot suffix from utils module version name by @tuancoltech in #204
- fix: change primary key for
LetterSound_Letter
andLetterSound_Sound
by @jo-elimu in #206 - Add missing declaration of SoundContentProvider to AndroidManifest.xml by @tuancoltech in #207
Full Changelog: 1.2.31...1.2.34
Build Artifacts
1.2.33
What's Changed
- chore: release 1.2.31 by @jo-elimu in #198
- Convert storybooks converter classes to Kotlin by @tuancoltech in #189
- Convert Word converter classes from Java to Kotlin by @tuancoltech in #195
- Convert BaseApplication from to Kotlin by @tuancoltech in #196
- Convert MainActivity to Kotlin by @tuancoltech in #197
- test: android emulator workflow by @jo-elimu in #199
- Fix bug: Language list is not fully shown on tablet by @tuancoltech in #201
- Implement SharedDataProvider providing apps with access to shared data from ContentProvider app by @tuancoltech in #202
- Release 1.2.32 by @tuancoltech in #203
- Remove snapshot suffix from utils module version name by @tuancoltech in #204
- fix: change primary key for
LetterSound_Letter
andLetterSound_Sound
by @jo-elimu in #206
Full Changelog: 1.2.31...1.2.33
Build Artifacts
1.2.32
What's Changed
- chore: release 1.2.31 by @jo-elimu in #198
- Convert storybooks converter classes to Kotlin by @tuancoltech in #189
- Convert Word converter classes from Java to Kotlin by @tuancoltech in #195
- Convert BaseApplication from to Kotlin by @tuancoltech in #196
- Convert MainActivity to Kotlin by @tuancoltech in #197
- test: android emulator workflow by @jo-elimu in #199
- Fix bug: Language list is not fully shown on tablet by @tuancoltech in #201
- Implement SharedDataProvider providing apps with access to shared data from ContentProvider app by @tuancoltech in #202
- Release 1.2.32 by @tuancoltech in #203
Full Changelog: 1.2.31...1.2.32
1.2.31
What's Changed
- chore: release 1.2.30 by @jo-elimu in #182
- chore(deps): analytics-3.1.28 by @jo-elimu in #184
- [utils] Update target sdk/compile sdk to 35 by @tuancoltech in #183
- Fix Lint errors and use viewBinding in ImagesFragment by @tuancoltech in #180
- Convert FileHelper to Kotlin by @tuancoltech in #185
- Convert LetterSoundsViewModel to Kotlin by @tuancoltech in #187
- Convert some utils classes to Kotlin by @tuancoltech in #188
- Convert sound converter classes to Kotlin by @tuancoltech in #190
Full Changelog: 1.2.30...1.2.31
Build Artifacts
1.2.30
What's Changed
- chore(deps): model-2.0.80 by @jo-elimu in #140
- chore(deps): analytics 3.1.27 by @jo-elimu in #146
- chore: release 1.2.28 by @jo-elimu in #147
- docs: add link to apps using the library by @jo-elimu in #151
- chore(deps): model-2.0.83 by @jo-elimu in #155
- Migrate dependency management to version catalog by @tuancoltech in #152
- [feat] Support scoped storage when sharing images #148 by @tuancoltech in #149
- Increase minSdkVersion to 26 by @Brijeshthummar02 in #158
- qa_test removed by @Brijeshthummar02 in #159
- docs: remove test environment by @jo-elimu in #160
- build: enable http by @jo-elimu in #162
- Enable Kotlin and upgrade Java compile/target version for utils by @tuancoltech in #163
- Convert ContentProviderUtils from Java to Kotlin by @tuancoltech in #164
- Convert ImagesFragment to Kotlin by @tuancoltech in #165
- refactor: remove audio by @jo-elimu in #174
- Convert LettersFragment from Java to Kotlin by @tuancoltech in #170
- Convert LetterSoundsFragment from Java to Kotlin by @tuancoltech in #171
- Remove runtime log tag extraction in ContentProviderUtil by @tuancoltech in #173
- Convert language related classes to Kotlin by @tuancoltech in #175
- Implement VideoContentProvider by @tuancoltech in #177
- Document how to publish utils module to local maven repository by @tuancoltech in #179
New Contributors
- @Brijeshthummar02 made their first contribution in #158
Full Changelog: 1.2.28...1.2.30
Build Artifacts
1.2.29
What's Changed
- chore(deps): model-2.0.80 by @jo-elimu in #140
- chore(deps): analytics 3.1.27 by @jo-elimu in #146
- chore: release 1.2.28 by @jo-elimu in #147
- docs: add link to apps using the library by @jo-elimu in #151
- chore(deps): model-2.0.83 by @jo-elimu in #155
Full Changelog: 1.2.28...1.2.29
Build Artifacts
1.2.28
What's Changed
- Release 1.2.26 by @jo-elimu in #116
- Download letter-sound correspondence letters from REST API by @jo-elimu in #119
- Update README.md by @jo-elimu in #120
- chore(deps): bump com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 in /app by @dependabot in #124
- chore(deps): bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0 in /app by @dependabot in #123
- chore(deps): bump commons-io:commons-io from 2.11.0 to 2.16.1 in /app by @dependabot in #125
- chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 in /app by @dependabot in #126
- fix: download url by @jo-elimu in #130
- feat: add version upgrade functionality by @jo-elimu in #132
- Release 1.2.27 by @jo-elimu in #133
- Handle changes to available languages in newer versions of the model library by @jo-elimu in #134
- update: Upgrade Android Gradle Plugin to 8.1 by @tuancoltech in #136
- chore: model-2.0.78 by @jo-elimu in #137
- Upgrade Android Gradle Plugin to 8.5.1, Java to 17 by @tuancoltech in #142
New Contributors
- @tuancoltech made their first contribution in #136
Full Changelog: 1.2.26...1.2.28
Build Artifacts
1.2.27
What's Changed
- Release 1.2.26 by @jo-elimu in #116
- Download letter-sound correspondence letters from REST API by @jo-elimu in #119
- Update README.md by @jo-elimu in #120
- chore(deps): bump com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 in /app by @dependabot in #124
- chore(deps): bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0 in /app by @dependabot in #123
- chore(deps): bump commons-io:commons-io from 2.11.0 to 2.16.1 in /app by @dependabot in #125
- chore(deps): bump commons-io:commons-io from 2.16.1 to 2.17.0 in /app by @dependabot in #126
- fix: download url by @jo-elimu in #130
- feat: add version upgrade functionality by @jo-elimu in #132
Full Changelog: 1.2.26...1.2.27