~repos /only-bible-app

#kotlin#android#ios

GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone https://git.pyrossh.dev/only-bible-app.git
Discussions: https://groups.google.com/g/rust-embed-devs

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


Files changed (25) hide show
  1. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/bible_select.png +0 -0
  2. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/book_select.png +0 -0
  3. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/chapter_select.png +0 -0
  4. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/hindi_home.png +0 -0
  5. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/home_dark.png +0 -0
  6. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/home_light.png +0 -0
  7. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/settings.png +0 -0
  8. android/fastlane/metadata/android/en-GB/images/phoneScreenshots/verse_select.png +0 -0
  9. ios/fastlane/screenshots/en-US/ipadScreenshots/bible_select.png +0 -0
  10. ios/fastlane/screenshots/en-US/ipadScreenshots/book_select.png +0 -0
  11. ios/fastlane/screenshots/en-US/ipadScreenshots/chapter_select.png +0 -0
  12. ios/fastlane/screenshots/en-US/ipadScreenshots/hindi_home.png +0 -0
  13. ios/fastlane/screenshots/en-US/ipadScreenshots/home_dark.png +0 -0
  14. ios/fastlane/screenshots/en-US/ipadScreenshots/home_light.png +0 -0
  15. ios/fastlane/screenshots/en-US/ipadScreenshots/settings.png +0 -0
  16. ios/fastlane/screenshots/en-US/ipadScreenshots/verse_select.png +0 -0
  17. ios/fastlane/screenshots/en-US/iphoneScreenshots/bible_select.png +0 -0
  18. ios/fastlane/screenshots/en-US/iphoneScreenshots/book_select.png +0 -0
  19. ios/fastlane/screenshots/en-US/iphoneScreenshots/chapter_select.png +0 -0
  20. ios/fastlane/screenshots/en-US/iphoneScreenshots/hindi_home.png +0 -0
  21. ios/fastlane/screenshots/en-US/iphoneScreenshots/home_dark.png +0 -0
  22. ios/fastlane/screenshots/en-US/iphoneScreenshots/home_light.png +0 -0
  23. ios/fastlane/screenshots/en-US/iphoneScreenshots/settings.png +0 -0
  24. ios/fastlane/screenshots/en-US/iphoneScreenshots/verse_select.png +0 -0
  25. lib/store/app_state.dart +1 -1
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/bible_select.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/book_select.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/chapter_select.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/hindi_home.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/home_dark.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/home_light.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/settings.png CHANGED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/verse_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/bible_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/book_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/chapter_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/hindi_home.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/home_dark.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/home_light.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/settings.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/ipadScreenshots/verse_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/bible_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/book_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/chapter_select.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/hindi_home.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/home_dark.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/home_light.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/settings.png CHANGED
Binary file
ios/fastlane/screenshots/en-US/iphoneScreenshots/verse_select.png CHANGED
Binary file
lib/store/app_state.dart CHANGED
@@ -19,7 +19,7 @@ class AppState {
19
19
  this.engTitles = false,
20
20
  this.fontWeight = 400,
21
21
  this.darkMode = false,
22
- this.fontSize = 16.0,
22
+ this.fontSize = 17.0,
23
23
  this.savedBook = 0,
24
24
  this.savedChapter = 0,
25
25
  this.selectedVerses = const [],