~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.


.gitignore CHANGED
@@ -5,6 +5,7 @@
5
5
  local.properties
6
6
  keystore.properties
7
7
  upload-keystore.jks
8
+ android/service_account.json
8
9
  svc.json
9
10
  .dart_tool
10
11
  ui
android/fastlane/Appfile CHANGED
@@ -1,2 +1,2 @@
1
- json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
1
+ json_key_file("service_account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2
- package_name("sh.pyros.only_bible_app") # e.g. com.krausefx.app
2
+ package_name("dev.pyrossh.onlyBible")
android/fastlane/README.md ADDED
@@ -0,0 +1,48 @@
1
+ fastlane documentation
2
+ ----
3
+
4
+ # Installation
5
+
6
+ Make sure you have the latest version of the Xcode command line tools installed:
7
+
8
+ ```sh
9
+ xcode-select --install
10
+ ```
11
+
12
+ For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
13
+
14
+ # Available Actions
15
+
16
+ ## Android
17
+
18
+ ### android test
19
+
20
+ ```sh
21
+ [bundle exec] fastlane android test
22
+ ```
23
+
24
+ Runs all the tests
25
+
26
+ ### android beta
27
+
28
+ ```sh
29
+ [bundle exec] fastlane android beta
30
+ ```
31
+
32
+ Submit a new Beta Build to Crashlytics Beta
33
+
34
+ ### android deploy
35
+
36
+ ```sh
37
+ [bundle exec] fastlane android deploy
38
+ ```
39
+
40
+ Deploy a new version to the Google Play
41
+
42
+ ----
43
+
44
+ This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
45
+
46
+ More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
47
+
48
+ The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
android/fastlane/metadata/android/en-GB/full_description.txt ADDED
@@ -0,0 +1,6 @@
1
+ No ads
2
+ No in-app purchases
3
+ No distractions
4
+ Offline first
5
+ Enhanced reading and highlighting
6
+ Audio playback (requires internet connection)
android/fastlane/metadata/android/en-GB/images/featureGraphic.png ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/icon.png ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/4_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/5_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/6_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/7_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/images/phoneScreenshots/8_en-GB.jpeg ADDED
Binary file
android/fastlane/metadata/android/en-GB/short_description.txt ADDED
@@ -0,0 +1 @@
1
+ The only bible app you will ever need. Enhanced reading and highlighting.
android/fastlane/metadata/android/en-GB/title.txt ADDED
@@ -0,0 +1 @@
1
+ Only Bible App
android/fastlane/metadata/android/en-GB/video.txt ADDED
File without changes
android/fastlane/report.xml ADDED
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuites>
3
+ <testsuite name="fastlane.lanes">
4
+
5
+
6
+
7
+
8
+ <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000175">
9
+
10
+ </testcase>
11
+
12
+ </testsuite>
13
+ </testsuites>
assets/bibles/en_asv.bin.gz DELETED
Binary file
assets/bibles/en_net.bin.gz DELETED
Binary file