simona-anomis
released this
03 May 08:44
·
367 commits
to main
since this release
What's Changed
- π€ Update Dependencies by @compose-devrel-github-bot in #1254
- Update actions dependencies by @riggaroo in #1258
- Jetchat is not laid out edge-to-edge in 2 & 3-button navigation mode by @manabu-nakamura in #1257
- Create dependabot.yml by @riggaroo in #1259
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #1266
- Bump actions/setup-java from 3 to 4 by @dependabot in #1267
- Bump actions/checkout from 3 to 4 by @dependabot in #1270
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #1269
- Bump actions/cache from 3 to 4 by @dependabot in #1268
- π€ Update Dependencies by @compose-devrel-github-bot in #1271
- π€ Update Dependencies by @compose-devrel-github-bot in #1272
- [Jetcaster] Center followed podcast and improve scrolling. by @arriolac in #1273
- [Jetcaster] Improve scrolling in Home screen by @arriolac in #1274
- [Jetcaster] Implement 'Your Library' by @arriolac in #1279
- π€ Update Dependencies by @compose-devrel-github-bot in #1280
- [Jetchat] Fix broken record button behavior by @JolandaVerhoef in #1282
- [Jetcaster] Fix empty screen by @arriolac in #1283
- [Jetcaster] Create
core
shared module by @arriolac in #1285 - π€ Update Dependencies by @compose-devrel-github-bot in #1288
- [Jetcaster] Migrate from M2 to M3. by @arriolac in #1287
- Jetcaster/tv support by @chikoski in #1286
- [Jetcaster] Refactor: create domain models by @arriolac in #1289
- [Jetcaster] Update icons by @arriolac in #1291
- Wear version of Jetcaster by @kul3r4 in #1290
- [Jetcaster] Handle no subscribed podcasts empty state by @arriolac in #1292
- [Jetcaster] Add mock support for playing an episode by @arriolac in #1293
- Add the library screen and the podcast details page to the TV app by @chikoski in #1294
- Remove coil-accompanist from readme by @mlykotom in #1295
- [Reply] Contrast aware updates. by @jwill in #1284
- Add search functionality to Jetcaster by @chikoski in #1298
- [Jetcaster]: Podcast screen by @arriolac in #1296
- [Jetcaster] Adding SupportingPaneScaffold to Home by @arriolac in #1303
- Add a screen to show the details of the selected episode by @chikoski in #1304
- Fix: a build error happening on TV app module by @chikoski in #1307
- [Jetcaster] UI Polish by @arriolac in #1306
- Add Home screen and Episodes screen by @kul3r4 in #1301
- [Jetcaster]: Provide PodcastDetailsViewModel via factory. by @arriolac in #1310
- Fix AppTest due to missing dependency by @mlykotom in #1308
- [Jetcaster] Handling no podcast selected and extracting state for home by @arriolac in #1313
- Hide back arrow in supporting pane when 2 panes shown by @jdkoren in #1312
- [Jetcaster] Add Hilt to app, tv and wear modules by @arriolac in #1311
- π€ Update Dependencies by @compose-devrel-github-bot in #1319
- [Jetcaster] Wear - adds navigation to player, cleanup by @kul3r4 in #1316
- Show single pane on phone in landscape by @jdkoren in #1321
- [Jetcaster] Hide home category toggle when there are no subscribed podcasts by @arriolac in #1315
- [Jetcaster]: Fix ambiguous WSC import. by @arriolac in #1326
- [Wear] Enable play/pause on the Player by @kul3r4 in #1325
- Add the player screen to TV app by @chikoski in #1324
- [Wear] Adds podcasts screen by @kul3r4 in #1328
- [Jetsnack] Remove color states from the JetsnackColors by @mlykotom in #1331
- [Jetcaster] Create model module and add PlayerImage to shared design system. by @arriolac in #1332
- TV app: update action of the episode selection to navigate the player screen by @chikoski in #1330
- [Jetcaster] Fix TV imports. by @arriolac in #1334
- [Jetcaster] Fixing the issue of content being obscured by the SystemNavigationBar by @yongsuk44 in #1323
- [Jetcaster] Display radial gradient on home bg by @arriolac in #1329
- [Jetcaster]: Fix imports. by @arriolac in #1337
- Update README.md images by @margeeta in #1333
- Unify WindowSizeClass usage by @jdkoren in #1335
- [Jetcaster] Handling of HTML Elements in PodcastSummary on Foldable Devices by @yongsuk44 in #1339
- [Jetcaster] Update README. by @arriolac in #1327
- [Wear] Adds PodcastDetailsScreen by @kul3r4 in #1336
- Adds states for Player, adds queue button by @kul3r4 in #1341
- [Jetcaster] Update player styling by @arriolac in #1340
- [Wear] Adds queue screen by @kul3r4 in #1344
- [Jetcaster]: Auto play episode on next. by @arriolac in #1346
- [Jetcaster] Merge
jetcaster/all_form_factors
intomain
by @arriolac in #1345 - [Jetcaster] Add Podcast image loading by @yongsuk44 in #1347
- π€ Update Dependencies by @compose-devrel-github-bot in #1351
- [Jetcaster] Add functionality to change the speed of the player by @arriolac in #1348
- [Wear] Adds episode screen by @kul3r4 in #1350
- [All] Add plugins to root gradle by @mlykotom in #1342
- Minor UI tweak on Jetcaster/tv-app by @chikoski in #1353
- [Jetcaster]: Suggest podcasts in 'Technology' category for Wear app by @arriolac in #1349
- [Jetcaster]: Make player speed part of EpisodePlayerState by @arriolac in #1356
- Adds Playback speed by @kul3r4 in #1357
- [Jetcaster] Add tests for podcast category filter limit by @yongsuk44 in #1355
- Refactor home to library by @kul3r4 in #1359
- Switch GH runners to run on ubuntu-latest by @arriolac in #1364
- Switching to PodcastImage by @chikoski in #1360
- Adds Wear specific section to README by @kul3r4 in #1366
- [Jetcaster] Podcast details - adjusting spacing and show episode summary. by @arriolac in #1367
- Fix category ripple effect by @mlykotom in #1371
- [Jetcaster]: Rename 'app' module to 'mobile' by @arriolac in #1373
- [Jetcaster] Handle error and loading states by @arriolac in #1363
- Fix Compose Previews in the Reply sample by @amaurymedeiros in #1358
- Switch to using local debug.keystore in all samples. by @riggaroo in #1362
- [Jetcaster] Allow Slider seeking player by @mlykotom in #1374
- [Jetcaster] Use contentPadding on the content of the PlayerContentWithBackground by @mlykotom in #1375
- [Jetcaster]: Display latest episodes for all subscribed podcasts in library. by @arriolac in #1365
- Remove unused launcher icons by @ithinkihaveacat in #1361
- Remove building release on PRs by @riggaroo in #1380
- [Jetcaster] Refactoring the UX of podcast descriptions by @yongsuk44 in #1378
- [Wear] Use a podcast specific scaffold by @kul3r4 in #1385
- [Jetcaster]: Add DevicePreviews. by @arriolac in #1386
- [Jetcaster]: HTML format episode summary in podcast detail. by @arriolac in #1377
- [Jetcaster]: Rename modules by @arriolac in #1382
- [GH Workflow]: Use inputs.module variable for uploading artifacts. by @arriolac in #1388
- Migrate from "hilt-android-compiler" to "hilt-compiler" by @Abhimanyu14 in #1384
- π€ Update Dependencies by @compose-devrel-github-bot in #1387
New Contributors
- @manabu-nakamura made their first contribution in #1257
- @dependabot made their first contribution in #1266
- @chikoski made their first contribution in #1286
- @kul3r4 made their first contribution in #1290
- @jwill made their first contribution in #1284
- @jdkoren made their first contribution in #1312
- @yongsuk44 made their first contribution in #1323
- @margeeta made their first contribution in #1333
- @ithinkihaveacat made their first contribution in #1361
Full Changelog: v2024.01.00...v2024.05.00