Skip to content

Commit

Permalink
[WIP] Prepare v1.0.1 release (#52)
Browse files Browse the repository at this point in the history
* Improves CI workflows
* Improves settings in app.json
* Documentation & Settings Update (#41)
* Updating dependencies.
* Expiration & Funding information (#42)
* Adds support for app stores
* iOS compatible icon (#51)
* Other fixes

Co-authored-by: Marc  <marcchataigner@me.com>
Co-authored-by: Martin Heidegger <martin.heidegger@gmail.com>
  • Loading branch information
3 people committed Feb 4, 2020
1 parent 53c5b12 commit c778adb
Show file tree
Hide file tree
Showing 33 changed files with 1,013 additions and 436 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest

strategy:
matrix:
Expand All @@ -14,8 +14,8 @@ jobs:
- name: Checkout project repository
uses: actions/checkout@v2

- name: Setup kernel for react native, increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
# - name: Setup kernel for react native, increase watchers
# run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ Usually we communicate about Consento on our [Keybase chat](https://keybase.io/t

You can also find more detailed information about Consento on our website: [https://consento.org](https://consento.org).

## Funding

<a href="https://ec.europa.eu/info/" target="_blank"><img src="https://raw.githubusercontent.com/consento-org/mobile/master/assets/icon/eu@2x.png" width="66"></a>
<a href="https://www.ngi.eu/about/ledger/" target="_blank"><img src="https://raw.githubusercontent.com/consento-org/mobile/master/assets/icon/ngi-ledger@2x.png" width="189"></a>

This project has received funding from the European Union’s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation programme within the framework of the [LEDGER Project](https://www.ngi.eu/about/ledger/) funded under grant agreement [No825268](https://cordis.europa.eu/project/id/825268).

## License

[MIT](./LICENSE)
26 changes: 22 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"expo": {
"name": "Consento",
"slug": "consento",
"owner": "consento",
"privacy": "public",
"sdkVersion": "36.0.0",
"version": "1.0.0",
"version": "1.0.1",
"scheme": "consento",
"entryPoint": "./index.js",
"platforms": [
"ios",
Expand All @@ -21,14 +23,30 @@
"backgroundColor": "#484848"
},
"splash": {
"backgroundColor": "#FCFCFC"
"backgroundColor": "#FCFCFC",
"image": "./assets/splash/centered_logo@3x.png"
},
"android": {
"package": "org.consento.mobile",
"versionCode": 1
"versionCode": 2,
"permissions": [
"CAMERA"
]
},
"ios": {
"bundleIdentifier": "org.consento.mobile"
"bundleIdentifier": "org.consento.mobile",
"infoPlist": {
"NSCameraUsageDescription": "This lets you take photos and scan QR codes."
},
"buildNumber": "1.0.1",
"icon": "./assets/icon/logo-with-bg@16x.png"
},
"notification": {
"icon": "./assets/icon/logo@1.5x.png",
"color": "#FCFCFC",
"iosDisplayInForeground": false,
"androidMode": "collapse",
"androidCollapsedTitle": "Consento"
}
}
}
Binary file added assets/icon/eu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/eu@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/eu@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/eu@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/logo-with-bg@16x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/ngi-ledger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/ngi-ledger@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/ngi-ledger@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icon/ngi-ledger@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/splash/centered_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/splash/centered_logo@1.5x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/splash/centered_logo@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/splash/centered_logo@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified design/design.sketch
Binary file not shown.
Binary file modified docs/overview.pdf
Binary file not shown.
Loading

0 comments on commit c778adb

Please sign in to comment.