-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ca1a69
commit ebdedfa
Showing
16 changed files
with
79 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,128 +1,97 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools"> | ||
xmlns:tools="http://schemas.android.com/tools" | ||
> | ||
|
||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> | ||
<uses-permission | ||
android:name="android.permission.READ_PHONE_STATE" | ||
tools:node="remove" /> | ||
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove" /> | ||
<uses-permission android:name="android.permission.CAMERA" /> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> | ||
<uses-permission android:name="android.permission.USE_BIOMETRIC" /> | ||
<uses-permission android:name="android.permission.USE_FINGERPRINT" /> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- https://github.com/onfido/WebViewRN/tree/main#android --> | ||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
|
||
<!-- https://github.com/onfido/WebViewRN/tree/main#android --> | ||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
|
||
<uses-feature | ||
android:name="android.hardware.camera" | ||
android:required="false" /> | ||
<uses-feature | ||
android:name="android.hardware.camera.front" | ||
android:required="false" /> | ||
<uses-feature | ||
android:name="android.hardware.nfc" | ||
android:required="false" /> <!-- https://react-native-share.github.io/react-native-share/docs/share-open --> | ||
<uses-feature android:name="android.hardware.camera" android:required="false" /> | ||
<uses-feature android:name="android.hardware.camera.front" android:required="false" /> | ||
<uses-feature android:name="android.hardware.nfc" android:required="false" /> | ||
|
||
<!-- https://react-native-share.github.io/react-native-share/docs/share-open --> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
|
||
<!-- TODO android:roundIcon="@mipmap/ic_launcher_round" --> | ||
<!-- android:usesCleartextTraffic="true" for https://github.com/onfido/WebViewRN/tree/main#android --> | ||
<application | ||
android:name=".MainApplication" | ||
android:allowBackup="false" | ||
android:icon="@mipmap/ic_launcher" | ||
android:name=".MainApplication" | ||
android:label="@string/app_name" | ||
android:icon="@mipmap/ic_launcher" | ||
android:roundIcon="@mipmap/ic_launcher" | ||
android:allowBackup="false" | ||
android:usesCleartextTraffic="true" | ||
android:networkSecurityConfig="@xml/network_security_config" | ||
android:theme="@style/AppTheme"> <!-- Apply @style/AppTheme on .MainApplication --> | ||
<activity | ||
android:name=".MainActivity" | ||
android:label="@string/app_name" | ||
android:networkSecurityConfig="@xml/network_security_config" | ||
android:roundIcon="@mipmap/ic_launcher" | ||
android:theme="@style/AppTheme" | ||
android:usesCleartextTraffic="true"> | ||
<receiver | ||
android:name=".BitcoinPriceWidget" | ||
android:exported="false"> | ||
<intent-filter> | ||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> | ||
</intent-filter> | ||
|
||
<meta-data | ||
android:name="android.appwidget.provider" | ||
android:resource="@xml/bitcoin_price_widget_info" /> | ||
</receiver> | ||
|
||
<!-- Apply @style/AppTheme on .MainApplication --> | ||
<activity | ||
android:name=".MainActivity" | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" | ||
android:exported="true" | ||
android:label="@string/app_name" | ||
android:launchMode="singleTask" | ||
android:screenOrientation="portrait" | ||
android:theme="@style/BootTheme" | ||
android:windowSoftInputMode="adjustResize"> <!-- Apply @style/BootTheme on .MainActivity --> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
|
||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT" /> | ||
<category android:name="android.intent.category.BROWSABLE" /> | ||
|
||
<data android:scheme="lightning" /> | ||
<data android:scheme="bitcoinbeach" /> | ||
<data android:scheme="blink" /> | ||
<data android:scheme="bitcoin" /> | ||
<data android:scheme="lapp" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT" /> | ||
<category android:name="android.intent.category.BROWSABLE" /> | ||
|
||
<data | ||
android:host="pay.bbw.sv" | ||
android:scheme="https" /> | ||
<data | ||
android:host="pay.mainnet.galoy.io" | ||
android:scheme="https" /> | ||
<data | ||
android:host="pay.blink.sv" | ||
android:scheme="https" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT" /> | ||
|
||
<data | ||
android:host="pay.blink.sv" | ||
android:scheme="https" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT" /> | ||
|
||
<data android:scheme="lnurlw" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
|
||
<category android:name="android.intent.category.DEFAULT" /> | ||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" | ||
android:launchMode="singleTask" | ||
android:screenOrientation = "portrait" | ||
android:windowSoftInputMode="adjustResize" | ||
android:exported="true" | ||
android:theme="@style/BootTheme"> <!-- Apply @style/BootTheme on .MainActivity --> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW"/> | ||
<category android:name="android.intent.category.DEFAULT"/> | ||
<category android:name="android.intent.category.BROWSABLE"/> | ||
<data android:scheme="lightning"/> | ||
<data android:scheme="bitcoinbeach"/> | ||
<data android:scheme="blink"/> | ||
<data android:scheme="bitcoin"/> | ||
<data android:scheme="lapp"/> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.intent.action.VIEW"/> | ||
<category android:name="android.intent.category.DEFAULT"/> | ||
<category android:name="android.intent.category.BROWSABLE"/> | ||
<data android:scheme="https" android:host="pay.bbw.sv"/> | ||
<data android:scheme="https" android:host="pay.mainnet.galoy.io"/> | ||
<data android:scheme="https" android:host="pay.blink.sv"/> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
<category android:name="android.intent.category.DEFAULT" /> | ||
<data android:scheme="https" android:host="pay.blink.sv" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
<category android:name="android.intent.category.DEFAULT" /> | ||
<data android:scheme="lnurlw" /> | ||
</intent-filter> | ||
<intent-filter> | ||
<action android:name="android.nfc.action.NDEF_DISCOVERED" /> | ||
<category android:name="android.intent.category.DEFAULT" /> | ||
<data android:scheme="lnurlp" /> | ||
</intent-filter> | ||
</activity> | ||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> | ||
|
||
<!-- You will only need to add this meta-data tag, but make sure it's a child of application --> | ||
<meta-data | ||
android:name="com.google.android.geo.API_KEY" | ||
android:value="AIzaSyCttrzic-C_V-mbnZjU0qLhw80f82HZ50k"/> | ||
<!-- TODO: key (a new one) should be added dynamically during the build? --> | ||
|
||
<!-- You will also only need to add this uses-library tag --> | ||
<uses-library android:name="org.apache.http.legacy" android:required="false"/> | ||
|
||
<data android:scheme="lnurlp" /> | ||
</intent-filter> | ||
</activity> | ||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> <!-- You will only need to add this meta-data tag, but make sure it's a child of application --> | ||
<meta-data | ||
android:name="com.google.android.geo.API_KEY" | ||
android:value="AIzaSyCttrzic-C_V-mbnZjU0qLhw80f82HZ50k" /> <!-- TODO: key (a new one) should be added dynamically during the build? --> | ||
<!-- You will also only need to add this uses-library tag --> | ||
<uses-library | ||
android:name="org.apache.http.legacy" | ||
android:required="false" /> | ||
</application> | ||
|
||
</manifest> | ||
</manifest> |
Binary file removed
BIN
-3.44 KB
android/app/src/main/res/drawable-nodpi/example_appwidget_preview.png
Binary file not shown.
10 changes: 0 additions & 10 deletions
10
android/app/src/main/res/drawable-v21/app_widget_background.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
android/app/src/main/res/drawable-v21/app_widget_inner_view_background.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<resources> | ||
<color name="bootsplash_background">#000000</color> | ||
<color name="windowBackgroundColor">#ffffff</color> | ||
<color name="light_blue_50">#FFE1F5FE</color> | ||
<color name="light_blue_200">#FF81D4FA</color> | ||
<color name="light_blue_600">#FF039BE5</color> | ||
<color name="light_blue_900">#FF01579B</color> | ||
<color name="primary">#FC5805</color> | ||
</resources> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.