Skip to content

Commit

Permalink
fix: Try to make git work on android by enabling fetch polyfill in ca…
Browse files Browse the repository at this point in the history
…pacitor

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 20, 2024
1 parent 47ccd3e commit dbaf0f5
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 34 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"launchAutoHide": false,
"androidScaleType": "CENTER_INSIDE",
"backgroundColor": "#ffffff"
},
"CapacitorHttp": {
"enabled": true
}
},
"cordova": {}
Expand Down
3 changes: 3 additions & 0 deletions capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"launchAutoHide": false,
"androidScaleType": "CENTER_INSIDE",
"backgroundColor": "#ffffff"
},
"CapacitorHttp": {
"enabled": true
}
},
"cordova": {}
Expand Down
3 changes: 3 additions & 0 deletions ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"launchAutoHide": false,
"androidScaleType": "CENTER_INSIDE",
"backgroundColor": "#ffffff"
},
"CapacitorHttp": {
"enabled": true
}
},
"cordova": {}
Expand Down
2 changes: 1 addition & 1 deletion manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.1.3.1",
"version": "5.1.4.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.1.3.1",
"version": "5.1.4.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "floccus bookmarks sync",
"short_name": "floccus",
"version": "5.1.3.1",
"version": "5.1.4.1",
"description": "__MSG_DescriptionExtension__",
"icons": {
"48": "icons/logo.png",
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floccus",
"version": "5.1.3",
"version": "5.1.4-alpha.2",
"description": "Sync your bookmarks privately across browsers and devices",
"scripts": {
"build": "gulp",
Expand Down

0 comments on commit dbaf0f5

Please sign in to comment.