Recent Releases of foodexpirationdates

foodexpirationdates - Version 2.7.0

GitHub release (by tag)

The FOSS version does not have the function to scan barcodes because it requires non-FOSS dependencies.

✨ New Features

  • Quantity Support: Add, update, and display item quantities.
  • Improved Scrolling: Insert screen now scrolls properly.
  • Insets Handling: Proper support for system UI insets in layouts.

🔧 Dependency Updates

  • Android Gradle Plugin: 8.8.2 → 8.9.2
  • Activity Compose: 1.10.0 → 1.10.1
  • Navigation Compose: Latest patch version
  • Core KTX: 1.15.0 → 1.16.0
  • Room: 2.6.1 → 2.7.1
  • Camera Core / ML Kit Vision: 1.4.1 → 1.4.2
  • MockK: 1.13.16 → 1.14.2
  • Mockito Core: 5.15.2 → 5.17.0
  • Dagger-Hilt: 2.55 → 2.56.2
  • JUnit Jupiter: 5.12.0 → 5.12.2
  • Guava: 33.4.0-jre → 33.4.8-jre

⚡️ Enhancements

  • LazyColumn migration: Optimized rendering and animation in MainScreen
  • Cleaner design with repositioned UI elements
  • Toast for notification permission removed in debug mode
  • Dummy data generation uses unique IDs

👥 Contributors

Big thanks to all contributors for this release, including 3limssmile, mikropsoft, and all Weblate translators.

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.6.0...v2.7.0

- Kotlin
Published by lorenzovngl 8 months ago

foodexpirationdates - Version 2.7.0-rc1

GitHub release (by tag)

The FOSS version does not have the function to scan barcodes because it requires non-FOSS dependencies.

✨ New Features

  • Quantity Support: Add, update, and display item quantities.
  • Improved Scrolling: Insert screen now scrolls properly.
  • Insets Handling: Proper support for system UI insets in layouts.

🔧 Dependency Updates

  • Android Gradle Plugin: 8.8.2 → 8.9.2
  • Activity Compose: 1.10.0 → 1.10.1
  • Navigation Compose: Latest patch version
  • Core KTX: 1.15.0 → 1.16.0
  • Room: 2.6.1 → 2.7.1
  • Camera Core / ML Kit Vision: 1.4.1 → 1.4.2
  • MockK: 1.13.16 → 1.14.2
  • Mockito Core: 5.15.2 → 5.17.0
  • Dagger-Hilt: 2.55 → 2.56.2
  • JUnit Jupiter: 5.12.0 → 5.12.2
  • Guava: 33.4.0-jre → 33.4.8-jre

⚡️ Enhancements

  • LazyColumn migration: Optimized rendering and animation in MainScreen
  • Cleaner design with repositioned UI elements
  • Toast for notification permission removed in debug mode
  • Dummy data generation uses unique IDs

👥 Contributors

Big thanks to all contributors for this release, including 3limssmile, mikropsoft, and all Weblate translators.

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.6.0...v2.7.0-rc1

- Kotlin
Published by lorenzovngl 9 months ago

foodexpirationdates - Version 2.6.0

Release Notes for Version 2.6.0

GitHub release (by tag)

The FOSS version does not have the function to scan barcodes because it requires non-FOSS dependencies.

This update introduces one of the most requested features—item search—along with UI enhancements, translation updates, and key dependency upgrades.

✨ What's New

🔍 Item Search Feature
You can now search your food items directly by name! This makes it quicker and easier to find specific entries in your list.

🎨 UI Improvement
- Removed bottom bar from the Insert Screen for a cleaner and more focused experience. - Enhanced contributors section with improved formatting in the Info Screen.

🌐 Improved Translations
Added and updated translations for German, French, Polish, and Tamil.

🔧 Dependency Updates

  • Android Gradle Plugin: 8.7.3 → 8.8.2
  • Kotlin: 2.1.0 → 2.1.10
  • Compose BOM: 2024.11.00 → 2025.02.00
  • Firebase BOM: 33.7.0 → 33.10.0
  • Dagger-Hilt: 2.54 → 2.55
  • Mockito Core: 3.12.4 → 5.15.2
  • Mockito Kotlin: 3.2.0 → 5.4.0
  • MockK: 1.13.5 → 1.13.16
  • Robolectric: 4.10 → 4.14.1
  • JUnit Jupiter: 5.11.4 → 5.12.0
  • Navigation Compose: 2.8.5 → 2.8.8
  • OpenCSV: 5.9 → 5.10

👥 Contributors

Thank you to all contributors for your support and collaboration.


Pull Requests Merged

  • ⬆️ Bump org.robolectric:robolectric from 4.10 to 4.14.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/276
  • ⬆️ Bump org.mockito.kotlin:mockito-kotlin from 3.2.0 to 5.4.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/277
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/281
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/295
  • Implemented Material3 SearchBar feature in FoodExpirationDates App by @anuragkanojiya1 in https://github.com/lorenzovngl/FoodExpirationDates/pull/284
  • ⬆️ Bump org.mockito:mockito-core from 3.12.4 to 5.15.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/283
  • ⬆️ Bump dagger-hilt from 2.54 to 2.55 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/285
  • ⬆️ Bump io.mockk:mockk from 1.13.5 to 1.13.16 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/286
  • ⬆️ Bump kotlin from 2.1.0 to 2.1.10 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/292
  • ⬆️ Bump androidx.activity:activity-compose from 1.9.3 to 1.10.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/293
  • ⬆️ Bump androidx.compose:compose-bom from 2024.12.01 to 2025.02.00 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/296
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.8.5 to 2.8.7 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/297
  • ⬆️ Bump com.google.firebase:firebase-crashlytics-gradle from 3.0.2 to 3.0.3 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/298
  • ⬆️ Bump com.opencsv:opencsv from 5.9 to 5.10 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/300
  • fix: Removed bottom bar from the Insert Screen by @aritra-tech in https://github.com/lorenzovngl/FoodExpirationDates/pull/305
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/303
  • ⬆️ Bump agp from 8.7.3 to 8.8.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/310
  • ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/306
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.8.7 to 2.8.8 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/307
  • ⬆️ Bump com.google.devtools.ksp from 2.1.0-1.0.29 to 2.1.10-1.0.31 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/308
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.7.0 to 33.10.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/309
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/318

New Contributors

  • @aritra-tech made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/305

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.5.1...v2.6.0

- Kotlin
Published by lorenzovngl 11 months ago

foodexpirationdates - Version 2.5.1

Release Notes for Version 2.5.1

GitHub release (by tag)

The FOSS version does not have the function to scan barcodes because it requires non-FOSS dependencies.

Version 2.5.1 introduces several notable new features, enhancements, and critical updates to improve functionality, usability, and compatibility. Here’s what’s new:

✨ New Features

  • Language Selection in Debug Mode: Added support for selecting the app language during debugging.
  • Monochrome Icons: Introduced an option to use monochrome icons for better UI customization.
  • Language Picker Dialog: Added a new dialog for easy language selection from the settings.
  • Unit Tests for PreferencesRepository: Added comprehensive unit tests to enhance reliability.
  • Localization Improvements: Enhanced translations for German, Vietnamese, Chinese (Traditional Han script), Japanese, Italian, and Spanish to ensure better language coverage.

🔧 Dependency Updates

  • Android Gradle Plugin: Upgraded from 8.7.0 to 8.7.3.
  • Kotlin: Upgraded from 2.0.20 to 2.1.0.
  • AndroidX Camera:
    • camera-mlkit-vision from 1.4.0 to 1.4.1.
    • camera-core from 1.3.4 to 1.4.1.
  • Compose BOM: Updated to the latest version (2024.11.00) for improved Jetpack Compose features.
  • Firebase BOM: Updated from 33.4.0 to 33.7.0.
  • Dagger-Hilt: Upgraded from 2.52 to 2.54.
  • AndroidX Work Runtime KTX: Updated from 2.9.1 to 2.10.0.
  • JUnit Jupiter: Updated from 5.11.2 to 5.11.4.
  • Guava: Upgraded from 33.3.1-jre to 33.4.0-jre.
  • Activity Compose: Updated from 1.9.2 to 1.9.3.
  • Newly Added Dependencies:
    • Mockito Core: Added version 3.12.4 for improved testing.
    • Mockito Kotlin: Added version 3.2.0 for seamless Kotlin integration.
    • MockK: Added version 1.13.5 for advanced mocking in tests.
    • Robolectric: Added version 4.10 for robust unit testing.

⚡️ Enhancements

  • Bumped target SDK and compile SDK to API Level 35 for better compatibility.
  • Migrated from WindowCompat.setDecorFitsSystemWindows to enableEdgeToEdge for a more modern UI experience.
  • Capitalized app name in Italian for consistency.

👥 Contributors

  • A big thank you to all contributors, including Weblate and Dependabot, for continuous support and improvements.

Pull Requests Merged

  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/246
  • ⬆️ Bump kotlin from 2.0.20 to 2.0.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/237
  • ⬆️ Bump agp from 8.7.0 to 8.7.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/250
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.8.2 to 2.8.4 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/248
  • ⬆️ Bump com.google.devtools.ksp from 2.0.20-1.0.25 to 2.0.21-1.0.28 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/249
  • ⬆️ Bump androidx.compose:compose-bom from 2024.09.03 to 2024.11.00 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/251
  • ⬆️ Bump camera-core from 1.3.4 to 1.4.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/252
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.4.0 to 33.6.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/254
  • ⬆️ Bump lifecycle-runtime-ktx from 2.8.6 to 2.8.7 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/255
  • ⬆️ Bump app.cash.paparazzi from 1.3.4 to 1.3.5 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/257
  • ⬆️ Bump androidx.activity:activity-compose from 1.9.2 to 1.9.3 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/258
  • ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/259
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/263
  • ⬆️ Bump agp from 8.7.2 to 8.7.3 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/262
  • ⬆️ Bump androidx.work:work-runtime-ktx from 2.9.1 to 2.10.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/253
  • ⬆️ Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/256
  • ⬆️ Bump dagger-hilt from 2.52 to 2.53.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/266
  • ⬆️ Bump kotlin from 2.0.21 to 2.1.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/260
  • ⬆️ Bump com.google.devtools.ksp from 2.0.21-1.0.28 to 2.1.0-1.0.29 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/261
  • ⬆️ Bump camera-core from 1.4.0 to 1.4.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/265
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/272
  • ⬆️ Bump androidx.compose:compose-bom from 2024.11.00 to 2024.12.01 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/267
  • ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/268
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.6.0 to 33.7.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/269
  • ⬆️ Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/270
  • ⬆️ Bump androidx.camera:camera-mlkit-vision from 1.4.0 to 1.4.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/271
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.8.4 to 2.8.5 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/273
  • ⬆️ Bump dagger-hilt from 2.53.1 to 2.54 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/275

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.5.0...v2.5.1

- Kotlin
Published by lorenzovngl about 1 year ago

foodexpirationdates - Version 2.5.0

GitHub release (by tag)

The FOSS version does not have the function to scan barcodes because it requires non-FOSS dependencies.

What's New

  • New feature: *Screen Protection - Protect your screen from screenshots and screen recording*
  • 🎨 New order of buttons in bottom app bar
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies

Pull requests merged

  • ⬆️ Bump dagger-hilt from 2.51.1 to 2.52 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/202
  • ⬆️ Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/203
  • ⬆️ Bump io.coil-kt:coil-compose from 2.6.0 to 2.7.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/204
  • ⬆️ Bump agp from 8.5.2 to 8.6.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/205
  • ⬆️ Bump lifecycle-runtime-ktx from 2.8.4 to 2.8.5 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/207
  • ⬆️ Bump com.google.devtools.ksp from 2.0.20-1.0.24 to 2.0.20-1.0.25 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/208
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.7.7 to 2.8.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/209
  • ⬆️ Bump androidx.activity:activity-compose from 1.9.1 to 1.9.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/210
  • ⬆️ Bump androidx.compose:compose-bom from 2024.08.00 to 2024.09.00 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/212
  • Fix export/import function for version 2.4.1 by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/213
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/216
  • ⬆️ Bump androidx.compose:compose-bom from 2024.09.00 to 2024.09.01 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/215
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.2.0 to 33.3.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/219
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/220
  • ⬆️ Bump lifecycle-runtime-ktx from 2.8.5 to 2.8.6 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/222
  • ⬆️ Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/225
  • ⬆️ Bump androidx.compose:compose-bom from 2024.09.01 to 2024.09.03 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/227
  • Changing order of buttons in Bottom App Bar by @anuragkanojiya1 in https://github.com/lorenzovngl/FoodExpirationDates/pull/226
  • ⬆️ Bump androidx.navigation:navigation-compose from 2.8.0 to 2.8.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/228
  • ⬆️ Bump agp from 8.6.0 to 8.7.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/229
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.3.0 to 33.4.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/233
  • ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/234
  • Fix background colors in App Bars #230 by @PrakashIrom in https://github.com/lorenzovngl/FoodExpirationDates/pull/236
  • Implementing Screen Protection feature by @anuragkanojiya1 in https://github.com/lorenzovngl/FoodExpirationDates/pull/241
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/243

New Contributors

  • @anuragkanojiya1 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/226
  • @PrakashIrom made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/236

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.4.2...v2.5.0

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.4.2

GitHub release (by tag)

The FOSS release does not have the function to scan barcodes because it requires non-FOSS dependencies.

What's New

  • 🐛 Fixed bug that prevented the use of functions for importing and exporting data
  • 🌐 Updated translations

Pull requests merged

  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/201

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.4.1...v2.4.2

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.4.1

GitHub release (by tag)

The FOSS release does not have the function to scan barcodes because it requires non-FOSS dependencies.

What's New

  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies

Pull requests merged

  • ⬆️ Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/189
  • ⬆️ Bump com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/191
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/197
  • ⬆️ Bump androidx.camera:camera-mlkit-vision from 1.2.0-beta02 to 1.4.0-rc01 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/198
  • ⬆️ Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/199

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.4.0...v2.4.1

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.4.0

GitHub release (by tag)

What's New

  • ✨ Product retrieval using barcode scanner and Open Food Facts API
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies

Pull requests merged

  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/183
  • ✨ Product retrieval using barcode scanner by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/156
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/192
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/193

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.3.1...v2.4.0

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.4.0-beta1

GitHub release (by tag)

What's New

  • ✨ Product retrieval using barcode scanner and Open Food Facts API
  • 🌐 Updated Vietnamese translation
  • ⬆️ Upgraded dependencies

Pull requests merged

  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/183
  • ✨ Product retrieval using barcode scanner by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/156

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.3.1...v2.4.0-beta1

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.3.1

GitHub release (by tag)

What's New

  • 🌐 Updated Spanish translation
  • ⬆️ Upgraded dependencies

Pull requests merged

  • Bump com.opencsv:opencsv from 5.5.1 to 5.9 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/140
  • Bump androidx.core:core-ktx from 1.12.0 to 1.13.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/152
  • ⬆️ Bump agp from 8.4.0 to 8.4.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/159
  • ⬆️ Bump org-jetbrains-kotlin from 1.9.24 to 2.0.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/158
  • ⬆️ Bump app.cash.paparazzi from 1.3.1 to 1.3.4 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/161
  • Bump lifecycle-runtime-ktx from 2.8.0 to 2.8.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/167
  • Translations update from Hosted Weblate by @weblate in https://github.com/lorenzovngl/FoodExpirationDates/pull/157
  • ⬆️ Bump com.google.gms:google-services from 4.4.1 to 4.4.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/163
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.0.0 to 33.1.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/164
  • ⬆️ Bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.0.0-1.0.22 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/165
  • Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/166
  • ⬆️ Bump androidx.compose:compose-bom from 2024.05.00 to 2024.06.00 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/168
  • ⬆️ Bump com.google.firebase:firebase-crashlytics-gradle from 3.0.1 to 3.0.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/170
  • ⬆️ Bump com.google.firebase:firebase-bom from 33.1.0 to 33.1.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/171

New Contributors

  • @weblate made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/157

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.3.0...v2.3.1

- Kotlin
Published by lorenzovngl over 1 year ago

foodexpirationdates - Version 2.3.0

GitHub release (by tag)

What's New

  • 🇯🇵 Japanese translation
  • 🇵🇱 Polish translation
  • 🇻🇳 Vietnamese translation

Pull requests merged

  • Polish by @3limssmile in https://github.com/lorenzovngl/FoodExpirationDates/pull/149
  • Add Vietnamese by @ngocanhtve in https://github.com/lorenzovngl/FoodExpirationDates/pull/151
  • Update and fix japanese translation by @kuragehimekurara1 in https://github.com/lorenzovngl/FoodExpirationDates/pull/150

New Contributors

  • @3limssmile made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/149
  • @ngocanhtve made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/151
  • @kuragehimekurara1 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/150

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.2.0...v2.3.0

- Kotlin
Published by lorenzovngl almost 2 years ago

foodexpirationdates - Version 2.2.0

GitHub release (by tag)

What's New

  • 🐛 Removed user interaction with disabled input fields
  • 🇷🇺 Russian translation
  • 🇹🇷 Turkish translation
  • ⬆️ Upgraded dependencies

Pull requests merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/136
  • Bump androidx.work:work-runtime-ktx from 2.8.1 to 2.9.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/110
  • Bump dagger-hilt from 2.50 to 2.51.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/138
  • Bump com.google.firebase:firebase-bom from 32.7.2 to 32.8.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/137
  • Add tr locales by @mikropsoft in https://github.com/lorenzovngl/FoodExpirationDates/pull/145

New Contributors

  • @gerasimov-mv made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/commit/626dacea93ac1f79701c773c58de24c1be43b981
  • @mikropsoft made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/145

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.1.0...v2.2.0

- Kotlin
Published by lorenzovngl almost 2 years ago

foodexpirationdates - Version 2.1.0

GitHub release (by tag)

What's New

  • ✨ Export/Import data
  • 🚸 Added descriptions to settings
  • 🎨 UI fixes
  • ⬆️ Upgraded dependencies

Pull requests merged

  • Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/94
  • Bump dagger-hilt from 2.49 to 2.50 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/93
  • Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.22-1.0.16 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/98
  • Bump com.google.devtools.ksp from 1.9.22-1.0.16 to 1.9.22-1.0.17 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/106
  • Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/97
  • Bump lifecycle-runtime-ktx from 2.6.2 to 2.7.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/109
  • Bump com.google.accompanist:accompanist-systemuicontroller from 0.32.0 to 0.34.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/107
  • Bump agp from 8.2.1 to 8.2.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/111
  • Bump com.google.firebase:firebase-bom from 32.7.0 to 32.7.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/112
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/117
  • Bump androidx.navigation:navigation-compose from 2.7.6 to 2.7.7 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/119
  • Bump com.google.firebase:firebase-bom from 32.7.1 to 32.7.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/120
  • Bump com.google.gms:google-services from 4.4.0 to 4.4.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/121
  • Bump hilt-common from 1.1.0 to 1.2.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/123
  • Bump androidx.test.uiautomator:uiautomator from 2.2.0 to 2.3.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/124
  • Bump androidx.compose:compose-bom from 2024.01.00 to 2024.02.01 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/122

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.0.1...v2.1.0

- Kotlin
Published by lorenzovngl almost 2 years ago

foodexpirationdates - Version 2.1.0-beta1

GitHub release (by tag)

What's New

  • ✨ Export/Import data
  • 🚸 Added descriptions to settings
  • 🎨 UI fixes
  • ⬆️ Upgraded dependencies

Pull requests merged

  • Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/94
  • Bump dagger-hilt from 2.49 to 2.50 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/93
  • Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.22-1.0.16 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/98
  • Bump com.google.devtools.ksp from 1.9.22-1.0.16 to 1.9.22-1.0.17 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/106
  • Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/97
  • Bump lifecycle-runtime-ktx from 2.6.2 to 2.7.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/109
  • Bump com.google.accompanist:accompanist-systemuicontroller from 0.32.0 to 0.34.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/107
  • Bump agp from 8.2.1 to 8.2.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/111
  • Bump com.google.firebase:firebase-bom from 32.7.0 to 32.7.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/112
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/117
  • Bump androidx.navigation:navigation-compose from 2.7.6 to 2.7.7 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/119
  • Bump com.google.firebase:firebase-bom from 32.7.1 to 32.7.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/120
  • Bump com.google.gms:google-services from 4.4.0 to 4.4.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/121
  • Bump hilt-common from 1.1.0 to 1.2.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/123
  • Bump androidx.test.uiautomator:uiautomator from 2.2.0 to 2.3.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/124
  • Bump androidx.compose:compose-bom from 2024.01.00 to 2024.02.01 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/122

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.0.1...v2.1.0-beta1

- Kotlin
Published by lorenzovngl almost 2 years ago

foodexpirationdates - Version 2.0.1

GitHub release (by tag)

What's New

  • 🐛 This version should fix a bug occurred during item insertion The dependency androidx.compose.ui:ui-tooling-preview has been downgraded from 1.6.0-beta03 to 1.5.4 to fix compatibility issue.

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.0...v2.0.1

- Kotlin
Published by lorenzovngl about 2 years ago

foodexpirationdates - Version 2.0

GitHub release (by tag)

What's New

  • 🍱 New app icon
  • ✨ Opening date of a food item
  • 👔 Restyled UI
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies

Pull Requests Merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/83
  • Feat: Implemented splash screen by @rasvanjaya21 in https://github.com/lorenzovngl/FoodExpirationDates/pull/84
  • Bump dagger-hilt from 2.48.1 to 2.49 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/91
  • Bump com.google.devtools.ksp from 1.9.10-1.0.13 to 1.9.21-1.0.15 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/90
  • Bump org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/89
  • Bump com.google.devtools.ksp from 1.9.21-1.0.15 to 1.9.21-1.0.16 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/92
  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/96

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.2...v2.0

- Kotlin
Published by lorenzovngl about 2 years ago

foodexpirationdates - Version 2.0-beta3

GitHub release (by tag)

Please report your feedback on this version in the appropriate discussion.

What's New

  • 🐛 Fixed ordering of elements
  • 🎨 Enhanced contrast of the label "No items found"

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.0-beta2...v2.0-beta3

- Kotlin
Published by lorenzovngl about 2 years ago

foodexpirationdates - Version 2.0-beta2

GitHub release (by tag)

Please report your feedback on this version in the appropriate discussion.

What's New

  • 🐛 Fixed calculation of expiration date
  • 🌐 Updated translations

Pull Requests Merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/96

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v2.0-beta1...v2.0-beta2

- Kotlin
Published by lorenzovngl about 2 years ago

foodexpirationdates - Version 2.0-beta1

GitHub release (by tag)

Please report your feedback on this version in the appropriate discussion.

What's New

  • 🍱 New app icon
  • ✨ Opening date of a food item
  • 👔 Restyled UI
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies

Pull Requests Merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/83
  • Feat: Implemented splash screen by @rasvanjaya21 in https://github.com/lorenzovngl/FoodExpirationDates/pull/84
  • Bump dagger-hilt from 2.48.1 to 2.49 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/91
  • Bump com.google.devtools.ksp from 1.9.10-1.0.13 to 1.9.21-1.0.15 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/90
  • Bump org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/89
  • Bump com.google.devtools.ksp from 1.9.21-1.0.15 to 1.9.21-1.0.16 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/92

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.2...v2.0-beta1

- Kotlin
Published by lorenzovngl about 2 years ago

foodexpirationdates - Version 1.2

GitHub release (by tag)

What's New

  • ✨ Customizable font weight in top app bar
  • 🇫🇷 French localization
  • 🇮🇩 Indonesian localization
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies
  • 📝 Added contact info and contributors list

Pull Requests Merged

  • Added UI Settings for top bar font weight by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/63
  • Bump dagger-hilt from 2.48 to 2.48.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/70
  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/68
  • Add contributors list by @DeKaN in https://github.com/lorenzovngl/FoodExpirationDates/pull/69
  • Feat: Added french translation by @An-Array in https://github.com/lorenzovngl/FoodExpirationDates/pull/78
  • Feat: Added indonesian translations by @rasvanjaya21 in https://github.com/lorenzovngl/FoodExpirationDates/pull/80

New Contributors

  • @DeKaN made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/69
  • @An-Array made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/78
  • @rasvanjaya21 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/80

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.1.2...v1.2

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.1.2

GitHub release (by tag)

What's New

  • 🐛 Fixed incorrect initializazion of Firebase (2)

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.1.1...v1.1.2

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.1.1

GitHub release (by tag)

What's New

  • 🐛 Fixed incorrect initializazion of Firebase

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.1...v1.1.1

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.1

GitHub release (by tag)

What's New

  • ✨ Option to istantly restore a deleted item
  • 🇯🇵 Japanese localization
  • 🌐 Updated translations
  • ⬆️ Upgraded dependencies
  • 🎨 Restyled UI

Pull requests merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/43
  • added more translations for arabic language by @Rick-AB in https://github.com/lorenzovngl/FoodExpirationDates/pull/44
  • Bump com.google.firebase:firebase-crashlytics-gradle from 2.9.5 to 2.9.7 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/51
  • Bump com.google.dagger.hilt.android from 2.46.1 to 2.47 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/50
  • Bump daggerVersion from 2.46.1 to 2.47 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/49
  • Bump com.android.application from 8.0.2 to 8.1.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/52
  • Bump com.android.library from 8.0.2 to 8.1.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/53
  • Bump com.google.firebase:firebase-crashlytics-gradle from 2.9.7 to 2.9.8 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/54
  • Bump com.google.accompanist:accompanist-systemuicontroller from 0.30.1 to 0.32.0 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/55
  • Bump com.google.firebase:firebase-crashlytics-gradle from 2.9.5 to 2.9.9 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/56
  • Bump dagger-hilt from 2.47 to 2.48 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/57

New Contributors

  • @Rick-AB made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/44

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.0...v1.1

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.0

GitHub release (by tag)

Update 24/08/2023 Introduced FOSS version

What's New

  • ✨ Notifications
  • 🎨 Restyled UI
  • 🎨 Custom theme (light/system/dark)
  • 🎨 Custom colors (dynamic colors on/off)

Pull requests merged

  • Add a new string and if statement by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/23
  • Implement notification by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/8
  • ⬆️ Bump com.android.application from 8.0.1 to 8.0.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/28
  • Bump org.jetbrains.kotlin.android from 1.8.20 to 1.8.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/27
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.20 to 1.8.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/26
  • Added Outlinedbutton and Button in SettingsActivity.kt by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/33
  • Custom dark mode and dynamic colors by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/35
  • Changed else block into if statement block of Outlinedbutton by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/36
  • Bump com.google.dagger.hilt.android from 2.45 to 2.46.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/24
  • Bump daggerVersion from 2.45 to 2.46.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/25
  • Bump com.google.accompanist:accompanist-systemuicontroller from 0.28.0 to 0.30.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/30
  • Bump com.android.library from 8.0.1 to 8.0.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/29

New Contributors

  • @bhavesh100 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/23
  • @dependabot made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/28

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.8.1...v1.0

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.0-beta2

GitHub release (by tag)

What's New

  • 🐛 Release build variant displayed only the list of items used in preview
  • 🐛 Labels of theme mode choice lacked reference to string resources
  • 🎨 Added bottom app bar

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v1.0-beta1...v1.0-beta2

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 1.0-beta1

GitHub release (by tag)

What's New

  • ✨ Notifications
  • 🎨 Restyled UI
  • 🎨 Custom theme (light/system/dark)
  • 🎨 Custom colors (dynamic colors on/off)
  • ⬆️ Upgraded dependencies

Pull requests merged

  • 🐛 Add a new string and if statement by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/23
  • ✨ Implement notification by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/8
  • ⬆️ Bump com.android.application from 8.0.1 to 8.0.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/28
  • ⬆️ Bump org.jetbrains.kotlin.android from 1.8.20 to 1.8.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/27
  • ⬆️ Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.20 to 1.8.21 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/26
  • 🎨 Added Outlinedbutton and Button in SettingsActivity.kt by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/33
  • ✨ Custom dark mode and dynamic colors by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/35
  • 🐛 Changed else block into if statement block of Outlinedbutton by @bhavesh100 in https://github.com/lorenzovngl/FoodExpirationDates/pull/36
  • ⬆️ Bump com.google.dagger.hilt.android from 2.45 to 2.46.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/24
  • ⬆️ Bump daggerVersion from 2.45 to 2.46.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/25
  • ⬆️ Bump com.google.accompanist:accompanist-systemuicontroller from 0.28.0 to 0.30.1 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/30
  • ⬆️ Bump com.android.library from 8.0.1 to 8.0.2 by @dependabot in https://github.com/lorenzovngl/FoodExpirationDates/pull/29

New Contributors

  • @bhavesh100 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/23
  • @dependabot made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/28

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.8.1...v1.0-beta1

- Kotlin
Published by lorenzovngl over 2 years ago

foodexpirationdates - Version 0.8.1

GitHub release (by tag)

What's Changed

  • 🌐 Updated translations for Spanish, German and Hindi
  • 💄 When the user inserts a new item, the date picker is now shown in a dialog
  • 💄 Minor UI fixes

Pull requests merged

  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/17
  • updated german translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/21
  • Added missing Hindi translations by @devedroy in https://github.com/lorenzovngl/FoodExpirationDates/pull/22

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.8...v0.8.1

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.8

GitHub release (by tag)

What's Changed

  • ✨ Implementation of custom date formats by @lorenzovngl in https://github.com/lorenzovngl/FoodExpirationDates/pull/15
  • 📈 Integration of Firebase Analytics and Crashlytics
  • ⚖️ Updated privacy policy

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.7...v0.8

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.7

GitHub release (by tag)

✨ What's New

  • 🌐 Spanish translation by @Quadropo

👥 New Contributors

  • @Quadropo made their first contribution

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.6...v0.7

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.6

GitHub release (by tag)

✨ What's New

  • 🌐 German translation by @uDEV2019 in https://github.com/lorenzovngl/FoodExpirationDates/pull/9
  • 🌐 Hindi Language support added. by @devedroy in https://github.com/lorenzovngl/FoodExpirationDates/pull/11, https://github.com/lorenzovngl/FoodExpirationDates/pull/12

👥 New Contributors

  • @uDEV2019 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/9
  • @devedroy made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/11

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.5...v0.6

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.5

GitHub release (by tag)

✨ What's new

  • 🚸 Added information activity
  • 💬 Added app name for debug version
  • ⬆️ Upgraded dependencies

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.4...v0.5

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.4

GitHub release (by tag)

✨ What's new

  • 🐛 Fixed missing scroll behavior in InsertActivity
  • ⬆️ Upgrade dependencies

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.3...v0.4

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.3

GitHub release (by tag)

✨ What's new

  • 🌍 Arabic Language added by @abdulmuizz0903 in https://github.com/lorenzovngl/FoodExpirationDates/pull/3

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.2...v0.3

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.2

GitHub release (by tag)

✨ What's new

  • New app colors and color schemes.
  • Adjusted UI elements.
  • New icon for food cards.

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/compare/v0.1...v0.2

- Kotlin
Published by lorenzovngl almost 3 years ago

foodexpirationdates - Version 0.1

GitHub release (by tag)

✨ Features

  • Display a list with food expiration dates in ascending order of time.
  • Add, edit and delete items.

👥 New Contributors

  • @abdulmuizz0903 made their first contribution in https://github.com/lorenzovngl/FoodExpirationDates/pull/1

Full Changelog: https://github.com/lorenzovngl/FoodExpirationDates/commits/v0.1

- Kotlin
Published by lorenzovngl almost 3 years ago