Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto-update #267

Merged
merged 55 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
5327da4
test environment variables in build pipeline
sampie777 Jul 29, 2024
414bd33
setting env variables at start of pipeline
sampie777 Jul 29, 2024
3712147
Merge branch 'refs/heads/develop' into feature/ios-pipeline
sampie777 Jul 29, 2024
c838b31
set temp version for test build
sampie777 Jul 29, 2024
6088dab
set temp version for test build
sampie777 Jul 29, 2024
7751aa0
write .env file to root directory
sampie777 Jul 29, 2024
d71f079
version release: 1.18.3
sampie777 Aug 27, 2024
e6abb72
use gem to install custom version of cocoapods
sampie777 Aug 27, 2024
1d15316
Merge branch 'master' into feature/ios-pipeline
sampie777 Aug 27, 2024
167b43b
keep cocoapods newest version but old version in podfile.lock
sampie777 Aug 27, 2024
8568520
use brew: keep cocoapods newest version but old version in podfile.lock
sampie777 Aug 28, 2024
973a5d6
test version release: 1.17.5
sampie777 Aug 28, 2024
0c07464
updated podfile version to 1.15.2
sampie777 Aug 29, 2024
029c401
updated realm to latest version.
sampie777 Aug 29, 2024
78a5e83
test version release: 1.17.6
sampie777 Aug 29, 2024
37dbdcc
ios: updated podfile
wbijker Aug 29, 2024
1b556fa
updated react native to latest patch version.
sampie777 Sep 1, 2024
76cb7d3
test version release: 1.17.7
sampie777 Sep 1, 2024
56d31d1
installed netinfo (no implementation yet).
sampie777 Sep 2, 2024
4e48383
test version release: 1.17.8
sampie777 Sep 2, 2024
c0c5c15
Merge branch 'pod-update' into feature/test-if-ok
sampie777 Sep 2, 2024
b7cbe1d
merge
sampie777 Sep 2, 2024
da0a427
disabled DB execution of auto updater, so we can test the implementat…
sampie777 Sep 2, 2024
801f013
test version release: 1.17.9
sampie777 Sep 2, 2024
b66d613
removed netinfo, but enabled auto updater (withouth DB execution), so…
sampie777 Sep 4, 2024
8e585a8
test version release: 1.17.10
sampie777 Sep 4, 2024
c00081c
removed updater context to see if that fixes the problem.
sampie777 Sep 5, 2024
866eba5
catch possible database errors
sampie777 Sep 5, 2024
a5cea41
test version release: 1.17.11
sampie777 Sep 5, 2024
86b3eb8
removed certain patch to see if this fixes the problem.
sampie777 Sep 6, 2024
a1fd972
disabled auto updater run on start to see if this fixes the problem.
sampie777 Sep 6, 2024
d55a161
test version release: 1.17.12
sampie777 Sep 6, 2024
8e76b0f
re-enabled auto updater run on start
sampie777 Sep 7, 2024
982ddaa
restored call to removeObjectsWithoutParents patch, but don't let it …
sampie777 Sep 7, 2024
a4c8f29
test version release: 1.17.13
sampie777 Sep 7, 2024
0582c65
Re-added updater context
sampie777 Sep 9, 2024
d7c7c11
test version release: 1.17.14
sampie777 Sep 9, 2024
283b96a
Merge pull request #265 from sampie777/feature/test-if-ok
sampie777 Sep 9, 2024
cd48d42
try to fetch any data from each scheme to see if that is possible reg…
sampie777 Sep 11, 2024
bb13ac6
test version release: 1.17.15
sampie777 Sep 11, 2024
5146790
temporary added database dump upload
sampie777 Sep 11, 2024
9e870c1
test version release: 1.17.16
sampie777 Sep 11, 2024
76246a0
undo of pod file debugging
sampie777 Sep 11, 2024
764b5c1
fixed version number for release: 1.17.16
sampie777 Sep 11, 2024
ff7c9aa
fix(dev): make database dump upload file directly
sampie777 Sep 23, 2024
781cc13
test version release: 1.17.17
sampie777 Sep 23, 2024
00782db
fix(db): Delete children with their parents, as Ream does not support…
sampie777 Oct 9, 2024
026f6e9
fix: Removed full-text index so deleting objects without that index w…
sampie777 Oct 14, 2024
c5bbdc8
Enabled auto update
sampie777 Oct 14, 2024
99fc16c
feat(db): added more error catching
sampie777 Nov 11, 2024
7442cbe
test version release: 1.17.18
sampie777 Nov 11, 2024
649ce9e
fix(downloads): Update download icons after auto updater has run.
sampie777 Nov 25, 2024
e1e25ec
fix(updater): Ignore items with no UUID (old version).
sampie777 Nov 25, 2024
c4aa206
refactor(downloads): Made two screens share common names so we can ke…
sampie777 Nov 25, 2024
97116e0
style(downloads): Fixed loading indicator not always visible at first.
sampie777 Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
384 changes: 197 additions & 187 deletions ios/Podfile.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ios/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
<string>C617.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>E174.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
Expand Down
2 changes: 1 addition & 1 deletion ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "WHATSAPP_USER_GROUP_LINK=${WHATSAPP_USER_GROUP_LINK}" >> ../../.env

echo "===== Installing CocoaPods ====="
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew install cocoapods@1.14.2
brew install cocoapods

echo "===== Installing Node.js ====="
# installs nvm (Node Version Manager)
Expand Down
4 changes: 2 additions & 2 deletions ios/hymnbook2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.19.0-SNAPSHOT</string>
<string>1.17.18</string>
<key>CFBundleSignature</key>
<string>nl.sajansen.hymnbook2</string>
<key>CFBundleVersion</key>
<string>672</string>
<string>658.14</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hymnbook2",
"version": "1.19.0-SNAPSHOT",
"version": "1.17.18",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -11,6 +11,7 @@
"bundle": "cd android && ./gradlew bundleRelease",
"build": "cd android && ./gradlew assembleRelease",
"device-install": "adb -d install \"$(ls -t ./android/app/build/outputs/apk/release/*.apk | head -1)\"",
"device-install-windows": "adb -d install \"./android/app/build/outputs/apk/release/$(Get-ChildItem -Path ./android/app/build/outputs/apk/release/*.apk -Name | select -first 1)\"",
"postinstall": "patch-package"
},
"dependencies": {
Expand All @@ -20,7 +21,7 @@
"@react-navigation/bottom-tabs": "6.5.11",
"@react-navigation/native": "6.1.9",
"@react-navigation/native-stack": "6.9.17",
"@realm/react": "0.10.0",
"@realm/react": "0.11.0",
"abcjs": "git+https://github.com/paulrosen/abcjs.git#6.2.3",
"fastest-levenshtein": "1.0.16",
"fetch-retry": "6.0.0",
Expand Down
Loading