Browse Source

FEATURE | Assets setup

pull/2/head
Vitalik 1 year ago
parent
commit
a94e2f0c9c
  1. 17
      .eslintrc.js
  2. 36
      android/app/src/main/AndroidManifest.xml
  3. BIN
      android/app/src/main/assets/fonts/Gilroy-Bold.ttf
  4. BIN
      android/app/src/main/assets/fonts/Gilroy-Medium.ttf
  5. BIN
      android/app/src/main/assets/fonts/Gilroy-Regular.ttf
  6. BIN
      android/app/src/main/assets/fonts/Gilroy-Semibold.ttf
  7. BIN
      android/app/src/main/assets/fonts/fontello.ttf
  8. 74
      android/app/src/main/res/drawable/ic_launcher_background.xml
  9. BIN
      android/app/src/main/res/drawable/logo.png
  10. 37
      android/app/src/main/res/font/gilroy.xml
  11. BIN
      android/app/src/main/res/font/gilroy_bold.ttf
  12. BIN
      android/app/src/main/res/font/gilroy_medium.ttf
  13. BIN
      android/app/src/main/res/font/gilroy_regular.ttf
  14. BIN
      android/app/src/main/res/font/gilroy_semibold.ttf
  15. 13
      android/app/src/main/res/layout/launch_screen.xml
  16. 5
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  17. 5
      android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  18. BIN
      android/app/src/main/res/mipmap-hdpi-v26/ic_foreground.png
  19. 4
      android/app/src/main/res/mipmap-hdpi-v26/ic_launcher.xml
  20. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher.png
  21. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
  22. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
  23. BIN
      android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  24. BIN
      android/app/src/main/res/mipmap-ldpi-v26/ic_foreground.png
  25. 4
      android/app/src/main/res/mipmap-ldpi-v26/ic_launcher.xml
  26. BIN
      android/app/src/main/res/mipmap-ldpi/ic_launcher.png
  27. BIN
      android/app/src/main/res/mipmap-mdpi-v26/ic_foreground.png
  28. 4
      android/app/src/main/res/mipmap-mdpi-v26/ic_launcher.xml
  29. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher.png
  30. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
  31. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
  32. BIN
      android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  33. BIN
      android/app/src/main/res/mipmap-xhdpi-v26/ic_foreground.png
  34. 4
      android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher.xml
  35. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
  36. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
  37. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
  38. BIN
      android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  39. BIN
      android/app/src/main/res/mipmap-xxhdpi-v26/ic_foreground.png
  40. 4
      android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher.xml
  41. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  42. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
  43. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
  44. BIN
      android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  45. BIN
      android/app/src/main/res/mipmap-xxxhdpi-v26/ic_foreground.png
  46. 4
      android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml
  47. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  48. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
  49. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
  50. BIN
      android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  51. 3
      android/app/src/main/res/values/colors-icon.xml
  52. 4
      android/app/src/main/res/values/colors.xml
  53. 2
      android/app/src/main/res/values/strings.xml
  54. 2
      android/app/src/main/res/values/styles.xml
  55. 25
      android/link-assets-manifest.json
  56. 40
      ios/Podfile.lock
  57. 25
      ios/link-assets-manifest.json
  58. 28
      ios/taskme2.xcodeproj/project.pbxproj
  59. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/100.png
  60. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/1024.png
  61. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/114.png
  62. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/120.png
  63. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/144.png
  64. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/152.png
  65. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/167.png
  66. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/180.png
  67. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/20.png
  68. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/29.png
  69. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/40.png
  70. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/50.png
  71. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/57.png
  72. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/58.png
  73. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/60.png
  74. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/72.png
  75. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/76.png
  76. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/80.png
  77. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/87.png
  78. 167
      ios/taskme2/Images.xcassets/AppIcon.appiconset/Contents.json
  79. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-1024@1x.png
  80. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@1x.png
  81. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@2x.png
  82. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@3x.png
  83. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@1x.png
  84. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@2x.png
  85. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@3x.png
  86. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@1x.png
  87. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@2x.png
  88. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@3x.png
  89. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-50@1x.png
  90. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-50@2x.png
  91. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-57@1x.png
  92. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-57@2x.png
  93. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-60@2x.png
  94. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-60@3x.png
  95. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-72@1x.png
  96. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-72@2x.png
  97. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-76@1x.png
  98. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-76@2x.png
  99. BIN
      ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png
  100. 4
      ios/taskme2/Images.xcassets/Contents.json
  101. Some files were not shown because too many files have changed in this diff Show More

17
.eslintrc.js

@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
module.exports = {
root: true,
extends: '@react-native-community',
rules: {
semi: 0,
curly: 0,
'no-shadow': 'off',
},
};
root: true,
extends: '@react-native-community',
rules: {
semi: 0,
curly: 0,
'no-shadow': 'off',
'react-hooks/exhaustive-deps': 'off',
},
}

36
android/app/src/main/AndroidManifest.xml

@ -1,6 +1,29 @@ @@ -1,6 +1,29 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<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-permission android:name="com.sec.android.provider.badge.permission.READ" tools:node="remove" />
<uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" tools:node="remove" />
<uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS" tools:node="remove" />
<uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT" tools:node="remove" />
<uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE" tools:node="remove" />
<uses-permission android:name="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE" tools:node="remove" />
<uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT" tools:node="remove" />
<uses-permission android:name="com.majeur.launcher.permission.UPDATE_BADGE" tools:node="remove" />
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" tools:node="remove"/>
<uses-permission android:name="com.huawei.android.launcher.permission.READ_SETTINGS" tools:node="remove" />
<uses-permission android:name="com.huawei.android.launcher.permission.WRITE_SETTINGS" tools:node="remove" />
<uses-permission android:name="android.permission.READ_APP_BADGE" tools:node="remove" />
<uses-permission android:name="com.oppo.launcher.permission.READ_SETTINGS" tools:node="remove" />
<uses-permission android:name="com.oppo.launcher.permission.WRITE_SETTINGS" tools:node="remove" />
<application
android:name=".MainApplication"
@ -8,11 +31,22 @@ @@ -8,11 +31,22 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.onesignal.NotificationServiceExtension"
android:value="com.app.task_me.NotificationServiceExtension"
/>
<meta-data android:name="com.onesignal.BadgeCount" android:value="DISABLE" />
<meta-data android:name="com.onesignal.messaging.default_notification_icon" android:resource="@mipmap/ic_launcher" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:exported="true">

BIN
android/app/src/main/assets/fonts/Gilroy-Bold.ttf

Binary file not shown.

BIN
android/app/src/main/assets/fonts/Gilroy-Medium.ttf

Binary file not shown.

BIN
android/app/src/main/assets/fonts/Gilroy-Regular.ttf

Binary file not shown.

BIN
android/app/src/main/assets/fonts/Gilroy-Semibold.ttf

Binary file not shown.

BIN
android/app/src/main/assets/fonts/fontello.ttf

Binary file not shown.

74
android/app/src/main/res/drawable/ic_launcher_background.xml

@ -0,0 +1,74 @@ @@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<vector
android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#D82439"
android:pathData="M0,0h108v108h-108z"/>
<path android:fillColor="#00000000" android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
<path android:fillColor="#00000000" android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF" android:strokeWidth="0.8"/>
</vector>

BIN
android/app/src/main/res/drawable/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

37
android/app/src/main/res/font/gilroy.xml

@ -0,0 +1,37 @@ @@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:ignore="UnusedAttribute">
<font
android:fontStyle="normal"
android:fontWeight="400"
android:font="@font/gilroy_regular"
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/gilroy_regular" />
<font
android:fontStyle="normal"
android:fontWeight="500"
android:font="@font/gilroy_medium"
app:fontStyle="normal"
app:fontWeight="500"
app:font="@font/gilroy_medium" />
<font
android:fontStyle="normal"
android:fontWeight="600"
android:font="@font/gilroy_semibold"
app:fontStyle="normal"
app:fontWeight="600"
app:font="@font/gilroy_semibold" />
<font
android:fontStyle="normal"
android:fontWeight="700"
android:font="@font/gilroy_bold"
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/gilroy_bold" />
</font-family>

BIN
android/app/src/main/res/font/gilroy_bold.ttf

Binary file not shown.

BIN
android/app/src/main/res/font/gilroy_medium.ttf

Binary file not shown.

BIN
android/app/src/main/res/font/gilroy_regular.ttf

Binary file not shown.

BIN
android/app/src/main/res/font/gilroy_semibold.ttf

Binary file not shown.

13
android/app/src/main/res/layout/launch_screen.xml

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#fff"
android:orientation="vertical">
<ImageView
android:layout_width="237dp"
android:layout_height="93dp"
android:layout_centerInParent="true"
android:src="@drawable/logo" />
</RelativeLayout>

5
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

5
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-hdpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

4
android/app/src/main/res/mipmap-hdpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
android/app/src/main/res/mipmap-ldpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

4
android/app/src/main/res/mipmap-ldpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-ldpi/ic_launcher.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
android/app/src/main/res/mipmap-mdpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

4
android/app/src/main/res/mipmap-mdpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
android/app/src/main/res/mipmap-xhdpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

4
android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

4
android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi-v26/ic_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

4
android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/iconBackground"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</adaptive-icon>

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

3
android/app/src/main/res/values/colors-icon.xml

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
<resources>
<color name ='iconBackground'>#FFFFFF</color>
</resources>

4
android/app/src/main/res/values/colors.xml

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_dark">#DE253B</color>
</resources>

2
android/app/src/main/res/values/strings.xml

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
<resources>
<string name="app_name">taskme2</string>
<string name="app_name">taskme</string>
</resources>

2
android/app/src/main/res/values/styles.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="android:textColor">#000000</item>
</style>
</resources>

25
android/link-assets-manifest.json

@ -0,0 +1,25 @@ @@ -0,0 +1,25 @@
{
"migIndex": 1,
"data": [
{
"path": "src/assets/fonts/Gilroy-Bold.ttf",
"sha1": "f91b7f43b772f208aed2b9faecac4be375437f42"
},
{
"path": "src/assets/fonts/Gilroy-Medium.ttf",
"sha1": "e14306a91491f909c6e25bd86cbd3eb83b932526"
},
{
"path": "src/assets/fonts/Gilroy-Regular.ttf",
"sha1": "43b31b30c36102e5aa886834faea9e25c35fbde6"
},
{
"path": "src/assets/fonts/Gilroy-Semibold.ttf",
"sha1": "70c251c1ab444281d7e4beab7fde2c96b941285c"
},
{
"path": "src/assets/fonts/fontello.ttf",
"sha1": "03d635d6ff58b549d8a826a607091e9ebe801af6"
}
]
}

40
ios/Podfile.lock

@ -366,7 +366,7 @@ PODS: @@ -366,7 +366,7 @@ PODS:
- React-Core
- react-native-image-picker (5.6.0):
- React-Core
- react-native-netinfo (9.3.10):
- react-native-netinfo (9.4.1):
- React-Core
- react-native-onesignal (4.5.1):
- OneSignalXCFramework (= 3.12.4)
@ -386,7 +386,7 @@ PODS: @@ -386,7 +386,7 @@ PODS:
- react-native-video/Video (= 5.2.1)
- react-native-video/Video (5.2.1):
- React-Core
- react-native-webrtc (111.0.1):
- react-native-webrtc (111.0.3):
- JitsiWebRTC (~> 111.0.0)
- React-Core
- React-perflogger (0.71.9)
@ -479,7 +479,7 @@ PODS: @@ -479,7 +479,7 @@ PODS:
- React-Core
- RNAudioRecorderPlayer (3.5.3):
- React-Core
- RNCAsyncStorage (1.18.2):
- RNCAsyncStorage (1.19.1):
- React-Core
- RNCClipboard (1.5.1):
- React-Core
@ -487,7 +487,7 @@ PODS: @@ -487,7 +487,7 @@ PODS:
- React
- RNCPicker (2.4.10):
- React-Core
- RNDeviceInfo (10.6.0):
- RNDeviceInfo (10.8.0):
- React-Core
- RNFastImage (8.6.3):
- React-Core
@ -495,7 +495,7 @@ PODS: @@ -495,7 +495,7 @@ PODS:
- SDWebImageWebPCoder (~> 0.8.4)
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.11.0):
- RNGestureHandler (2.12.1):
- React-Core
- RNImageCropPicker (0.40.0):
- React-Core
@ -508,7 +508,7 @@ PODS: @@ -508,7 +508,7 @@ PODS:
- TOCropViewController
- RNPermissions (3.8.4):
- React-Core
- RNReanimated (3.4.1):
- RNReanimated (3.4.2):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
@ -537,12 +537,12 @@ PODS: @@ -537,12 +537,12 @@ PODS:
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.23.0):
- RNScreens (3.24.0):
- React-Core
- React-RCTImage
- RNShare (9.2.3):
- React-Core
- RNSoundLevel (1.1.5):
- RNSoundLevel (1.2.1):
- React
- RNSVG (13.10.0):
- React-Core
@ -554,7 +554,7 @@ PODS: @@ -554,7 +554,7 @@ PODS:
- SDWebImageWebPCoder (0.8.5):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.10)
- SocketRocket (0.6.0)
- SocketRocket (0.6.1)
- TOCropViewController (2.6.1)
- Yoga (1.14.0)
- YogaKit (1.18.1):
@ -650,7 +650,7 @@ DEPENDENCIES: @@ -650,7 +650,7 @@ DEPENDENCIES:
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNShare (from `../node_modules/react-native-share`)
- RNSoundLevel (from `../node_modules/react-native-sound-level`)
- "RNSoundLevel (from `../node_modules/@tomlangan/react-native-sound-level`)"
- RNSVG (from `../node_modules/react-native-svg`)
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@ -810,7 +810,7 @@ EXTERNAL SOURCES: @@ -810,7 +810,7 @@ EXTERNAL SOURCES:
RNShare:
:path: "../node_modules/react-native-share"
RNSoundLevel:
:path: "../node_modules/react-native-sound-level"
:path: "../node_modules/@tomlangan/react-native-sound-level"
RNSVG:
:path: "../node_modules/react-native-svg"
RNVectorIcons:
@ -862,7 +862,7 @@ SPEC CHECKSUMS: @@ -862,7 +862,7 @@ SPEC CHECKSUMS:
react-native-document-picker: 2b8f18667caee73a96708a82b284a4f40b30a156
react-native-html-to-pdf: 4c5c6e26819fe202971061594058877aa9b25265
react-native-image-picker: db60857e03d63721f19b6f4027de20429ddd9cba
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
react-native-onesignal: 7bd44dbd031d8d57110c0203836ffc37ddead526
react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df
react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
@ -870,7 +870,7 @@ SPEC CHECKSUMS: @@ -870,7 +870,7 @@ SPEC CHECKSUMS:
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
react-native-webrtc: 2702afae1e59882b423e6077768ca0d1e6fc42ed
react-native-webrtc: 4d1669c2ed29767fe70b0169428b4466589ecf8b
React-perflogger: 78c280669d99aef163e23331366f5914a7298dae
React-RCTActionSheet: 2698ce0f5d8fea91977c591c83de66b501c6d41d
React-RCTAnimation: d9d448c8cc86549b0aa2c9f0c00d18c1efcebda5
@ -887,25 +887,25 @@ SPEC CHECKSUMS: @@ -887,25 +887,25 @@ SPEC CHECKSUMS:
ReactNativeExceptionHandler: b11ff67c78802b2f62eed0e10e75cb1ef7947c60
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
RNAudioRecorderPlayer: 6638283925b46808310c9fdf803ebabc3abdbadc
RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93
RNCAsyncStorage: f47fe18526970a69c34b548883e1aeceb115e3e1
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNClearAppCache: 26d6211fbecf44060e76cc08f9b8439680f5a04b
RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700
RNDeviceInfo: 475a4c447168d0ad4c807e48ef5e0963a0f4eb1b
RNDeviceInfo: 5795b418ed3451ebcaf39384e6cf51f60cb931c9
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 026038a97d4c8649ce397a22e162ca58b4e6c230
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
RNImageCropPicker: 486e2f7e2b0461ce24321f751410dce1b3b49e6d
RNPermissions: daf6696301cf49872d6082345083446b0fe59fad
RNReanimated: 6c5ec9e66b9d6a14e3f57c5f607f7c5169b6607e
RNScreens: 6a8a3c6b808aa48dca1780df7b73ea524f602c63
RNReanimated: 49cdb63e767bb7e743ff4c12f7d85722c0d008f2
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
RNShare: da6d90b6dc332f51f86498041d6e34211f96b630
RNSoundLevel: 3dd5d2f6431e47f806233600936deb636a0d9800
RNSoundLevel: c031ed233382b6aeabe44b3d5e895b906e69952f
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863
Yoga: 540948b36b46e9469992c4d30ddcc21110b8afe5
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

25
ios/link-assets-manifest.json

@ -0,0 +1,25 @@ @@ -0,0 +1,25 @@
{
"migIndex": 1,
"data": [
{
"path": "src/assets/fonts/Gilroy-Bold.ttf",
"sha1": "f91b7f43b772f208aed2b9faecac4be375437f42"
},
{
"path": "src/assets/fonts/Gilroy-Medium.ttf",
"sha1": "e14306a91491f909c6e25bd86cbd3eb83b932526"
},
{
"path": "src/assets/fonts/Gilroy-Regular.ttf",
"sha1": "43b31b30c36102e5aa886834faea9e25c35fbde6"
},
{
"path": "src/assets/fonts/Gilroy-Semibold.ttf",
"sha1": "70c251c1ab444281d7e4beab7fde2c96b941285c"
},
{
"path": "src/assets/fonts/fontello.ttf",
"sha1": "03d635d6ff58b549d8a826a607091e9ebe801af6"
}
]
}

28
ios/taskme2.xcodeproj/project.pbxproj

@ -12,8 +12,13 @@ @@ -12,8 +12,13 @@
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
331EB3F0DD322F0D1B2DA16C /* libPods-taskme2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FD9FA6914F2DA8781CBD173 /* libPods-taskme2.a */; };
3B650248E4D64E35864131AF /* fontello.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6D174334360E40AEAC86E003 /* fontello.ttf */; };
41B967CD27101BB7DAE20A1F /* libPods-taskme2-taskme2Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 527F61C1DD2E37B4CB3A2F5C /* libPods-taskme2-taskme2Tests.a */; };
488D245C87834B1F85544010 /* Gilroy-Semibold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 36EEF9A60D044056856CEEA6 /* Gilroy-Semibold.ttf */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
B6F06B90F1F9411EBC065716 /* Gilroy-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D66CD33E4DEC4377944DC7F7 /* Gilroy-Regular.ttf */; };
BDD027C722014B7D83628596 /* Gilroy-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 00646ADD69A349E186C66A91 /* Gilroy-Bold.ttf */; };
CDBA011E492A49758920E896 /* Gilroy-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B25C228D4A644A728CA3561E /* Gilroy-Medium.ttf */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -27,6 +32,7 @@ @@ -27,6 +32,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
00646ADD69A349E186C66A91 /* Gilroy-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Bold.ttf"; path = "../src/assets/fonts/Gilroy-Bold.ttf"; sourceTree = "<group>"; };
00E356EE1AD99517003FC87E /* taskme2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = taskme2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* taskme2Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = taskme2Tests.m; sourceTree = "<group>"; };
@ -38,11 +44,15 @@ @@ -38,11 +44,15 @@
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = taskme2/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = taskme2/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = taskme2/main.m; sourceTree = "<group>"; };
36EEF9A60D044056856CEEA6 /* Gilroy-Semibold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Semibold.ttf"; path = "../src/assets/fonts/Gilroy-Semibold.ttf"; sourceTree = "<group>"; };
527F61C1DD2E37B4CB3A2F5C /* libPods-taskme2-taskme2Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-taskme2-taskme2Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6D174334360E40AEAC86E003 /* fontello.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = fontello.ttf; path = ../src/assets/fonts/fontello.ttf; sourceTree = "<group>"; };
6D9AB5D106199D173D35A220 /* Pods-taskme2.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-taskme2.debug.xcconfig"; path = "Target Support Files/Pods-taskme2/Pods-taskme2.debug.xcconfig"; sourceTree = "<group>"; };
73C040992F14443E396EB91F /* Pods-taskme2.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-taskme2.release.xcconfig"; path = "Target Support Files/Pods-taskme2/Pods-taskme2.release.xcconfig"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = taskme2/LaunchScreen.storyboard; sourceTree = "<group>"; };
821D0F756B605E607EC149FE /* Pods-taskme2-taskme2Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-taskme2-taskme2Tests.debug.xcconfig"; path = "Target Support Files/Pods-taskme2-taskme2Tests/Pods-taskme2-taskme2Tests.debug.xcconfig"; sourceTree = "<group>"; };
B25C228D4A644A728CA3561E /* Gilroy-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Medium.ttf"; path = "../src/assets/fonts/Gilroy-Medium.ttf"; sourceTree = "<group>"; };
D66CD33E4DEC4377944DC7F7 /* Gilroy-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Gilroy-Regular.ttf"; path = "../src/assets/fonts/Gilroy-Regular.ttf"; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
@ -96,6 +106,18 @@ @@ -96,6 +106,18 @@
name = taskme2;
sourceTree = "<group>";
};
143C905C72F74972917993FA /* Resources */ = {
isa = PBXGroup;
children = (
00646ADD69A349E186C66A91 /* Gilroy-Bold.ttf */,
B25C228D4A644A728CA3561E /* Gilroy-Medium.ttf */,
D66CD33E4DEC4377944DC7F7 /* Gilroy-Regular.ttf */,
36EEF9A60D044056856CEEA6 /* Gilroy-Semibold.ttf */,
6D174334360E40AEAC86E003 /* fontello.ttf */,
);
name = Resources;
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
@ -122,6 +144,7 @@ @@ -122,6 +144,7 @@
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
BBD78D7AC51CEA395F1C20DB /* Pods */,
143C905C72F74972917993FA /* Resources */,
);
indentWidth = 2;
sourceTree = "<group>";
@ -244,6 +267,11 @@ @@ -244,6 +267,11 @@
files = (
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
BDD027C722014B7D83628596 /* Gilroy-Bold.ttf in Resources */,
CDBA011E492A49758920E896 /* Gilroy-Medium.ttf in Resources */,
B6F06B90F1F9411EBC065716 /* Gilroy-Regular.ttf in Resources */,
488D245C87834B1F85544010 /* Gilroy-Semibold.ttf in Resources */,
3B650248E4D64E35864131AF /* fontello.ttf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/100.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/1024.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/114.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/120.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/152.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/167.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/180.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/20.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/29.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/40.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/50.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/57.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/58.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/60.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/72.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/76.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/80.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/87.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

167
ios/taskme2/Images.xcassets/AppIcon.appiconset/Contents.json

@ -1,53 +1,158 @@ @@ -1,53 +1,158 @@
{
"images" : [
"images": [
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
"size": "20x20",
"idiom": "iphone",
"filename": "icon-20@2x.png",
"scale": "2x"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
"size": "20x20",
"idiom": "iphone",
"filename": "icon-20@3x.png",
"scale": "3x"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
"size": "29x29",
"idiom": "iphone",
"filename": "icon-29@1x.png",
"scale": "1x"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
"size": "29x29",
"idiom": "iphone",
"filename": "icon-29@2x.png",
"scale": "2x"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
"size": "29x29",
"idiom": "iphone",
"filename": "icon-29@3x.png",
"scale": "3x"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
"size": "40x40",
"idiom": "iphone",
"filename": "icon-40@2x.png",
"scale": "2x"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
"size": "40x40",
"idiom": "iphone",
"filename": "icon-40@3x.png",
"scale": "3x"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
"size": "57x57",
"idiom": "iphone",
"filename": "icon-57@1x.png",
"scale": "1x"
},
{
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
"size": "57x57",
"idiom": "iphone",
"filename": "icon-57@2x.png",
"scale": "2x"
},
{
"size": "60x60",
"idiom": "iphone",
"filename": "icon-60@2x.png",
"scale": "2x"
},
{
"size": "60x60",
"idiom": "iphone",
"filename": "icon-60@3x.png",
"scale": "3x"
},
{
"size": "20x20",
"idiom": "ipad",
"filename": "icon-20@1x.png",
"scale": "1x"
},
{
"size": "20x20",
"idiom": "ipad",
"filename": "icon-20@2x.png",
"scale": "2x"
},
{
"size": "29x29",
"idiom": "ipad",
"filename": "icon-29@1x.png",
"scale": "1x"
},
{
"size": "29x29",
"idiom": "ipad",
"filename": "icon-29@2x.png",
"scale": "2x"
},
{
"size": "40x40",
"idiom": "ipad",
"filename": "icon-40@1x.png",
"scale": "1x"
},
{
"size": "40x40",
"idiom": "ipad",
"filename": "icon-40@2x.png",
"scale": "2x"
},
{
"size": "50x50",
"idiom": "ipad",
"filename": "icon-50@1x.png",
"scale": "1x"
},
{
"size": "50x50",
"idiom": "ipad",
"filename": "icon-50@2x.png",
"scale": "2x"
},
{
"size": "72x72",
"idiom": "ipad",
"filename": "icon-72@1x.png",
"scale": "1x"
},
{
"size": "72x72",
"idiom": "ipad",
"filename": "icon-72@2x.png",
"scale": "2x"
},
{
"size": "76x76",
"idiom": "ipad",
"filename": "icon-76@1x.png",
"scale": "1x"
},
{
"size": "76x76",
"idiom": "ipad",
"filename": "icon-76@2x.png",
"scale": "2x"
},
{
"size": "83.5x83.5",
"idiom": "ipad",
"filename": "icon-83.5@2x.png",
"scale": "2x"
},
{
"size": "1024x1024",
"idiom": "ios-marketing",
"filename": "icon-1024@1x.png",
"scale": "1x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
"info": {
"version": 1,
"author": "xcode"
}
}

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-1024@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-20@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-29@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-40@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-50@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-50@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-57@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-57@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-60@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-60@3x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-72@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-72@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-76@1x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-76@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
ios/taskme2/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

4
ios/taskme2/Images.xcassets/Contents.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save