diff --git a/ICONS.md b/ICONS.md deleted file mode 100644 index 58e6fcc8ff..0000000000 --- a/ICONS.md +++ /dev/null @@ -1,28 +0,0 @@ -# new icons - -## Export icons - -![](./export-icons.gif) - -## android -1. copy files to corresponding directories at `/Users/romanvolosovskyi/clj/status-react/android/app/src/main/res` (one of `drawable-hdpi`, `drawable-mdpi`, `drawable-xhdpi`, `drawable-xxhdpi`, `drawable-xxxhdpi` for corresponding resolution) -If you only have 3 pngs 1x, 2x and 3x put them in mdpi, xhdpi and xxhdpi -3. if necessary, rename file so that filename contains only lower case chars, and dashes instead of hyphens, e.g. `"Icon-Name.png"` should be renamed to `"icon_name.png"`. -4. In the app `icon_name.png` still can be accessed as `icon-name`, so in order to use can add the next code: - ```clojure - ;; icon_name.png - [vector-icons/icon :icon-name {:color ...}] - ``` - -## ios -1. open xcode (on macos run `open ios/StatusIm.xcworkspace` from project's root dir) -2. go to `StatusIm/StatusIm/Images.xcassets` in xcode -![](https://notes.status.im/uploads/upload_be25e49db97cb114ff4aa0c9d94422fa.png) -3. add images there -4. if necessary, rename file so that filename contains only lower case chars, e.g. `"Icon-Name.png"` should be renamed to `"icon-name"`. -5. **IMPORTANT** there is no need to replace hyphens with dashes, and if you do so you will need to use names with dashes in both android and ios versions. So use dashes for android resources names and hyphens for ios. -6. And now `"icon-name"` can be added in app the same way as it was added for android version - ```clojure - ;; icon-name - [vector-icons/icon :icon-name {:color ...}] - ``` diff --git a/android/app/src/main/res/drawable-hdpi/add.png b/android/app/src/main/res/drawable-hdpi/add.png deleted file mode 100644 index 21b37f431d..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/add.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/add_contact.png b/android/app/src/main/res/drawable-hdpi/add_contact.png deleted file mode 100644 index b6dde36dd0..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/add_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/address.png b/android/app/src/main/res/drawable-hdpi/address.png deleted file mode 100644 index c3bdccdc79..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/address.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/arrow_left.png b/android/app/src/main/res/drawable-hdpi/arrow_left.png deleted file mode 100644 index f44762016d..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/arrow_left.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/arrow_right.png b/android/app/src/main/res/drawable-hdpi/arrow_right.png deleted file mode 100644 index 673ef5572e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/arrow_right.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/arrow_up.png b/android/app/src/main/res/drawable-hdpi/arrow_up.png deleted file mode 100644 index 41f9f45652..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/arrow_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/back.png b/android/app/src/main/res/drawable-hdpi/back.png deleted file mode 100644 index 874105736a..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/backspace.png b/android/app/src/main/res/drawable-hdpi/backspace.png deleted file mode 100644 index f412af1d03..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/backspace.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/bell.png b/android/app/src/main/res/drawable-hdpi/bell.png deleted file mode 100644 index 76ee86e868..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/bell.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/browser.png b/android/app/src/main/res/drawable-hdpi/browser.png deleted file mode 100644 index 2c4183a626..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/browser.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/camera.png b/android/app/src/main/res/drawable-hdpi/camera.png deleted file mode 100644 index eae2bedfbf..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/cancel.png b/android/app/src/main/res/drawable-hdpi/cancel.png deleted file mode 100644 index 89a4086f8c..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/cancel.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/change.png b/android/app/src/main/res/drawable-hdpi/change.png deleted file mode 100644 index 143002657f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/change.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/check.png b/android/app/src/main/res/drawable-hdpi/check.png deleted file mode 100644 index acfb992f60..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/close.png b/android/app/src/main/res/drawable-hdpi/close.png deleted file mode 100644 index 65e1b4f735..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/close.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/commands.png b/android/app/src/main/res/drawable-hdpi/commands.png deleted file mode 100644 index 06d320983f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/commands.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/copy.png b/android/app/src/main/res/drawable-hdpi/copy.png deleted file mode 100644 index 9c19da8d23..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/copy.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/corner_left_bottom.png b/android/app/src/main/res/drawable-hdpi/corner_left_bottom.png deleted file mode 100644 index 1c9c9b446d..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/corner_left_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/corner_left_top.png b/android/app/src/main/res/drawable-hdpi/corner_left_top.png deleted file mode 100644 index 1a0a4e57f8..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/corner_left_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/corner_right_bottom.png b/android/app/src/main/res/drawable-hdpi/corner_right_bottom.png deleted file mode 100644 index e6071d1ae1..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/corner_right_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/corner_right_top.png b/android/app/src/main/res/drawable-hdpi/corner_right_top.png deleted file mode 100644 index 6eaca3cd9a..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/corner_right_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/dapp.png b/android/app/src/main/res/drawable-hdpi/dapp.png deleted file mode 100644 index 8cd519e6b0..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/dapp.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/delete.png b/android/app/src/main/res/drawable-hdpi/delete.png deleted file mode 100644 index 5c5ed9404e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/delete.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/desktop.png b/android/app/src/main/res/drawable-hdpi/desktop.png deleted file mode 100644 index 2b03362c96..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/desktop.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/download.png b/android/app/src/main/res/drawable-hdpi/download.png deleted file mode 100644 index 0da5eaa1cd..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/download.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/dropdown.png b/android/app/src/main/res/drawable-hdpi/dropdown.png deleted file mode 100644 index 228e20283e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/dropdown.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/dropdown_up.png b/android/app/src/main/res/drawable-hdpi/dropdown_up.png deleted file mode 100644 index 23efec887e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/dropdown_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/edit.png b/android/app/src/main/res/drawable-hdpi/edit.png deleted file mode 100644 index f2e54d497c..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/filter.png b/android/app/src/main/res/drawable-hdpi/filter.png deleted file mode 100644 index 3c7985a3d9..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/filter.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/fingerprint.png b/android/app/src/main/res/drawable-hdpi/fingerprint.png deleted file mode 100644 index 17137fe969..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/fingerprint.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/flash.png b/android/app/src/main/res/drawable-hdpi/flash.png deleted file mode 100644 index d2486fa6c0..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/flash.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/flash_active.png b/android/app/src/main/res/drawable-hdpi/flash_active.png deleted file mode 100644 index 15bbb77c8e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/flash_active.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/group_chat.png b/android/app/src/main/res/drawable-hdpi/group_chat.png deleted file mode 100644 index 27cf5107b3..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/group_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/help.png b/android/app/src/main/res/drawable-hdpi/help.png deleted file mode 100644 index f0e3656711..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/help.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/history.png b/android/app/src/main/res/drawable-hdpi/history.png deleted file mode 100644 index c8e753b116..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/history.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/home.png b/android/app/src/main/res/drawable-hdpi/home.png deleted file mode 100644 index 19ddc6d532..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/home.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/home_1.png b/android/app/src/main/res/drawable-hdpi/home_1.png deleted file mode 100644 index afb65ba21e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/home_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/ic_background.png b/android/app/src/main/res/drawable-hdpi/ic_background.png deleted file mode 100644 index 0265779ac7..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/ic_background.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/ic_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_foreground.png deleted file mode 100644 index ef8ffe231a..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/ic_foreground.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/ic_stat_status_notification.png b/android/app/src/main/res/drawable-hdpi/ic_stat_status_notification.png deleted file mode 100755 index a040aa06c8..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/ic_stat_status_notification.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_action_back.png b/android/app/src/main/res/drawable-hdpi/icon_action_back.png deleted file mode 100644 index 89db7e2986..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_action_back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_action_forward.png b/android/app/src/main/res/drawable-hdpi/icon_action_forward.png deleted file mode 100644 index b8abf47c48..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_action_forward.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_collapse.png b/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_collapse.png deleted file mode 100644 index 8bc5016f2c..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_collapse.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_expand.png b/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_expand.png deleted file mode 100644 index d5b72bb768..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_action_fullscreen_expand.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_arrow_top.png b/android/app/src/main/res/drawable-hdpi/icon_arrow_top.png deleted file mode 100644 index 193fe2261d..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_arrow_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_avatar.png b/android/app/src/main/res/drawable-hdpi/icon_avatar.png deleted file mode 100644 index d28594fcf1..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_avatar.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_check_on.png b/android/app/src/main/res/drawable-hdpi/icon_check_on.png deleted file mode 100644 index d8318e7fcb..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_check_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_close_light_gray.png b/android/app/src/main/res/drawable-hdpi/icon_close_light_gray.png deleted file mode 100644 index 4b6d97ccef..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_close_light_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_forward_gray.png b/android/app/src/main/res/drawable-hdpi/icon_forward_gray.png deleted file mode 100644 index 9b96935894..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_forward_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_lock_gray.png b/android/app/src/main/res/drawable-hdpi/icon_lock_gray.png deleted file mode 100644 index 5e7c958046..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_lock_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_lock_white.png b/android/app/src/main/res/drawable-hdpi/icon_lock_white.png deleted file mode 100644 index 700c8fdf81..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_lock_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_menu_group.png b/android/app/src/main/res/drawable-hdpi/icon_menu_group.png deleted file mode 100644 index 40e9b7dc41..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_menu_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_money_white.png b/android/app/src/main/res/drawable-hdpi/icon_money_white.png deleted file mode 100755 index 6510ff9c04..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_money_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_muted.png b/android/app/src/main/res/drawable-hdpi/icon_muted.png deleted file mode 100644 index 2c862042ba..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_muted.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_notifications_on.png b/android/app/src/main/res/drawable-hdpi/icon_notifications_on.png deleted file mode 100644 index 207cb4c16f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_notifications_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/icon_phone_white.png b/android/app/src/main/res/drawable-hdpi/icon_phone_white.png deleted file mode 100755 index d60a9ac7a2..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/icon_phone_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/in_contacts.png b/android/app/src/main/res/drawable-hdpi/in_contacts.png deleted file mode 100644 index 704533ffcc..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/in_contacts.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/info.png b/android/app/src/main/res/drawable-hdpi/info.png deleted file mode 100644 index 6d1080e39b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/info.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/keycard.png b/android/app/src/main/res/drawable-hdpi/keycard.png deleted file mode 100644 index 8dc1c79dff..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/keycard.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/keycard_logo.png b/android/app/src/main/res/drawable-hdpi/keycard_logo.png deleted file mode 100644 index 0546b5458b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/keycard_logo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/language.png b/android/app/src/main/res/drawable-hdpi/language.png deleted file mode 100644 index 289bf5270f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/language.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/launch_logo.png b/android/app/src/main/res/drawable-hdpi/launch_logo.png deleted file mode 100644 index b6252c8da3..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/launch_logo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/link.png b/android/app/src/main/res/drawable-hdpi/link.png deleted file mode 100644 index 557c9bd19f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/link.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/log_out.png b/android/app/src/main/res/drawable-hdpi/log_out.png deleted file mode 100644 index 370625beeb..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/log_out.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/logo.png b/android/app/src/main/res/drawable-hdpi/logo.png deleted file mode 100644 index f703708c1d..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/logo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/mailserver.png b/android/app/src/main/res/drawable-hdpi/mailserver.png deleted file mode 100644 index 51389784c7..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/mailserver.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/make_admin.png b/android/app/src/main/res/drawable-hdpi/make_admin.png deleted file mode 100644 index b2d9b8ecdc..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/make_admin.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/max.png b/android/app/src/main/res/drawable-hdpi/max.png deleted file mode 100644 index 096b9a0b35..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/max.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/message.png b/android/app/src/main/res/drawable-hdpi/message.png deleted file mode 100644 index 74e7ef02a1..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/message.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/mobile.png b/android/app/src/main/res/drawable-hdpi/mobile.png deleted file mode 100644 index 0a8e141fab..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/mobile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/more.png b/android/app/src/main/res/drawable-hdpi/more.png deleted file mode 100644 index d7acbc6758..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/more.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/network.png b/android/app/src/main/res/drawable-hdpi/network.png deleted file mode 100644 index 801c5fdc51..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/network.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/next.png b/android/app/src/main/res/drawable-hdpi/next.png deleted file mode 100644 index 9bb116be24..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/next.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/nfc.png b/android/app/src/main/res/drawable-hdpi/nfc.png deleted file mode 100644 index 57429ac2c5..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/nfc.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/notification.png b/android/app/src/main/res/drawable-hdpi/notification.png deleted file mode 100644 index a0a02e2152..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/notification.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/one_on_one_chat.png b/android/app/src/main/res/drawable-hdpi/one_on_one_chat.png deleted file mode 100644 index b94487fe60..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/one_on_one_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/password.png b/android/app/src/main/res/drawable-hdpi/password.png deleted file mode 100644 index e22a7f6f4e..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/password.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/paste.png b/android/app/src/main/res/drawable-hdpi/paste.png deleted file mode 100644 index fd13976457..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/paste.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/photo.png b/android/app/src/main/res/drawable-hdpi/photo.png deleted file mode 100644 index 762a6eae62..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/photo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/profile.png b/android/app/src/main/res/drawable-hdpi/profile.png deleted file mode 100644 index 9fd1068266..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/public_chat.png b/android/app/src/main/res/drawable-hdpi/public_chat.png deleted file mode 100644 index e1a7639071..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/public_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/qr.png b/android/app/src/main/res/drawable-hdpi/qr.png deleted file mode 100644 index 2e03d17323..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/qr.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/receive.png b/android/app/src/main/res/drawable-hdpi/receive.png deleted file mode 100644 index 6b9a0c09ff..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/receive.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/refresh.png b/android/app/src/main/res/drawable-hdpi/refresh.png deleted file mode 100644 index 533559c3dc..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/refresh.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/remove_contact.png b/android/app/src/main/res/drawable-hdpi/remove_contact.png deleted file mode 100644 index f801fd89f3..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/remove_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/reply.png b/android/app/src/main/res/drawable-hdpi/reply.png deleted file mode 100644 index 144b8512eb..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/reply.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/rotate_camera.png b/android/app/src/main/res/drawable-hdpi/rotate_camera.png deleted file mode 100644 index 9e59fd9207..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/rotate_camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/search.png b/android/app/src/main/res/drawable-hdpi/search.png deleted file mode 100644 index 14ad5a0adf..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/search.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/security.png b/android/app/src/main/res/drawable-hdpi/security.png deleted file mode 100644 index 6cc34a5634..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/security.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/send.png b/android/app/src/main/res/drawable-hdpi/send.png deleted file mode 100644 index 565006f41b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/send.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/settings.png b/android/app/src/main/res/drawable-hdpi/settings.png deleted file mode 100644 index 3d1d718f74..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/settings_advanced.png b/android/app/src/main/res/drawable-hdpi/settings_advanced.png deleted file mode 100644 index f7ac1c697a..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/settings_advanced.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/stickers.png b/android/app/src/main/res/drawable-hdpi/stickers.png deleted file mode 100644 index 63acc9b8bd..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/stickers.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/text.png b/android/app/src/main/res/drawable-hdpi/text.png deleted file mode 100644 index cab051f138..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/text.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_arrow_down.png b/android/app/src/main/res/drawable-hdpi/tiny_arrow_down.png deleted file mode 100644 index 51ee3d99f8..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_check.png b/android/app/src/main/res/drawable-hdpi/tiny_check.png deleted file mode 100644 index 0f33ab5cd0..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_clear.png b/android/app/src/main/res/drawable-hdpi/tiny_clear.png deleted file mode 100644 index b047208c4b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_clear.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_edit.png b/android/app/src/main/res/drawable-hdpi/tiny_edit.png deleted file mode 100644 index 60851f1aa8..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_external.png b/android/app/src/main/res/drawable-hdpi/tiny_external.png deleted file mode 100644 index 8a6956b60b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_external.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_group.png b/android/app/src/main/res/drawable-hdpi/tiny_group.png deleted file mode 100644 index 9b2a355e1f..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_lock.png b/android/app/src/main/res/drawable-hdpi/tiny_lock.png deleted file mode 100644 index 842deab5a3..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_lock.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_lock_broken.png b/android/app/src/main/res/drawable-hdpi/tiny_lock_broken.png deleted file mode 100644 index c1a89d012c..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_lock_broken.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_new_contact.png b/android/app/src/main/res/drawable-hdpi/tiny_new_contact.png deleted file mode 100644 index fc273529cd..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_new_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_pending.png b/android/app/src/main/res/drawable-hdpi/tiny_pending.png deleted file mode 100644 index 912c8ac449..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_pending.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_public.png b/android/app/src/main/res/drawable-hdpi/tiny_public.png deleted file mode 100644 index b763156f1b..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_public.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_settings.png b/android/app/src/main/res/drawable-hdpi/tiny_settings.png deleted file mode 100644 index 52d1b24362..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tiny_tribute_to_talk.png b/android/app/src/main/res/drawable-hdpi/tiny_tribute_to_talk.png deleted file mode 100644 index a4f970e105..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tiny_tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/tribute_to_talk.png b/android/app/src/main/res/drawable-hdpi/tribute_to_talk.png deleted file mode 100644 index 8bb9575d92..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/two_arrows.png b/android/app/src/main/res/drawable-hdpi/two_arrows.png deleted file mode 100644 index 7b561d1748..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/two_arrows.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/user_profile.png b/android/app/src/main/res/drawable-hdpi/user_profile.png deleted file mode 100644 index 2035b00663..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/user_profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/user_profile_1.png b/android/app/src/main/res/drawable-hdpi/user_profile_1.png deleted file mode 100644 index 2035b00663..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/user_profile_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/username.png b/android/app/src/main/res/drawable-hdpi/username.png deleted file mode 100644 index 819ea7d3e3..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/username.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/wallet.png b/android/app/src/main/res/drawable-hdpi/wallet.png deleted file mode 100644 index 99d2618ff4..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/wallet.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-hdpi/warning.png b/android/app/src/main/res/drawable-hdpi/warning.png deleted file mode 100644 index 05f8a6db8a..0000000000 Binary files a/android/app/src/main/res/drawable-hdpi/warning.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/account.png b/android/app/src/main/res/drawable-mdpi/account.png deleted file mode 100644 index ac33067ec1..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/account.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/add.png b/android/app/src/main/res/drawable-mdpi/add.png deleted file mode 100644 index 819d1bd5a4..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/add.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/add_contact.png b/android/app/src/main/res/drawable-mdpi/add_contact.png deleted file mode 100644 index fa26aecb01..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/add_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/address.png b/android/app/src/main/res/drawable-mdpi/address.png deleted file mode 100644 index 3405ff2056..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/address.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/appearance.png b/android/app/src/main/res/drawable-mdpi/appearance.png deleted file mode 100644 index b4a9c88e07..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/appearance.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/arrow_down.png b/android/app/src/main/res/drawable-mdpi/arrow_down.png deleted file mode 100644 index a966063873..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/arrow_left.png b/android/app/src/main/res/drawable-mdpi/arrow_left.png deleted file mode 100644 index 27adfc90f4..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/arrow_left.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/arrow_right.png b/android/app/src/main/res/drawable-mdpi/arrow_right.png deleted file mode 100644 index 77300cfe66..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/arrow_right.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/arrow_up.png b/android/app/src/main/res/drawable-mdpi/arrow_up.png deleted file mode 100644 index 62311e9a9a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/arrow_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/back.png b/android/app/src/main/res/drawable-mdpi/back.png deleted file mode 100644 index e494dee3c6..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/backspace.png b/android/app/src/main/res/drawable-mdpi/backspace.png deleted file mode 100644 index 3d3d3da440..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/backspace.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/bell.png b/android/app/src/main/res/drawable-mdpi/bell.png deleted file mode 100644 index 986123f365..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/bell.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/browser.png b/android/app/src/main/res/drawable-mdpi/browser.png deleted file mode 100644 index 04702e3dcd..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/browser.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/camera.png b/android/app/src/main/res/drawable-mdpi/camera.png deleted file mode 100644 index bcc76f501c..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/cancel.png b/android/app/src/main/res/drawable-mdpi/cancel.png deleted file mode 100644 index e2f5b5102a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/cancel.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/change.png b/android/app/src/main/res/drawable-mdpi/change.png deleted file mode 100644 index d0d731af64..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/change.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/check.png b/android/app/src/main/res/drawable-mdpi/check.png deleted file mode 100644 index a1b6195516..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/close.png b/android/app/src/main/res/drawable-mdpi/close.png deleted file mode 100644 index 74eda06fa0..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/close.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/commands.png b/android/app/src/main/res/drawable-mdpi/commands.png deleted file mode 100644 index 8f3c94a4cd..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/commands.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/copy.png b/android/app/src/main/res/drawable-mdpi/copy.png deleted file mode 100644 index 3e0eb1bfcd..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/copy.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/corner_left_bottom.png b/android/app/src/main/res/drawable-mdpi/corner_left_bottom.png deleted file mode 100644 index da09ea7a24..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/corner_left_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/corner_left_top.png b/android/app/src/main/res/drawable-mdpi/corner_left_top.png deleted file mode 100644 index 988d93651c..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/corner_left_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/corner_right_bottom.png b/android/app/src/main/res/drawable-mdpi/corner_right_bottom.png deleted file mode 100644 index e74544e83b..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/corner_right_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/corner_right_top.png b/android/app/src/main/res/drawable-mdpi/corner_right_top.png deleted file mode 100644 index 33726dfa01..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/corner_right_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/dapp.png b/android/app/src/main/res/drawable-mdpi/dapp.png deleted file mode 100644 index e6aacad342..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/dapp.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/delete.png b/android/app/src/main/res/drawable-mdpi/delete.png deleted file mode 100644 index 1b0b6ad279..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/delete.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/desktop.png b/android/app/src/main/res/drawable-mdpi/desktop.png deleted file mode 100644 index f24f9f714a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/desktop.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/download.png b/android/app/src/main/res/drawable-mdpi/download.png deleted file mode 100644 index 9bf52d1f1c..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/download.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/dropdown.png b/android/app/src/main/res/drawable-mdpi/dropdown.png deleted file mode 100644 index cc4dad1b7c..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/dropdown.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/dropdown_up.png b/android/app/src/main/res/drawable-mdpi/dropdown_up.png deleted file mode 100644 index 2b91d35c63..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/dropdown_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/edit.png b/android/app/src/main/res/drawable-mdpi/edit.png deleted file mode 100644 index b8e36f102e..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/faceid.png b/android/app/src/main/res/drawable-mdpi/faceid.png deleted file mode 100644 index 9f817b0add..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/faceid.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/filter.png b/android/app/src/main/res/drawable-mdpi/filter.png deleted file mode 100644 index 0d1ec9f004..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/filter.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/fingerprint.png b/android/app/src/main/res/drawable-mdpi/fingerprint.png deleted file mode 100644 index 7120503e07..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/fingerprint.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/flash.png b/android/app/src/main/res/drawable-mdpi/flash.png deleted file mode 100644 index b57610edc5..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/flash.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/flash_active.png b/android/app/src/main/res/drawable-mdpi/flash_active.png deleted file mode 100644 index 57288d0393..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/flash_active.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/group_chat.png b/android/app/src/main/res/drawable-mdpi/group_chat.png deleted file mode 100644 index 493eb9cb9a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/group_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/help.png b/android/app/src/main/res/drawable-mdpi/help.png deleted file mode 100644 index e342dc7dc6..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/help.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/hide.png b/android/app/src/main/res/drawable-mdpi/hide.png deleted file mode 100644 index 1a927c1f8b..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/hide.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/history.png b/android/app/src/main/res/drawable-mdpi/history.png deleted file mode 100644 index ef06678666..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/history.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/home.png b/android/app/src/main/res/drawable-mdpi/home.png deleted file mode 100644 index a4442d6499..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/home.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/home_1.png b/android/app/src/main/res/drawable-mdpi/home_1.png deleted file mode 100644 index 7834e638d3..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/home_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_action_back.png b/android/app/src/main/res/drawable-mdpi/icon_action_back.png deleted file mode 100644 index 8e31377a59..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_action_back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_action_forward.png b/android/app/src/main/res/drawable-mdpi/icon_action_forward.png deleted file mode 100644 index af802ac9eb..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_action_forward.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_collapse.png b/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_collapse.png deleted file mode 100644 index 09c4944904..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_collapse.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_expand.png b/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_expand.png deleted file mode 100644 index a862a39fc5..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_action_fullscreen_expand.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_arrow_top.png b/android/app/src/main/res/drawable-mdpi/icon_arrow_top.png deleted file mode 100644 index dd47f4ff17..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_arrow_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_avatar.png b/android/app/src/main/res/drawable-mdpi/icon_avatar.png deleted file mode 100644 index d76df40ebc..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_avatar.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_check_on.png b/android/app/src/main/res/drawable-mdpi/icon_check_on.png deleted file mode 100644 index a44f891d2f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_check_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_close_light_gray.png b/android/app/src/main/res/drawable-mdpi/icon_close_light_gray.png deleted file mode 100644 index 4918a29a64..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_close_light_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_forward_gray.png b/android/app/src/main/res/drawable-mdpi/icon_forward_gray.png deleted file mode 100644 index 66dd050bda..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_forward_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_lock_gray.png b/android/app/src/main/res/drawable-mdpi/icon_lock_gray.png deleted file mode 100644 index dce5f8dff8..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_lock_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_lock_white.png b/android/app/src/main/res/drawable-mdpi/icon_lock_white.png deleted file mode 100644 index 7da52c18af..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_lock_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_menu_group.png b/android/app/src/main/res/drawable-mdpi/icon_menu_group.png deleted file mode 100644 index f17ab21946..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_menu_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_money_white.png b/android/app/src/main/res/drawable-mdpi/icon_money_white.png deleted file mode 100755 index 1584a09d0a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_money_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_muted.png b/android/app/src/main/res/drawable-mdpi/icon_muted.png deleted file mode 100644 index 21c7dc3962..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_muted.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_notifications_on.png b/android/app/src/main/res/drawable-mdpi/icon_notifications_on.png deleted file mode 100644 index 89a9ca8f15..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_notifications_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/icon_phone_white.png b/android/app/src/main/res/drawable-mdpi/icon_phone_white.png deleted file mode 100755 index 224f48c50d..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/icon_phone_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/in_contacts.png b/android/app/src/main/res/drawable-mdpi/in_contacts.png deleted file mode 100644 index dbd31f8ccd..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/in_contacts.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/info.png b/android/app/src/main/res/drawable-mdpi/info.png deleted file mode 100644 index 662f42fe85..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/info.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/keycard.png b/android/app/src/main/res/drawable-mdpi/keycard.png deleted file mode 100644 index aebd4b711f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/keycard.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/keycard_logo.png b/android/app/src/main/res/drawable-mdpi/keycard_logo.png deleted file mode 100644 index a1ff5a7434..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/keycard_logo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/keycard_logo_big.png b/android/app/src/main/res/drawable-mdpi/keycard_logo_big.png deleted file mode 100644 index bfcbe8a44e..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/keycard_logo_big.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/language.png b/android/app/src/main/res/drawable-mdpi/language.png deleted file mode 100644 index abd243bb7f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/language.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/link.png b/android/app/src/main/res/drawable-mdpi/link.png deleted file mode 100644 index 7cf592030e..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/link.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/log_out.png b/android/app/src/main/res/drawable-mdpi/log_out.png deleted file mode 100644 index 5fe3bcdde9..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/log_out.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/mailserver.png b/android/app/src/main/res/drawable-mdpi/mailserver.png deleted file mode 100644 index 71e7165a8a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/mailserver.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/make_admin.png b/android/app/src/main/res/drawable-mdpi/make_admin.png deleted file mode 100644 index 667e71d7a7..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/make_admin.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/max.png b/android/app/src/main/res/drawable-mdpi/max.png deleted file mode 100644 index fb47081ec1..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/max.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/message.png b/android/app/src/main/res/drawable-mdpi/message.png deleted file mode 100644 index 4b5d4f3f2a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/message.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/mobile.png b/android/app/src/main/res/drawable-mdpi/mobile.png deleted file mode 100644 index 15a1979b09..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/mobile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/more.png b/android/app/src/main/res/drawable-mdpi/more.png deleted file mode 100644 index ec28601c34..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/more.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/network.png b/android/app/src/main/res/drawable-mdpi/network.png deleted file mode 100644 index c039ef6229..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/network.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/next.png b/android/app/src/main/res/drawable-mdpi/next.png deleted file mode 100644 index b28153218d..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/next.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/nfc.png b/android/app/src/main/res/drawable-mdpi/nfc.png deleted file mode 100644 index 685858afa1..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/nfc.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/notification.png b/android/app/src/main/res/drawable-mdpi/notification.png deleted file mode 100644 index 321bb00f71..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/notification.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/one_on_one_chat.png b/android/app/src/main/res/drawable-mdpi/one_on_one_chat.png deleted file mode 100644 index 58aec8405f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/one_on_one_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/password.png b/android/app/src/main/res/drawable-mdpi/password.png deleted file mode 100644 index 62b02fd7d1..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/password.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/paste.png b/android/app/src/main/res/drawable-mdpi/paste.png deleted file mode 100644 index 65cadaf5e1..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/paste.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/photo.png b/android/app/src/main/res/drawable-mdpi/photo.png deleted file mode 100644 index 422bc021d6..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/photo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/price.png b/android/app/src/main/res/drawable-mdpi/price.png deleted file mode 100644 index 169bcbb295..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/price.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/print.png b/android/app/src/main/res/drawable-mdpi/print.png deleted file mode 100644 index 9556c28bba..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/print.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/profile.png b/android/app/src/main/res/drawable-mdpi/profile.png deleted file mode 100644 index 59ab574daf..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/public_chat.png b/android/app/src/main/res/drawable-mdpi/public_chat.png deleted file mode 100644 index 1f090cb9c0..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/public_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/qr.png b/android/app/src/main/res/drawable-mdpi/qr.png deleted file mode 100644 index 55ebeccbde..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/qr.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/receive.png b/android/app/src/main/res/drawable-mdpi/receive.png deleted file mode 100644 index ed391c2933..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/receive.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/recent.png b/android/app/src/main/res/drawable-mdpi/recent.png deleted file mode 100644 index b52ed04e56..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/recent.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/refresh.png b/android/app/src/main/res/drawable-mdpi/refresh.png deleted file mode 100644 index 21bdcb8396..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/refresh.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/remove_contact.png b/android/app/src/main/res/drawable-mdpi/remove_contact.png deleted file mode 100644 index fd396c3e6a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/remove_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/reply.png b/android/app/src/main/res/drawable-mdpi/reply.png deleted file mode 100644 index 11a182941b..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/reply.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/rotate_camera.png b/android/app/src/main/res/drawable-mdpi/rotate_camera.png deleted file mode 100644 index 174792f051..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/rotate_camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/search.png b/android/app/src/main/res/drawable-mdpi/search.png deleted file mode 100644 index 656067c7ae..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/search.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/security.png b/android/app/src/main/res/drawable-mdpi/security.png deleted file mode 100644 index a5fc04bda5..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/security.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/send.png b/android/app/src/main/res/drawable-mdpi/send.png deleted file mode 100644 index b1c52a4632..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/send.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/settings.png b/android/app/src/main/res/drawable-mdpi/settings.png deleted file mode 100644 index 2af6973f36..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/settings_advanced.png b/android/app/src/main/res/drawable-mdpi/settings_advanced.png deleted file mode 100644 index 97e5a54f4d..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/settings_advanced.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/share.png b/android/app/src/main/res/drawable-mdpi/share.png deleted file mode 100644 index b01925172f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/share.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/show.png b/android/app/src/main/res/drawable-mdpi/show.png deleted file mode 100644 index ae2e6018ff..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/show.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/sticker_history.png b/android/app/src/main/res/drawable-mdpi/sticker_history.png deleted file mode 100644 index 6b7e761976..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/sticker_history.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/stickers.png b/android/app/src/main/res/drawable-mdpi/stickers.png deleted file mode 100644 index f30a1f39cc..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/stickers.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/stickers_big.png b/android/app/src/main/res/drawable-mdpi/stickers_big.png deleted file mode 100644 index a9551ba680..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/stickers_big.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/text.png b/android/app/src/main/res/drawable-mdpi/text.png deleted file mode 100644 index c098d00b06..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/text.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_arrow_down.png b/android/app/src/main/res/drawable-mdpi/tiny_arrow_down.png deleted file mode 100644 index f8c242d7da..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_check.png b/android/app/src/main/res/drawable-mdpi/tiny_check.png deleted file mode 100644 index 4672100f68..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_clear.png b/android/app/src/main/res/drawable-mdpi/tiny_clear.png deleted file mode 100644 index 4e52f554e2..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_clear.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_edit.png b/android/app/src/main/res/drawable-mdpi/tiny_edit.png deleted file mode 100644 index 9121279027..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_external.png b/android/app/src/main/res/drawable-mdpi/tiny_external.png deleted file mode 100644 index a4fb8a5b7f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_external.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_group.png b/android/app/src/main/res/drawable-mdpi/tiny_group.png deleted file mode 100644 index 3257461a86..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_lock.png b/android/app/src/main/res/drawable-mdpi/tiny_lock.png deleted file mode 100644 index 50a7ee1822..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_lock.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_lock_broken.png b/android/app/src/main/res/drawable-mdpi/tiny_lock_broken.png deleted file mode 100644 index 35aebfabd9..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_lock_broken.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_new_contact.png b/android/app/src/main/res/drawable-mdpi/tiny_new_contact.png deleted file mode 100644 index f8cc99fd99..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_new_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_pending.png b/android/app/src/main/res/drawable-mdpi/tiny_pending.png deleted file mode 100644 index ea05b8b90f..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_pending.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_public.png b/android/app/src/main/res/drawable-mdpi/tiny_public.png deleted file mode 100644 index 132b5c99b5..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_public.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_settings.png b/android/app/src/main/res/drawable-mdpi/tiny_settings.png deleted file mode 100644 index b4080abd2e..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_snt.png b/android/app/src/main/res/drawable-mdpi/tiny_snt.png deleted file mode 100644 index 72489de78a..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_snt.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_tribute_to_talk.png b/android/app/src/main/res/drawable-mdpi/tiny_tribute_to_talk.png deleted file mode 100644 index 0059e0da39..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tiny_warning.png b/android/app/src/main/res/drawable-mdpi/tiny_warning.png deleted file mode 100644 index c7e8fa69d4..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tiny_warning.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/token.png b/android/app/src/main/res/drawable-mdpi/token.png deleted file mode 100644 index e14adb9318..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/token.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tooltip_tip.png b/android/app/src/main/res/drawable-mdpi/tooltip_tip.png deleted file mode 100644 index 8c737ae939..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tooltip_tip.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tooltip_triangle.png b/android/app/src/main/res/drawable-mdpi/tooltip_triangle.png deleted file mode 100644 index 622cc37c59..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tooltip_triangle.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/tribute_to_talk.png b/android/app/src/main/res/drawable-mdpi/tribute_to_talk.png deleted file mode 100644 index 616b9bb156..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/two_arrows.png b/android/app/src/main/res/drawable-mdpi/two_arrows.png deleted file mode 100644 index 8673efa3de..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/two_arrows.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/union_nfc.png b/android/app/src/main/res/drawable-mdpi/union_nfc.png deleted file mode 100644 index 9f8fd24420..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/union_nfc.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/user_profile.png b/android/app/src/main/res/drawable-mdpi/user_profile.png deleted file mode 100644 index e138c45e72..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/user_profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/user_profile_1.png b/android/app/src/main/res/drawable-mdpi/user_profile_1.png deleted file mode 100644 index e138c45e72..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/user_profile_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/username.png b/android/app/src/main/res/drawable-mdpi/username.png deleted file mode 100644 index 0adacc6538..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/username.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/wallet.png b/android/app/src/main/res/drawable-mdpi/wallet.png deleted file mode 100644 index 95c0410bb7..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/wallet.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/warning.png b/android/app/src/main/res/drawable-mdpi/warning.png deleted file mode 100644 index 62db2dab2b..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/warning.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-mdpi/watch.png b/android/app/src/main/res/drawable-mdpi/watch.png deleted file mode 100644 index 919d704fbd..0000000000 Binary files a/android/app/src/main/res/drawable-mdpi/watch.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/account.png b/android/app/src/main/res/drawable-xhdpi/account.png deleted file mode 100644 index 094fd24490..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/account.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/add.png b/android/app/src/main/res/drawable-xhdpi/add.png deleted file mode 100644 index b34859e553..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/add.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/add_contact.png b/android/app/src/main/res/drawable-xhdpi/add_contact.png deleted file mode 100644 index 116f7cd572..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/add_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/address.png b/android/app/src/main/res/drawable-xhdpi/address.png deleted file mode 100644 index 3894e60162..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/address.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/appearance.png b/android/app/src/main/res/drawable-xhdpi/appearance.png deleted file mode 100644 index 77aa276144..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/appearance.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/arrow_down.png b/android/app/src/main/res/drawable-xhdpi/arrow_down.png deleted file mode 100644 index c197a93ba0..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/arrow_right.png b/android/app/src/main/res/drawable-xhdpi/arrow_right.png deleted file mode 100644 index 78cd962e95..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/arrow_right.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/arrow_up.png b/android/app/src/main/res/drawable-xhdpi/arrow_up.png deleted file mode 100644 index 30db61f6ee..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/arrow_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/back.png b/android/app/src/main/res/drawable-xhdpi/back.png deleted file mode 100644 index b6756aa077..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/browser.png b/android/app/src/main/res/drawable-xhdpi/browser.png deleted file mode 100644 index a590072117..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/browser.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/camera.png b/android/app/src/main/res/drawable-xhdpi/camera.png deleted file mode 100644 index c22675bbe6..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/change.png b/android/app/src/main/res/drawable-xhdpi/change.png deleted file mode 100644 index 6ba249f4be..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/change.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/close.png b/android/app/src/main/res/drawable-xhdpi/close.png deleted file mode 100644 index a3d9acebed..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/close.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/commands.png b/android/app/src/main/res/drawable-xhdpi/commands.png deleted file mode 100644 index ea6226849c..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/commands.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/copy.png b/android/app/src/main/res/drawable-xhdpi/copy.png deleted file mode 100644 index 79ce1e37b9..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/copy.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/dapp.png b/android/app/src/main/res/drawable-xhdpi/dapp.png deleted file mode 100644 index f8f66b75cc..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/dapp.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/delete.png b/android/app/src/main/res/drawable-xhdpi/delete.png deleted file mode 100644 index 33c287b8e7..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/delete.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/desktop.png b/android/app/src/main/res/drawable-xhdpi/desktop.png deleted file mode 100644 index 366c369a09..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/desktop.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/download.png b/android/app/src/main/res/drawable-xhdpi/download.png deleted file mode 100644 index df6d20c5b4..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/download.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/dropdown.png b/android/app/src/main/res/drawable-xhdpi/dropdown.png deleted file mode 100644 index 22f8d6478f..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/dropdown.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/edit.png b/android/app/src/main/res/drawable-xhdpi/edit.png deleted file mode 100644 index b49b93c5b2..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/faceid.png b/android/app/src/main/res/drawable-xhdpi/faceid.png deleted file mode 100644 index cf0cae9d2a..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/faceid.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/filter.png b/android/app/src/main/res/drawable-xhdpi/filter.png deleted file mode 100644 index 8315c2ba15..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/filter.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/group_chat.png b/android/app/src/main/res/drawable-xhdpi/group_chat.png deleted file mode 100644 index f2dc2f73bd..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/group_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/help.png b/android/app/src/main/res/drawable-xhdpi/help.png deleted file mode 100644 index 890a49ae14..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/help.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/history.png b/android/app/src/main/res/drawable-xhdpi/history.png deleted file mode 100644 index 483bc430e7..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/history.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/in_contacts.png b/android/app/src/main/res/drawable-xhdpi/in_contacts.png deleted file mode 100644 index 6377195265..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/in_contacts.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/keycard.png b/android/app/src/main/res/drawable-xhdpi/keycard.png deleted file mode 100644 index 68b2866484..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/keycard.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/keycard_logo_big.png b/android/app/src/main/res/drawable-xhdpi/keycard_logo_big.png deleted file mode 100644 index 53eb0d6854..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/keycard_logo_big.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/link.png b/android/app/src/main/res/drawable-xhdpi/link.png deleted file mode 100644 index bf27739e2c..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/link.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/mailserver.png b/android/app/src/main/res/drawable-xhdpi/mailserver.png deleted file mode 100644 index 7c8784d874..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/mailserver.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/mobile.png b/android/app/src/main/res/drawable-xhdpi/mobile.png deleted file mode 100644 index 69838441a7..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/mobile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/more.png b/android/app/src/main/res/drawable-xhdpi/more.png deleted file mode 100644 index 6e94684e35..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/more.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/network.png b/android/app/src/main/res/drawable-xhdpi/network.png deleted file mode 100644 index 63c9c065c2..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/network.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/next.png b/android/app/src/main/res/drawable-xhdpi/next.png deleted file mode 100644 index 5b3af7fcc7..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/next.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/notification.png b/android/app/src/main/res/drawable-xhdpi/notification.png deleted file mode 100644 index 0885375893..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/notification.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/one_on_one_chat.png b/android/app/src/main/res/drawable-xhdpi/one_on_one_chat.png deleted file mode 100644 index e3079d8fbd..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/one_on_one_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/password.png b/android/app/src/main/res/drawable-xhdpi/password.png deleted file mode 100644 index 17d35999c4..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/password.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/paste.png b/android/app/src/main/res/drawable-xhdpi/paste.png deleted file mode 100644 index ff894ccfbd..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/paste.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/photo.png b/android/app/src/main/res/drawable-xhdpi/photo.png deleted file mode 100644 index d2f203a85c..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/photo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/price.png b/android/app/src/main/res/drawable-xhdpi/price.png deleted file mode 100644 index a6f07ce2fe..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/price.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/print.png b/android/app/src/main/res/drawable-xhdpi/print.png deleted file mode 100644 index 6103fe4ee0..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/print.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/profile.png b/android/app/src/main/res/drawable-xhdpi/profile.png deleted file mode 100644 index 06f02b96ab..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/qr.png b/android/app/src/main/res/drawable-xhdpi/qr.png deleted file mode 100644 index 8941813206..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/qr.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/receive.png b/android/app/src/main/res/drawable-xhdpi/receive.png deleted file mode 100644 index 9c0a9b02fc..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/receive.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/refresh.png b/android/app/src/main/res/drawable-xhdpi/refresh.png deleted file mode 100644 index bd4281eefd..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/refresh.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/remove_contact.png b/android/app/src/main/res/drawable-xhdpi/remove_contact.png deleted file mode 100644 index 81f8a3928e..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/remove_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/reply.png b/android/app/src/main/res/drawable-xhdpi/reply.png deleted file mode 100644 index e721e3f200..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/reply.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/search.png b/android/app/src/main/res/drawable-xhdpi/search.png deleted file mode 100644 index 7496b4613c..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/search.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/security.png b/android/app/src/main/res/drawable-xhdpi/security.png deleted file mode 100644 index 1a6a337d44..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/security.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/text.png b/android/app/src/main/res/drawable-xhdpi/text.png deleted file mode 100644 index 413cb3e92d..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/text.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/token.png b/android/app/src/main/res/drawable-xhdpi/token.png deleted file mode 100644 index 81b9d452c5..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/token.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/wallet.png b/android/app/src/main/res/drawable-xhdpi/wallet.png deleted file mode 100644 index 99145c3118..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/wallet.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xhdpi/watch.png b/android/app/src/main/res/drawable-xhdpi/watch.png deleted file mode 100644 index e376bdce53..0000000000 Binary files a/android/app/src/main/res/drawable-xhdpi/watch.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/account.png b/android/app/src/main/res/drawable-xxhdpi/account.png deleted file mode 100644 index 4bb3c37d22..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/account.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/add_contact.png b/android/app/src/main/res/drawable-xxhdpi/add_contact.png deleted file mode 100644 index 534cd129bb..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/add_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/appearance.png b/android/app/src/main/res/drawable-xxhdpi/appearance.png deleted file mode 100644 index 8908d6c48c..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/appearance.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/arrow_down.png b/android/app/src/main/res/drawable-xxhdpi/arrow_down.png deleted file mode 100644 index 5482ee4a80..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/arrow_left.png b/android/app/src/main/res/drawable-xxhdpi/arrow_left.png deleted file mode 100644 index 0c80d96f15..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/arrow_left.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/arrow_right.png b/android/app/src/main/res/drawable-xxhdpi/arrow_right.png deleted file mode 100644 index 0e945beea8..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/arrow_right.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/arrow_up.png b/android/app/src/main/res/drawable-xxhdpi/arrow_up.png deleted file mode 100644 index 595d3ded2d..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/arrow_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/back.png b/android/app/src/main/res/drawable-xxhdpi/back.png deleted file mode 100644 index f520c6b1c3..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/browser.png b/android/app/src/main/res/drawable-xxhdpi/browser.png deleted file mode 100644 index 3b2f50b516..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/browser.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/check.png b/android/app/src/main/res/drawable-xxhdpi/check.png deleted file mode 100644 index c67be674a9..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/close.png b/android/app/src/main/res/drawable-xxhdpi/close.png deleted file mode 100644 index a30ee21a91..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/close.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/commands.png b/android/app/src/main/res/drawable-xxhdpi/commands.png deleted file mode 100644 index e5ba4e2aa7..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/commands.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/copy.png b/android/app/src/main/res/drawable-xxhdpi/copy.png deleted file mode 100644 index 15e103203d..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/copy.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/dapp.png b/android/app/src/main/res/drawable-xxhdpi/dapp.png deleted file mode 100644 index 98a7bf9b0a..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/dapp.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/dropdown.png b/android/app/src/main/res/drawable-xxhdpi/dropdown.png deleted file mode 100644 index 2d54894207..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/dropdown.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/faceid.png b/android/app/src/main/res/drawable-xxhdpi/faceid.png deleted file mode 100644 index 6c4dd55ac6..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/faceid.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/filter.png b/android/app/src/main/res/drawable-xxhdpi/filter.png deleted file mode 100644 index 01e18909a8..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/filter.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/keycard_logo_big.png b/android/app/src/main/res/drawable-xxhdpi/keycard_logo_big.png deleted file mode 100644 index 332afc2f0c..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/keycard_logo_big.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/mailserver.png b/android/app/src/main/res/drawable-xxhdpi/mailserver.png deleted file mode 100644 index b05575e2de..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/mailserver.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/make_admin.png b/android/app/src/main/res/drawable-xxhdpi/make_admin.png deleted file mode 100644 index 018004e1b4..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/make_admin.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/max.png b/android/app/src/main/res/drawable-xxhdpi/max.png deleted file mode 100644 index 970ad25d64..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/max.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/message.png b/android/app/src/main/res/drawable-xxhdpi/message.png deleted file mode 100644 index 7bac8866a1..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/message.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/more.png b/android/app/src/main/res/drawable-xxhdpi/more.png deleted file mode 100644 index 654cf396ad..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/more.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/next.png b/android/app/src/main/res/drawable-xxhdpi/next.png deleted file mode 100644 index ece1b1b6e4..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/next.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/password.png b/android/app/src/main/res/drawable-xxhdpi/password.png deleted file mode 100644 index 991d235f35..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/password.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/price.png b/android/app/src/main/res/drawable-xxhdpi/price.png deleted file mode 100644 index a172120b51..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/price.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/print.png b/android/app/src/main/res/drawable-xxhdpi/print.png deleted file mode 100644 index 874c7babc3..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/print.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/receive.png b/android/app/src/main/res/drawable-xxhdpi/receive.png deleted file mode 100644 index 5941d14322..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/receive.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/refresh.png b/android/app/src/main/res/drawable-xxhdpi/refresh.png deleted file mode 100644 index 357de8ea44..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/refresh.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/remove_contact.png b/android/app/src/main/res/drawable-xxhdpi/remove_contact.png deleted file mode 100644 index 3c443a8036..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/remove_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/reply.png b/android/app/src/main/res/drawable-xxhdpi/reply.png deleted file mode 100644 index 92160f01ab..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/reply.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/send.png b/android/app/src/main/res/drawable-xxhdpi/send.png deleted file mode 100644 index 50904ce0d3..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/send.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/text.png b/android/app/src/main/res/drawable-xxhdpi/text.png deleted file mode 100644 index f6677cad0b..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/text.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/two_arrows.png b/android/app/src/main/res/drawable-xxhdpi/two_arrows.png deleted file mode 100644 index a1cf08974a..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/two_arrows.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxhdpi/watch.png b/android/app/src/main/res/drawable-xxhdpi/watch.png deleted file mode 100644 index a4fe1baef8..0000000000 Binary files a/android/app/src/main/res/drawable-xxhdpi/watch.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/add.png b/android/app/src/main/res/drawable-xxxhdpi/add.png deleted file mode 100644 index 5b0bdbf7df..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/add.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/add_contact.png b/android/app/src/main/res/drawable-xxxhdpi/add_contact.png deleted file mode 100644 index 95d2f68258..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/add_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/address.png b/android/app/src/main/res/drawable-xxxhdpi/address.png deleted file mode 100644 index dad551456d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/address.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/arrow_left.png b/android/app/src/main/res/drawable-xxxhdpi/arrow_left.png deleted file mode 100644 index a6bb9a8e7d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/arrow_left.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/arrow_right.png b/android/app/src/main/res/drawable-xxxhdpi/arrow_right.png deleted file mode 100644 index 727dfab807..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/arrow_right.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/arrow_up.png b/android/app/src/main/res/drawable-xxxhdpi/arrow_up.png deleted file mode 100644 index 7f302a27ac..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/arrow_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/back.png b/android/app/src/main/res/drawable-xxxhdpi/back.png deleted file mode 100644 index 0e9c620fc0..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/back.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/backspace.png b/android/app/src/main/res/drawable-xxxhdpi/backspace.png deleted file mode 100644 index 93608447eb..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/backspace.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/bell.png b/android/app/src/main/res/drawable-xxxhdpi/bell.png deleted file mode 100644 index d2e5fc4157..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/bell.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/browser.png b/android/app/src/main/res/drawable-xxxhdpi/browser.png deleted file mode 100644 index c32715a00e..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/browser.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/camera.png b/android/app/src/main/res/drawable-xxxhdpi/camera.png deleted file mode 100644 index a325334d14..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/cancel.png b/android/app/src/main/res/drawable-xxxhdpi/cancel.png deleted file mode 100644 index 65c3972cc6..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/cancel.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/change.png b/android/app/src/main/res/drawable-xxxhdpi/change.png deleted file mode 100644 index af87c8bdf4..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/change.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/check.png b/android/app/src/main/res/drawable-xxxhdpi/check.png deleted file mode 100644 index c64e983625..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/close.png b/android/app/src/main/res/drawable-xxxhdpi/close.png deleted file mode 100644 index d40096944c..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/close.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/commands.png b/android/app/src/main/res/drawable-xxxhdpi/commands.png deleted file mode 100644 index 0481e6d1e9..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/commands.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/copy.png b/android/app/src/main/res/drawable-xxxhdpi/copy.png deleted file mode 100644 index 877285e0c5..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/copy.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/corner_left_bottom.png b/android/app/src/main/res/drawable-xxxhdpi/corner_left_bottom.png deleted file mode 100644 index 79d8ff98d3..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/corner_left_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/corner_left_top.png b/android/app/src/main/res/drawable-xxxhdpi/corner_left_top.png deleted file mode 100644 index 8ccdd18d77..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/corner_left_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/corner_right_bottom.png b/android/app/src/main/res/drawable-xxxhdpi/corner_right_bottom.png deleted file mode 100644 index 1fa347dffe..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/corner_right_bottom.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/corner_right_top.png b/android/app/src/main/res/drawable-xxxhdpi/corner_right_top.png deleted file mode 100644 index a26ebe0e61..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/corner_right_top.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/dapp.png b/android/app/src/main/res/drawable-xxxhdpi/dapp.png deleted file mode 100644 index b6463bf2fd..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/dapp.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/delete.png b/android/app/src/main/res/drawable-xxxhdpi/delete.png deleted file mode 100644 index 9555edb757..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/delete.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/desktop.png b/android/app/src/main/res/drawable-xxxhdpi/desktop.png deleted file mode 100644 index 7f39e545da..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/desktop.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/download.png b/android/app/src/main/res/drawable-xxxhdpi/download.png deleted file mode 100644 index 43e953b553..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/download.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/dropdown.png b/android/app/src/main/res/drawable-xxxhdpi/dropdown.png deleted file mode 100644 index 9a2d59c954..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/dropdown.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/dropdown_up.png b/android/app/src/main/res/drawable-xxxhdpi/dropdown_up.png deleted file mode 100644 index 2a56a65804..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/dropdown_up.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/edit.png b/android/app/src/main/res/drawable-xxxhdpi/edit.png deleted file mode 100644 index 9675578894..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/filter.png b/android/app/src/main/res/drawable-xxxhdpi/filter.png deleted file mode 100644 index 116c693886..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/filter.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/fingerprint.png b/android/app/src/main/res/drawable-xxxhdpi/fingerprint.png deleted file mode 100644 index d27788ec13..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/fingerprint.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/flash.png b/android/app/src/main/res/drawable-xxxhdpi/flash.png deleted file mode 100644 index 00e626ee0e..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/flash.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/flash_active.png b/android/app/src/main/res/drawable-xxxhdpi/flash_active.png deleted file mode 100644 index 5fb05efad8..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/flash_active.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/group_chat.png b/android/app/src/main/res/drawable-xxxhdpi/group_chat.png deleted file mode 100644 index 6504fee03d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/group_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/help.png b/android/app/src/main/res/drawable-xxxhdpi/help.png deleted file mode 100644 index deb10b12a8..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/help.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/history.png b/android/app/src/main/res/drawable-xxxhdpi/history.png deleted file mode 100644 index 9c3efea50c..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/history.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/home.png b/android/app/src/main/res/drawable-xxxhdpi/home.png deleted file mode 100644 index 9486a57f91..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/home.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/home_1.png b/android/app/src/main/res/drawable-xxxhdpi/home_1.png deleted file mode 100644 index c2b792056b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/home_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_avatar.png b/android/app/src/main/res/drawable-xxxhdpi/icon_avatar.png deleted file mode 100644 index a0ab8e6657..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_avatar.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_check_on.png b/android/app/src/main/res/drawable-xxxhdpi/icon_check_on.png deleted file mode 100644 index 780956a86b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_check_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_close_light_gray.png b/android/app/src/main/res/drawable-xxxhdpi/icon_close_light_gray.png deleted file mode 100644 index cc04ce0d25..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_close_light_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_forward_gray.png b/android/app/src/main/res/drawable-xxxhdpi/icon_forward_gray.png deleted file mode 100644 index 78bf7faa08..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_forward_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_lock_gray.png b/android/app/src/main/res/drawable-xxxhdpi/icon_lock_gray.png deleted file mode 100644 index 8b3739e6a8..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_lock_gray.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_lock_white.png b/android/app/src/main/res/drawable-xxxhdpi/icon_lock_white.png deleted file mode 100644 index 41875c78c2..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_lock_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_menu_group.png b/android/app/src/main/res/drawable-xxxhdpi/icon_menu_group.png deleted file mode 100644 index 7c51fd4dd0..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_menu_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_money_white.png b/android/app/src/main/res/drawable-xxxhdpi/icon_money_white.png deleted file mode 100755 index 9fcfca7496..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_money_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_muted.png b/android/app/src/main/res/drawable-xxxhdpi/icon_muted.png deleted file mode 100644 index bb46070875..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_muted.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_notifications_on.png b/android/app/src/main/res/drawable-xxxhdpi/icon_notifications_on.png deleted file mode 100644 index cc4a37280a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_notifications_on.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/icon_phone_white.png b/android/app/src/main/res/drawable-xxxhdpi/icon_phone_white.png deleted file mode 100755 index eb66d11f8d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/icon_phone_white.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/in_contacts.png b/android/app/src/main/res/drawable-xxxhdpi/in_contacts.png deleted file mode 100644 index 214e7fc45e..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/in_contacts.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/info.png b/android/app/src/main/res/drawable-xxxhdpi/info.png deleted file mode 100644 index ea82dd087b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/info.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/keycard.png b/android/app/src/main/res/drawable-xxxhdpi/keycard.png deleted file mode 100644 index 3eb5cc0172..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/keycard.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/keycard_logo.png b/android/app/src/main/res/drawable-xxxhdpi/keycard_logo.png deleted file mode 100644 index 722f3568c1..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/keycard_logo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/language.png b/android/app/src/main/res/drawable-xxxhdpi/language.png deleted file mode 100644 index 991cb94684..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/language.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/link.png b/android/app/src/main/res/drawable-xxxhdpi/link.png deleted file mode 100644 index 899f645c0c..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/link.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/log_out.png b/android/app/src/main/res/drawable-xxxhdpi/log_out.png deleted file mode 100644 index 37a2b0c5a7..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/log_out.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/mailserver.png b/android/app/src/main/res/drawable-xxxhdpi/mailserver.png deleted file mode 100644 index cdb61ac332..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/mailserver.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/make_admin.png b/android/app/src/main/res/drawable-xxxhdpi/make_admin.png deleted file mode 100644 index 1aa1922373..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/make_admin.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/max.png b/android/app/src/main/res/drawable-xxxhdpi/max.png deleted file mode 100644 index 3269476457..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/max.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/message.png b/android/app/src/main/res/drawable-xxxhdpi/message.png deleted file mode 100644 index 26d4702bce..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/message.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/mobile.png b/android/app/src/main/res/drawable-xxxhdpi/mobile.png deleted file mode 100644 index 0104bf6aa2..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/mobile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/more.png b/android/app/src/main/res/drawable-xxxhdpi/more.png deleted file mode 100644 index 35796a236f..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/more.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/network.png b/android/app/src/main/res/drawable-xxxhdpi/network.png deleted file mode 100644 index ef2fa6f4a6..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/network.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/next.png b/android/app/src/main/res/drawable-xxxhdpi/next.png deleted file mode 100644 index f5ec33e445..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/next.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/nfc.png b/android/app/src/main/res/drawable-xxxhdpi/nfc.png deleted file mode 100644 index 5dad02d58b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/nfc.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/notification.png b/android/app/src/main/res/drawable-xxxhdpi/notification.png deleted file mode 100644 index c042c87287..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/notification.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/one_on_one_chat.png b/android/app/src/main/res/drawable-xxxhdpi/one_on_one_chat.png deleted file mode 100644 index 91655d9d06..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/one_on_one_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/password.png b/android/app/src/main/res/drawable-xxxhdpi/password.png deleted file mode 100644 index b9f99639a3..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/password.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/paste.png b/android/app/src/main/res/drawable-xxxhdpi/paste.png deleted file mode 100644 index 2b1631ca44..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/paste.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/photo.png b/android/app/src/main/res/drawable-xxxhdpi/photo.png deleted file mode 100644 index bd65caf473..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/photo.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/profile.png b/android/app/src/main/res/drawable-xxxhdpi/profile.png deleted file mode 100644 index 77cee25a1f..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/public_chat.png b/android/app/src/main/res/drawable-xxxhdpi/public_chat.png deleted file mode 100644 index 56d1f97f7d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/public_chat.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/qr.png b/android/app/src/main/res/drawable-xxxhdpi/qr.png deleted file mode 100644 index 673c844f4e..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/qr.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/receive.png b/android/app/src/main/res/drawable-xxxhdpi/receive.png deleted file mode 100644 index 0a5941d920..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/receive.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/refresh.png b/android/app/src/main/res/drawable-xxxhdpi/refresh.png deleted file mode 100644 index 080d8a7ae2..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/refresh.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/remove_contact.png b/android/app/src/main/res/drawable-xxxhdpi/remove_contact.png deleted file mode 100644 index 341a320999..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/remove_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/reply.png b/android/app/src/main/res/drawable-xxxhdpi/reply.png deleted file mode 100644 index ff4074e15b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/reply.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/rotate_camera.png b/android/app/src/main/res/drawable-xxxhdpi/rotate_camera.png deleted file mode 100644 index b0c2c62990..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/rotate_camera.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/search.png b/android/app/src/main/res/drawable-xxxhdpi/search.png deleted file mode 100644 index d6ab15f09f..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/search.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/security.png b/android/app/src/main/res/drawable-xxxhdpi/security.png deleted file mode 100644 index 8774fc1c3f..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/security.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/send.png b/android/app/src/main/res/drawable-xxxhdpi/send.png deleted file mode 100644 index 6a4d339dad..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/send.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/settings.png b/android/app/src/main/res/drawable-xxxhdpi/settings.png deleted file mode 100644 index 45e61e43ea..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/settings_advanced.png b/android/app/src/main/res/drawable-xxxhdpi/settings_advanced.png deleted file mode 100644 index 810518557a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/settings_advanced.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/stickers.png b/android/app/src/main/res/drawable-xxxhdpi/stickers.png deleted file mode 100644 index 159370de24..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/stickers.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/text.png b/android/app/src/main/res/drawable-xxxhdpi/text.png deleted file mode 100644 index 1ed1c0db0d..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/text.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_arrow_down.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_arrow_down.png deleted file mode 100644 index 0e52f7411b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_arrow_down.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_check.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_check.png deleted file mode 100644 index 979f416ed1..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_check.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_clear.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_clear.png deleted file mode 100644 index 8968b1ab0c..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_clear.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_edit.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_edit.png deleted file mode 100644 index dbd63804db..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_edit.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_external.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_external.png deleted file mode 100644 index f020f8ca9a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_external.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_group.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_group.png deleted file mode 100644 index f61f0b0e4a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_group.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_lock.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_lock.png deleted file mode 100644 index 997929a18c..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_lock.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_lock_broken.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_lock_broken.png deleted file mode 100644 index eb78d7b1ef..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_lock_broken.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_new_contact.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_new_contact.png deleted file mode 100644 index e47041232a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_new_contact.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_pending.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_pending.png deleted file mode 100644 index ad58e58234..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_pending.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_public.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_public.png deleted file mode 100644 index c870e74646..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_public.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_settings.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_settings.png deleted file mode 100644 index 072d7c6bf1..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_settings.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tiny_tribute_to_talk.png b/android/app/src/main/res/drawable-xxxhdpi/tiny_tribute_to_talk.png deleted file mode 100644 index 17b9c465c8..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tiny_tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/token.png b/android/app/src/main/res/drawable-xxxhdpi/token.png deleted file mode 100644 index d4068c24fb..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/token.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/tribute_to_talk.png b/android/app/src/main/res/drawable-xxxhdpi/tribute_to_talk.png deleted file mode 100644 index 53d12ae872..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/tribute_to_talk.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/two_arrows.png b/android/app/src/main/res/drawable-xxxhdpi/two_arrows.png deleted file mode 100644 index 6ab7a0164a..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/two_arrows.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/user_profile.png b/android/app/src/main/res/drawable-xxxhdpi/user_profile.png deleted file mode 100644 index b7e5924258..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/user_profile.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/user_profile_1.png b/android/app/src/main/res/drawable-xxxhdpi/user_profile_1.png deleted file mode 100644 index b7e5924258..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/user_profile_1.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/username.png b/android/app/src/main/res/drawable-xxxhdpi/username.png deleted file mode 100644 index f57270182b..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/username.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/wallet.png b/android/app/src/main/res/drawable-xxxhdpi/wallet.png deleted file mode 100644 index 6f7f730bd8..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/wallet.png and /dev/null differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/warning.png b/android/app/src/main/res/drawable-xxxhdpi/warning.png deleted file mode 100644 index 1ceb9572a3..0000000000 Binary files a/android/app/src/main/res/drawable-xxxhdpi/warning.png and /dev/null differ diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index c8b494c8c4..b7c8e24ea3 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index eccfa517eb..61817adc90 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index cbe52ae2a8..e098ca50aa 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'macos-xcode-11.4.1' } diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index 69be573f79..2541df42f5 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'linux' } diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index a96f5004aa..db78a2b6f0 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'macos-xcode-11.4.1' } diff --git a/ci/Jenkinsfile.nix-cache b/ci/Jenkinsfile.nix-cache index bc66122879..ae1cacb0d2 100644 --- a/ci/Jenkinsfile.nix-cache +++ b/ci/Jenkinsfile.nix-cache @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label params.AGENT_LABEL } diff --git a/ci/Jenkinsfile.windows b/ci/Jenkinsfile.windows index 0058b32c1e..aca8010483 100644 --- a/ci/Jenkinsfile.windows +++ b/ci/Jenkinsfile.windows @@ -1,4 +1,4 @@ -library 'status-react-jenkins@v1.1.1' +library 'status-react-jenkins@v1.1.4' pipeline { agent { label 'linux' } diff --git a/doc/ICONS.md b/doc/ICONS.md new file mode 100644 index 0000000000..4e45f7a6e1 --- /dev/null +++ b/doc/ICONS.md @@ -0,0 +1,15 @@ +# new icons + +## Export icons + +![](./export-icons.gif) + +1. Export from figma 2 pngs 2x and 3x put them in `./resources/images/icons` +2. if necessary, rename file so that filename contains only lower case chars, e.g. `"Icon-Name@2x.png"` should be renamed to `"icon_name@2x.png"`. +3. In the app `icon_name.png` still can be accessed as `icon-name`, so in order to use can add the next code: + ```clojure + ;; icon_name.png + [vector-icons/icon :icon-name {:color ...}] + ``` + 2x@2x +4. If you want paltform specific icon use `.android` or `.ios` suffixes. Example `icon_name@2x.android.png`.:w diff --git a/export-icons.gif b/doc/export-icons.gif similarity index 100% rename from export-icons.gif rename to doc/export-icons.gif diff --git a/ios/StatusIm/Images.xcassets/account.imageset/Contents.json b/ios/StatusIm/Images.xcassets/account.imageset/Contents.json deleted file mode 100644 index f551a27bfd..0000000000 --- a/ios/StatusIm/Images.xcassets/account.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "account.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "account@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "account@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/account.imageset/account.png b/ios/StatusIm/Images.xcassets/account.imageset/account.png deleted file mode 100644 index ac33067ec1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/account.imageset/account.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/add-contact.imageset/Contents.json b/ios/StatusIm/Images.xcassets/add-contact.imageset/Contents.json deleted file mode 100644 index 720623d419..0000000000 --- a/ios/StatusIm/Images.xcassets/add-contact.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "add_contact.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "add_contact@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "add_contact@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact.png b/ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact.png deleted file mode 100644 index fa26aecb01..0000000000 Binary files a/ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/add.imageset/Contents.json b/ios/StatusIm/Images.xcassets/add.imageset/Contents.json deleted file mode 100644 index 1ab4191991..0000000000 --- a/ios/StatusIm/Images.xcassets/add.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "add.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "add@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "add@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/add.imageset/add.png b/ios/StatusIm/Images.xcassets/add.imageset/add.png deleted file mode 100644 index 819d1bd5a4..0000000000 Binary files a/ios/StatusIm/Images.xcassets/add.imageset/add.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/add.imageset/add@3x.png b/ios/StatusIm/Images.xcassets/add.imageset/add@3x.png deleted file mode 100644 index 25b8c187de..0000000000 Binary files a/ios/StatusIm/Images.xcassets/add.imageset/add@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/address.imageset/Contents.json b/ios/StatusIm/Images.xcassets/address.imageset/Contents.json deleted file mode 100644 index 93fefe9275..0000000000 --- a/ios/StatusIm/Images.xcassets/address.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "address.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "address@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "address@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/address.imageset/address.png b/ios/StatusIm/Images.xcassets/address.imageset/address.png deleted file mode 100644 index 3405ff2056..0000000000 Binary files a/ios/StatusIm/Images.xcassets/address.imageset/address.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/address.imageset/address@3x.png b/ios/StatusIm/Images.xcassets/address.imageset/address@3x.png deleted file mode 100644 index 23c1eb4a84..0000000000 Binary files a/ios/StatusIm/Images.xcassets/address.imageset/address@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/appearance.imageset/Contents.json b/ios/StatusIm/Images.xcassets/appearance.imageset/Contents.json deleted file mode 100644 index 6390ab07a4..0000000000 --- a/ios/StatusIm/Images.xcassets/appearance.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "appearance.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "appearance@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "appearance@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/appearance.imageset/appearance.png b/ios/StatusIm/Images.xcassets/appearance.imageset/appearance.png deleted file mode 100644 index b4a9c88e07..0000000000 Binary files a/ios/StatusIm/Images.xcassets/appearance.imageset/appearance.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/arrow-down.imageset/Contents.json b/ios/StatusIm/Images.xcassets/arrow-down.imageset/Contents.json deleted file mode 100644 index 4ea6f2b86d..0000000000 --- a/ios/StatusIm/Images.xcassets/arrow-down.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "arrow_down.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "arrow_down@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "arrow_down@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down.png b/ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down.png deleted file mode 100644 index a966063873..0000000000 Binary files a/ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/arrow-left.imageset/Contents.json b/ios/StatusIm/Images.xcassets/arrow-left.imageset/Contents.json deleted file mode 100644 index f57c075cb8..0000000000 --- a/ios/StatusIm/Images.xcassets/arrow-left.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "arrow_left.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "arrow_left@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "arrow_left@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left.png b/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left.png deleted file mode 100644 index 27adfc90f4..0000000000 Binary files a/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left@2x.png b/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left@2x.png deleted file mode 100644 index 6108316c66..0000000000 Binary files a/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/arrow-right.imageset/Contents.json b/ios/StatusIm/Images.xcassets/arrow-right.imageset/Contents.json deleted file mode 100644 index 1bcf30ec4f..0000000000 --- a/ios/StatusIm/Images.xcassets/arrow-right.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "arrow_right.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "arrow_right@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "arrow_right@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right.png b/ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right.png deleted file mode 100644 index 77300cfe66..0000000000 Binary files a/ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/arrow-up.imageset/Contents.json b/ios/StatusIm/Images.xcassets/arrow-up.imageset/Contents.json deleted file mode 100644 index 2f34c21356..0000000000 --- a/ios/StatusIm/Images.xcassets/arrow-up.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "arrow_up.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "arrow_up@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "arrow_up@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up.png b/ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up.png deleted file mode 100644 index 932c489b9c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/back.imageset/Contents.json b/ios/StatusIm/Images.xcassets/back.imageset/Contents.json deleted file mode 100644 index 3bad3d0c6e..0000000000 --- a/ios/StatusIm/Images.xcassets/back.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "back.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "back@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "back@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/back.imageset/back.png b/ios/StatusIm/Images.xcassets/back.imageset/back.png deleted file mode 100644 index bccf769b16..0000000000 Binary files a/ios/StatusIm/Images.xcassets/back.imageset/back.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/backspace.imageset/Contents.json b/ios/StatusIm/Images.xcassets/backspace.imageset/Contents.json deleted file mode 100644 index 7d523017d0..0000000000 --- a/ios/StatusIm/Images.xcassets/backspace.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "backspace.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "backspace@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "backspace@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace.png b/ios/StatusIm/Images.xcassets/backspace.imageset/backspace.png deleted file mode 100644 index 3d3d3da440..0000000000 Binary files a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@2x.png b/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@2x.png deleted file mode 100644 index 862da2e762..0000000000 Binary files a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@3x.png b/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@3x.png deleted file mode 100644 index 40105c9878..0000000000 Binary files a/ios/StatusIm/Images.xcassets/backspace.imageset/backspace@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/bell.imageset/Contents.json b/ios/StatusIm/Images.xcassets/bell.imageset/Contents.json deleted file mode 100644 index 17224e6add..0000000000 --- a/ios/StatusIm/Images.xcassets/bell.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "bell_1x.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "bell_2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "bell_3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/bell.imageset/bell_1x.png b/ios/StatusIm/Images.xcassets/bell.imageset/bell_1x.png deleted file mode 100644 index 986123f365..0000000000 Binary files a/ios/StatusIm/Images.xcassets/bell.imageset/bell_1x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/bell.imageset/bell_2x.png b/ios/StatusIm/Images.xcassets/bell.imageset/bell_2x.png deleted file mode 100644 index 4f4602ebaf..0000000000 Binary files a/ios/StatusIm/Images.xcassets/bell.imageset/bell_2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/bell.imageset/bell_3x.png b/ios/StatusIm/Images.xcassets/bell.imageset/bell_3x.png deleted file mode 100644 index bc17c822ad..0000000000 Binary files a/ios/StatusIm/Images.xcassets/bell.imageset/bell_3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/browser.imageset/Contents.json b/ios/StatusIm/Images.xcassets/browser.imageset/Contents.json deleted file mode 100644 index d174d700fc..0000000000 --- a/ios/StatusIm/Images.xcassets/browser.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "browser.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "browser@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "browser@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/browser.imageset/browser.png b/ios/StatusIm/Images.xcassets/browser.imageset/browser.png deleted file mode 100644 index 04702e3dcd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/browser.imageset/browser.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/camera.imageset/Contents.json b/ios/StatusIm/Images.xcassets/camera.imageset/Contents.json deleted file mode 100644 index d21aeca7bd..0000000000 --- a/ios/StatusIm/Images.xcassets/camera.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "camera.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "camera@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "camera@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/camera.imageset/camera.png b/ios/StatusIm/Images.xcassets/camera.imageset/camera.png deleted file mode 100644 index 85581c8599..0000000000 Binary files a/ios/StatusIm/Images.xcassets/camera.imageset/camera.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/camera.imageset/camera@3x.png b/ios/StatusIm/Images.xcassets/camera.imageset/camera@3x.png deleted file mode 100644 index f812bcf6bf..0000000000 Binary files a/ios/StatusIm/Images.xcassets/camera.imageset/camera@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/cancel.imageset/Contents.json b/ios/StatusIm/Images.xcassets/cancel.imageset/Contents.json deleted file mode 100644 index 2f43e0b917..0000000000 --- a/ios/StatusIm/Images.xcassets/cancel.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "cancel.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "cancel@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "cancel@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel.png b/ios/StatusIm/Images.xcassets/cancel.imageset/cancel.png deleted file mode 100644 index e2f5b5102a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@2x.png b/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@2x.png deleted file mode 100644 index 9209c2801d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@3x.png b/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@3x.png deleted file mode 100644 index 98a41bb3d0..0000000000 Binary files a/ios/StatusIm/Images.xcassets/cancel.imageset/cancel@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/change.imageset/Contents.json b/ios/StatusIm/Images.xcassets/change.imageset/Contents.json deleted file mode 100644 index 60a18ad5bb..0000000000 --- a/ios/StatusIm/Images.xcassets/change.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "change.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "change@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "change@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/change.imageset/change.png b/ios/StatusIm/Images.xcassets/change.imageset/change.png deleted file mode 100644 index d0d731af64..0000000000 Binary files a/ios/StatusIm/Images.xcassets/change.imageset/change.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/change.imageset/change@3x.png b/ios/StatusIm/Images.xcassets/change.imageset/change@3x.png deleted file mode 100644 index 168b2da9c6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/change.imageset/change@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/check.imageset/Contents.json b/ios/StatusIm/Images.xcassets/check.imageset/Contents.json deleted file mode 100644 index 4e73a4191d..0000000000 --- a/ios/StatusIm/Images.xcassets/check.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "check.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "check@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "check@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/check.imageset/check.png b/ios/StatusIm/Images.xcassets/check.imageset/check.png deleted file mode 100644 index a1b6195516..0000000000 Binary files a/ios/StatusIm/Images.xcassets/check.imageset/check.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/check.imageset/check@2x.png b/ios/StatusIm/Images.xcassets/check.imageset/check@2x.png deleted file mode 100644 index 0f49eddfed..0000000000 Binary files a/ios/StatusIm/Images.xcassets/check.imageset/check@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/close.imageset/Contents.json b/ios/StatusIm/Images.xcassets/close.imageset/Contents.json deleted file mode 100644 index ce0bef5ead..0000000000 --- a/ios/StatusIm/Images.xcassets/close.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "close.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "close@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "close@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/close.imageset/close.png b/ios/StatusIm/Images.xcassets/close.imageset/close.png deleted file mode 100644 index 74eda06fa0..0000000000 Binary files a/ios/StatusIm/Images.xcassets/close.imageset/close.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/commands.imageset/Contents.json b/ios/StatusIm/Images.xcassets/commands.imageset/Contents.json deleted file mode 100644 index 59e137b56d..0000000000 --- a/ios/StatusIm/Images.xcassets/commands.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "commands.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "commands@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "commands@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/commands.imageset/commands.png b/ios/StatusIm/Images.xcassets/commands.imageset/commands.png deleted file mode 100644 index 8f3c94a4cd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/commands.imageset/commands.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/copy.imageset/Contents.json b/ios/StatusIm/Images.xcassets/copy.imageset/Contents.json deleted file mode 100644 index d7ffddb330..0000000000 --- a/ios/StatusIm/Images.xcassets/copy.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "copy.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "copy@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "copy@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/copy.imageset/copy.png b/ios/StatusIm/Images.xcassets/copy.imageset/copy.png deleted file mode 100644 index 3e0eb1bfcd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/copy.imageset/copy.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/Contents.json b/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/Contents.json deleted file mode 100644 index 8f7abaebbb..0000000000 --- a/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "corner_left_bottom.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/corner_left_bottom.png b/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/corner_left_bottom.png deleted file mode 100644 index 0fff341220..0000000000 Binary files a/ios/StatusIm/Images.xcassets/corner_left_bottom.imageset/corner_left_bottom.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/corner_left_top.imageset/Contents.json b/ios/StatusIm/Images.xcassets/corner_left_top.imageset/Contents.json deleted file mode 100644 index 8a4261dfff..0000000000 --- a/ios/StatusIm/Images.xcassets/corner_left_top.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "corner_left_top.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/corner_left_top.imageset/corner_left_top.png b/ios/StatusIm/Images.xcassets/corner_left_top.imageset/corner_left_top.png deleted file mode 100644 index e25037ece3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/corner_left_top.imageset/corner_left_top.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/Contents.json b/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/Contents.json deleted file mode 100644 index 077dc66507..0000000000 --- a/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "corner_right_bottom.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/corner_right_bottom.png b/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/corner_right_bottom.png deleted file mode 100644 index e542ec0d64..0000000000 Binary files a/ios/StatusIm/Images.xcassets/corner_right_bottom.imageset/corner_right_bottom.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/corner_right_top.imageset/Contents.json b/ios/StatusIm/Images.xcassets/corner_right_top.imageset/Contents.json deleted file mode 100644 index 4a70ee3948..0000000000 --- a/ios/StatusIm/Images.xcassets/corner_right_top.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "corner_right_top.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/corner_right_top.imageset/corner_right_top.png b/ios/StatusIm/Images.xcassets/corner_right_top.imageset/corner_right_top.png deleted file mode 100644 index a6a65aedc9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/corner_right_top.imageset/corner_right_top.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/dapp.imageset/Contents.json b/ios/StatusIm/Images.xcassets/dapp.imageset/Contents.json deleted file mode 100644 index 1fc3ba6aec..0000000000 --- a/ios/StatusIm/Images.xcassets/dapp.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "dapp.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "dapp@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "dapp@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/dapp.imageset/dapp.png b/ios/StatusIm/Images.xcassets/dapp.imageset/dapp.png deleted file mode 100644 index e6aacad342..0000000000 Binary files a/ios/StatusIm/Images.xcassets/dapp.imageset/dapp.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/delete.imageset/Contents.json b/ios/StatusIm/Images.xcassets/delete.imageset/Contents.json deleted file mode 100644 index 123157276b..0000000000 --- a/ios/StatusIm/Images.xcassets/delete.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "delete.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "delete@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "delete@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/delete.imageset/delete.png b/ios/StatusIm/Images.xcassets/delete.imageset/delete.png deleted file mode 100644 index 1b0b6ad279..0000000000 Binary files a/ios/StatusIm/Images.xcassets/delete.imageset/delete.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/delete.imageset/delete@3x.png b/ios/StatusIm/Images.xcassets/delete.imageset/delete@3x.png deleted file mode 100644 index 383290a07f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/delete.imageset/delete@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/desktop.imageset/Contents.json b/ios/StatusIm/Images.xcassets/desktop.imageset/Contents.json deleted file mode 100644 index 9b0fdd98d5..0000000000 --- a/ios/StatusIm/Images.xcassets/desktop.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "desktop.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "desktop@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "desktop@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/desktop.imageset/desktop.png b/ios/StatusIm/Images.xcassets/desktop.imageset/desktop.png deleted file mode 100644 index f24f9f714a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/desktop.imageset/desktop.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/desktop.imageset/desktop@3x.png b/ios/StatusIm/Images.xcassets/desktop.imageset/desktop@3x.png deleted file mode 100644 index 4d7b4f4558..0000000000 Binary files a/ios/StatusIm/Images.xcassets/desktop.imageset/desktop@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/download.imageset/Contents.json b/ios/StatusIm/Images.xcassets/download.imageset/Contents.json deleted file mode 100644 index e3e7ef6cc9..0000000000 --- a/ios/StatusIm/Images.xcassets/download.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "download.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "download@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "download@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/download.imageset/download.png b/ios/StatusIm/Images.xcassets/download.imageset/download.png deleted file mode 100644 index 9bf52d1f1c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/download.imageset/download.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/download.imageset/download@3x.png b/ios/StatusIm/Images.xcassets/download.imageset/download@3x.png deleted file mode 100644 index e2c524bd15..0000000000 Binary files a/ios/StatusIm/Images.xcassets/download.imageset/download@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/Contents.json b/ios/StatusIm/Images.xcassets/dropdown-up.imageset/Contents.json deleted file mode 100644 index f22baa0077..0000000000 --- a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "dropdown-up.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "dropdown-up@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "dropdown-up@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up.png b/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up.png deleted file mode 100644 index 2b91d35c63..0000000000 Binary files a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@2x.png b/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@2x.png deleted file mode 100644 index 2f076385c1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@3x.png b/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@3x.png deleted file mode 100644 index bf94aa0bb3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/dropdown-up.imageset/dropdown-up@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/dropdown.imageset/Contents.json b/ios/StatusIm/Images.xcassets/dropdown.imageset/Contents.json deleted file mode 100644 index 68ad0a9e34..0000000000 --- a/ios/StatusIm/Images.xcassets/dropdown.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "dropdown.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "dropdown@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "dropdown@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown.png b/ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown.png deleted file mode 100644 index cc4dad1b7c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/edit.imageset/Contents.json b/ios/StatusIm/Images.xcassets/edit.imageset/Contents.json deleted file mode 100644 index 7c3b66d760..0000000000 --- a/ios/StatusIm/Images.xcassets/edit.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "edit.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "edit@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "edit@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/edit.imageset/edit.png b/ios/StatusIm/Images.xcassets/edit.imageset/edit.png deleted file mode 100644 index b8e36f102e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/edit.imageset/edit.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/edit.imageset/edit@3x.png b/ios/StatusIm/Images.xcassets/edit.imageset/edit@3x.png deleted file mode 100644 index b299c22cc5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/edit.imageset/edit@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ens-header.imageset/Contents.json b/ios/StatusIm/Images.xcassets/ens-header.imageset/Contents.json deleted file mode 100644 index 6bb9d49d65..0000000000 --- a/ios/StatusIm/Images.xcassets/ens-header.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "ens-header.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "ens-header@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "ens-header@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header.png b/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header.png deleted file mode 100644 index d2d0ea3de1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@2x.png b/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@2x.png deleted file mode 100644 index ab3a0ed13c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@3x.png b/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@3x.png deleted file mode 100644 index 162d7e8a4f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ens-header.imageset/ens-header@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/faceid.imageset/Contents.json b/ios/StatusIm/Images.xcassets/faceid.imageset/Contents.json deleted file mode 100644 index a982e92186..0000000000 --- a/ios/StatusIm/Images.xcassets/faceid.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "faceid@1x.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "faceid@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "faceid@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/faceid.imageset/faceid@1x.png b/ios/StatusIm/Images.xcassets/faceid.imageset/faceid@1x.png deleted file mode 100644 index 9f817b0add..0000000000 Binary files a/ios/StatusIm/Images.xcassets/faceid.imageset/faceid@1x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/filter.imageset/Contents.json b/ios/StatusIm/Images.xcassets/filter.imageset/Contents.json deleted file mode 100644 index 87a89ffbb1..0000000000 --- a/ios/StatusIm/Images.xcassets/filter.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "filter.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "filter@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "filter@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/filter.imageset/filter.png b/ios/StatusIm/Images.xcassets/filter.imageset/filter.png deleted file mode 100644 index 0d1ec9f004..0000000000 Binary files a/ios/StatusIm/Images.xcassets/filter.imageset/filter.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/fingerprint.imageset/Contents.json b/ios/StatusIm/Images.xcassets/fingerprint.imageset/Contents.json deleted file mode 100644 index af6a125a04..0000000000 --- a/ios/StatusIm/Images.xcassets/fingerprint.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "fingerprint_1x.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "fingerprint_2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "fingerprint_3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_1x.png b/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_1x.png deleted file mode 100644 index 7120503e07..0000000000 Binary files a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_1x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_2x.png b/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_2x.png deleted file mode 100644 index af1c6a23c3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_3x.png b/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_3x.png deleted file mode 100644 index 16dea45157..0000000000 Binary files a/ios/StatusIm/Images.xcassets/fingerprint.imageset/fingerprint_3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash-active.imageset/Contents.json b/ios/StatusIm/Images.xcassets/flash-active.imageset/Contents.json deleted file mode 100644 index b3ed1e7062..0000000000 --- a/ios/StatusIm/Images.xcassets/flash-active.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "flash-active.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "flash-active@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "flash-active@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active.png b/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active.png deleted file mode 100644 index 29f0bc0aed..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@2x.png b/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@2x.png deleted file mode 100644 index c1fc8872c3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@3x.png b/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@3x.png deleted file mode 100644 index aa2cf2ec95..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash-active.imageset/flash-active@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash.imageset/Contents.json b/ios/StatusIm/Images.xcassets/flash.imageset/Contents.json deleted file mode 100644 index 857dae3c62..0000000000 --- a/ios/StatusIm/Images.xcassets/flash.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "flash.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "flash@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "flash@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/flash.imageset/flash.png b/ios/StatusIm/Images.xcassets/flash.imageset/flash.png deleted file mode 100644 index 676224290e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash.imageset/flash.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash.imageset/flash@2x.png b/ios/StatusIm/Images.xcassets/flash.imageset/flash@2x.png deleted file mode 100644 index 2c2660cb33..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash.imageset/flash@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/flash.imageset/flash@3x.png b/ios/StatusIm/Images.xcassets/flash.imageset/flash@3x.png deleted file mode 100644 index 19b0188bda..0000000000 Binary files a/ios/StatusIm/Images.xcassets/flash.imageset/flash@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/group-chat.imageset/Contents.json b/ios/StatusIm/Images.xcassets/group-chat.imageset/Contents.json deleted file mode 100644 index 2ebfbb385d..0000000000 --- a/ios/StatusIm/Images.xcassets/group-chat.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "group_chat.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "group_chat@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "group_chat@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat.png b/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat.png deleted file mode 100644 index 9beb41ec9b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat@3x.png b/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat@3x.png deleted file mode 100644 index 70e264fd1a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/help.imageset/Contents.json b/ios/StatusIm/Images.xcassets/help.imageset/Contents.json deleted file mode 100644 index 06b1c86583..0000000000 --- a/ios/StatusIm/Images.xcassets/help.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "help.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "help@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "help@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/help.imageset/help.png b/ios/StatusIm/Images.xcassets/help.imageset/help.png deleted file mode 100644 index e342dc7dc6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/help.imageset/help.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/help.imageset/help@3x.png b/ios/StatusIm/Images.xcassets/help.imageset/help@3x.png deleted file mode 100644 index a6cf9eee0e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/help.imageset/help@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/hide.imageset/Contents.json b/ios/StatusIm/Images.xcassets/hide.imageset/Contents.json deleted file mode 100644 index 444f64381a..0000000000 --- a/ios/StatusIm/Images.xcassets/hide.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "Hide.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "Hide@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "Hide@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ios/StatusIm/Images.xcassets/hide.imageset/Hide.png b/ios/StatusIm/Images.xcassets/hide.imageset/Hide.png deleted file mode 100644 index 1a927c1f8b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/hide.imageset/Hide.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/hide.imageset/Hide@2x.png b/ios/StatusIm/Images.xcassets/hide.imageset/Hide@2x.png deleted file mode 100644 index 0f223f700a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/hide.imageset/Hide@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/hide.imageset/Hide@3x.png b/ios/StatusIm/Images.xcassets/hide.imageset/Hide@3x.png deleted file mode 100644 index 69480da8d3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/hide.imageset/Hide@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/history.imageset/Contents.json b/ios/StatusIm/Images.xcassets/history.imageset/Contents.json deleted file mode 100644 index e972e4e90c..0000000000 --- a/ios/StatusIm/Images.xcassets/history.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "history.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "history@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "history@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/history.imageset/history.png b/ios/StatusIm/Images.xcassets/history.imageset/history.png deleted file mode 100644 index ef06678666..0000000000 Binary files a/ios/StatusIm/Images.xcassets/history.imageset/history.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/history.imageset/history@3x.png b/ios/StatusIm/Images.xcassets/history.imageset/history@3x.png deleted file mode 100644 index 0b8ee02d36..0000000000 Binary files a/ios/StatusIm/Images.xcassets/history.imageset/history@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home-1.imageset/Contents.json b/ios/StatusIm/Images.xcassets/home-1.imageset/Contents.json deleted file mode 100644 index 27f5322bd9..0000000000 --- a/ios/StatusIm/Images.xcassets/home-1.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "home-1.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "home@2x-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "home@3x-1.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/home-1.imageset/home-1.png b/ios/StatusIm/Images.xcassets/home-1.imageset/home-1.png deleted file mode 100644 index 7834e638d3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home-1.imageset/home-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home-1.imageset/home@2x-1.png b/ios/StatusIm/Images.xcassets/home-1.imageset/home@2x-1.png deleted file mode 100644 index f84026b856..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home-1.imageset/home@2x-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home-1.imageset/home@3x-1.png b/ios/StatusIm/Images.xcassets/home-1.imageset/home@3x-1.png deleted file mode 100644 index 919df60ef6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home-1.imageset/home@3x-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home.imageset/Contents.json b/ios/StatusIm/Images.xcassets/home.imageset/Contents.json deleted file mode 100644 index c7ed3e93b4..0000000000 --- a/ios/StatusIm/Images.xcassets/home.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "home.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "home@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "home@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/home.imageset/home.png b/ios/StatusIm/Images.xcassets/home.imageset/home.png deleted file mode 100644 index a4442d6499..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home.imageset/home.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home.imageset/home@2x.png b/ios/StatusIm/Images.xcassets/home.imageset/home@2x.png deleted file mode 100644 index 93ad772cea..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home.imageset/home@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/home.imageset/home@3x.png b/ios/StatusIm/Images.xcassets/home.imageset/home@3x.png deleted file mode 100644 index 9c5282fd4a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/home.imageset/home@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_action_back.imageset/Contents.json deleted file mode 100644 index 55aef57a63..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_action_back.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_back@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_back@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back.png b/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back.png deleted file mode 100644 index 8e31377a59..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@2x.png b/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@2x.png deleted file mode 100644 index 89db7e2986..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@3x.png b/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@3x.png deleted file mode 100644 index 491112378e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_back.imageset/icon_action_back@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/Contents.json deleted file mode 100644 index 71b9f10b5e..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_action_forward.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_forward@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_forward@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward.png b/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward.png deleted file mode 100644 index af802ac9eb..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@2x.png b/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@2x.png deleted file mode 100644 index b8abf47c48..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@3x.png b/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@3x.png deleted file mode 100644 index 453add7dec..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_forward.imageset/icon_action_forward@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/Contents.json deleted file mode 100644 index b69df6a5e0..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_collapse.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_collapse@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_collapse@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse.png deleted file mode 100644 index 09c4944904..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@2x.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@2x.png deleted file mode 100644 index 8bc5016f2c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@3x.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@3x.png deleted file mode 100644 index 80948ff191..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_collapse.imageset/icon_action_fullscreen_collapse@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/Contents.json deleted file mode 100644 index 561ff97a3b..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_expand.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_expand@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_action_fullscreen_expand@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand.png deleted file mode 100644 index a862a39fc5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@2x.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@2x.png deleted file mode 100644 index d5b72bb768..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@3x.png b/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@3x.png deleted file mode 100644 index 35fcdd6ae6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_action_fullscreen_expand.imageset/icon_action_fullscreen_expand@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/Contents.json deleted file mode 100644 index 067327c77b..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_arrow_top.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_arrow_top@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_arrow_top@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top.png b/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top.png deleted file mode 100644 index dd47f4ff17..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@2x.png b/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@2x.png deleted file mode 100644 index 193fe2261d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@3x.png b/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@3x.png deleted file mode 100644 index 9125df76b5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_arrow_top.imageset/icon_arrow_top@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_avatar.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_avatar.imageset/Contents.json deleted file mode 100644 index d7258658d9..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_avatar.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_avatar.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_avatar.imageset/icon_avatar.png b/ios/StatusIm/Images.xcassets/icon_avatar.imageset/icon_avatar.png deleted file mode 100644 index f3b8d0770d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_avatar.imageset/icon_avatar.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_check_on.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_check_on.imageset/Contents.json deleted file mode 100644 index a5f8b13cf1..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_check_on.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_check_on.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_check_on.imageset/icon_check_on.png b/ios/StatusIm/Images.xcassets/icon_check_on.imageset/icon_check_on.png deleted file mode 100644 index ef90004718..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_check_on.imageset/icon_check_on.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/Contents.json deleted file mode 100644 index c9e0695176..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_close_gray.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_close_gray-2.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_close_gray-1.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-1.png b/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-1.png deleted file mode 100644 index 8f9b0d0b80..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-2.png b/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-2.png deleted file mode 100644 index 03a4504268..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray-2.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray.png b/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray.png deleted file mode 100644 index 4918a29a64..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_close_light_gray.imageset/icon_close_gray.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/Contents.json deleted file mode 100644 index b9246a710a..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_forward_gray.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/icon_forward_gray.png b/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/icon_forward_gray.png deleted file mode 100644 index de0eccda60..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_forward_gray.imageset/icon_forward_gray.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/Contents.json deleted file mode 100644 index ced131029f..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_lock_gray.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/icon_lock_gray.png b/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/icon_lock_gray.png deleted file mode 100644 index f18aaa61e1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_lock_gray.imageset/icon_lock_gray.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/Contents.json deleted file mode 100644 index 1ceca537cf..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_lock_white.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/icon_lock_white.png b/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/icon_lock_white.png deleted file mode 100644 index ccddc79dec..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_lock_white.imageset/icon_lock_white.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/Contents.json deleted file mode 100644 index e499cb9f09..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_menu_group.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/icon_menu_group.png b/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/icon_menu_group.png deleted file mode 100644 index a356f7ccdd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_menu_group.imageset/icon_menu_group.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_money_white.imageset/Contents.json deleted file mode 100644 index 6ad2e9bcdc..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_money_white.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_money_white-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_money_white-2.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-1.png b/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-1.png deleted file mode 100644 index da077578fa..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-2.png b/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-2.png deleted file mode 100644 index 243469d9a9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white-2.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white.png b/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white.png deleted file mode 100644 index 1584a09d0a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_money_white.imageset/icon_money_white.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_muted.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_muted.imageset/Contents.json deleted file mode 100644 index 052a64996d..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_muted.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_muted.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_muted.imageset/icon_muted.png b/ios/StatusIm/Images.xcassets/icon_muted.imageset/icon_muted.png deleted file mode 100644 index 674a9faa66..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_muted.imageset/icon_muted.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/Contents.json deleted file mode 100644 index fecfd53e27..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_notifications_on.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/icon_notifications_on.png b/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/icon_notifications_on.png deleted file mode 100644 index a0ee3c3fd5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_notifications_on.imageset/icon_notifications_on.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/Contents.json b/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/Contents.json deleted file mode 100644 index 5f10533309..0000000000 --- a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "icon_phone_white.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "icon_phone_white-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "icon_phone_white-2.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-1.png b/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-1.png deleted file mode 100644 index f08867e855..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-2.png b/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-2.png deleted file mode 100644 index b49ec0439d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white-2.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white.png b/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white.png deleted file mode 100644 index 224f48c50d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/icon_phone_white.imageset/icon_phone_white.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/in-contacts.imageset/Contents.json b/ios/StatusIm/Images.xcassets/in-contacts.imageset/Contents.json deleted file mode 100644 index f11c9c0597..0000000000 --- a/ios/StatusIm/Images.xcassets/in-contacts.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "in_contacts.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "in_contacts@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "in_contacts@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts.png b/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts.png deleted file mode 100644 index dbd31f8ccd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts@3x.png b/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts@3x.png deleted file mode 100644 index 2bf5e92ba5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/info.imageset/Contents.json b/ios/StatusIm/Images.xcassets/info.imageset/Contents.json deleted file mode 100644 index c7d3dae4f4..0000000000 --- a/ios/StatusIm/Images.xcassets/info.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "info.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "info@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "info@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/info.imageset/info.png b/ios/StatusIm/Images.xcassets/info.imageset/info.png deleted file mode 100644 index 6652faad14..0000000000 Binary files a/ios/StatusIm/Images.xcassets/info.imageset/info.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/info.imageset/info@2x.png b/ios/StatusIm/Images.xcassets/info.imageset/info@2x.png deleted file mode 100644 index d760ff8f45..0000000000 Binary files a/ios/StatusIm/Images.xcassets/info.imageset/info@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/info.imageset/info@3x.png b/ios/StatusIm/Images.xcassets/info.imageset/info@3x.png deleted file mode 100644 index e35871a779..0000000000 Binary files a/ios/StatusIm/Images.xcassets/info.imageset/info@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/Contents.json b/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/Contents.json deleted file mode 100644 index 5038a7a890..0000000000 --- a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "keycard_logo_big.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "keycard_logo_big@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "keycard_logo_big@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big.png b/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big.png deleted file mode 100644 index bfcbe8a44e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/Contents.json b/ios/StatusIm/Images.xcassets/keycard-logo.imageset/Contents.json deleted file mode 100644 index 45c650a8d0..0000000000 --- a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "keycard-logo.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "keycard-logo@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "keycard-logo@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo.png b/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo.png deleted file mode 100644 index 4b321094b5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@2x.png b/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@2x.png deleted file mode 100644 index b0b2892262..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@3x.png b/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@3x.png deleted file mode 100644 index af6fec95ed..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard-logo.imageset/keycard-logo@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard.imageset/Contents.json b/ios/StatusIm/Images.xcassets/keycard.imageset/Contents.json deleted file mode 100644 index 0fa737c85d..0000000000 --- a/ios/StatusIm/Images.xcassets/keycard.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "keycard.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "keycard@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "keycard@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/keycard.imageset/keycard.png b/ios/StatusIm/Images.xcassets/keycard.imageset/keycard.png deleted file mode 100644 index aebd4b711f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard.imageset/keycard.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/keycard.imageset/keycard@3x.png b/ios/StatusIm/Images.xcassets/keycard.imageset/keycard@3x.png deleted file mode 100644 index a4d2cbd904..0000000000 Binary files a/ios/StatusIm/Images.xcassets/keycard.imageset/keycard@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/language.imageset/Contents.json b/ios/StatusIm/Images.xcassets/language.imageset/Contents.json deleted file mode 100644 index fed9931e48..0000000000 --- a/ios/StatusIm/Images.xcassets/language.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "language.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "language@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "language@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/language.imageset/language.png b/ios/StatusIm/Images.xcassets/language.imageset/language.png deleted file mode 100644 index abd243bb7f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/language.imageset/language.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/language.imageset/language@2x.png b/ios/StatusIm/Images.xcassets/language.imageset/language@2x.png deleted file mode 100644 index eaf5f0c431..0000000000 Binary files a/ios/StatusIm/Images.xcassets/language.imageset/language@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/language.imageset/language@3x.png b/ios/StatusIm/Images.xcassets/language.imageset/language@3x.png deleted file mode 100644 index dbe9a5a53c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/language.imageset/language@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/launch_image.imageset/Contents.json b/ios/StatusIm/Images.xcassets/launch_image.imageset/Contents.json deleted file mode 100644 index 85a46f2250..0000000000 --- a/ios/StatusIm/Images.xcassets/launch_image.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "launch_image.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "launch_image@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "launch_image@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image.png b/ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image.png deleted file mode 100644 index 20a0675117..0000000000 Binary files a/ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ledger.imageset/Contents.json b/ios/StatusIm/Images.xcassets/ledger.imageset/Contents.json deleted file mode 100644 index 0111763034..0000000000 --- a/ios/StatusIm/Images.xcassets/ledger.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "ledger.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "ledger@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "ledger@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger.png b/ios/StatusIm/Images.xcassets/ledger.imageset/ledger.png deleted file mode 100644 index de299019ef..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@2x.png b/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@2x.png deleted file mode 100644 index 3afb533b66..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@3x.png b/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@3x.png deleted file mode 100644 index c9df3fff97..0000000000 Binary files a/ios/StatusIm/Images.xcassets/ledger.imageset/ledger@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/link.imageset/Contents.json b/ios/StatusIm/Images.xcassets/link.imageset/Contents.json deleted file mode 100644 index 6deda9a625..0000000000 --- a/ios/StatusIm/Images.xcassets/link.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "link.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "link@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "link@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/link.imageset/link.png b/ios/StatusIm/Images.xcassets/link.imageset/link.png deleted file mode 100644 index 7cf592030e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/link.imageset/link.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/link.imageset/link@3x.png b/ios/StatusIm/Images.xcassets/link.imageset/link@3x.png deleted file mode 100644 index 8abeadd4df..0000000000 Binary files a/ios/StatusIm/Images.xcassets/link.imageset/link@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/log_out.imageset/Contents.json b/ios/StatusIm/Images.xcassets/log_out.imageset/Contents.json deleted file mode 100644 index e57e56f572..0000000000 --- a/ios/StatusIm/Images.xcassets/log_out.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "log_out.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "log_out@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "log_out@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out.png b/ios/StatusIm/Images.xcassets/log_out.imageset/log_out.png deleted file mode 100644 index 5fe3bcdde9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@2x.png b/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@2x.png deleted file mode 100644 index a077dcee30..0000000000 Binary files a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@3x.png b/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@3x.png deleted file mode 100644 index a5fedaaa5a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/log_out.imageset/log_out@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/logo.imageset/Contents.json b/ios/StatusIm/Images.xcassets/logo.imageset/Contents.json deleted file mode 100644 index ffbc6e03b5..0000000000 --- a/ios/StatusIm/Images.xcassets/logo.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "logo.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "logo@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "logo@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/logo.imageset/logo.png b/ios/StatusIm/Images.xcassets/logo.imageset/logo.png deleted file mode 100644 index 2acdde2db7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/logo.imageset/logo.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/logo.imageset/logo@2x.png b/ios/StatusIm/Images.xcassets/logo.imageset/logo@2x.png deleted file mode 100644 index 0c2d6eb38f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/logo.imageset/logo@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/mailserver.imageset/Contents.json b/ios/StatusIm/Images.xcassets/mailserver.imageset/Contents.json deleted file mode 100644 index 93802b0b72..0000000000 --- a/ios/StatusIm/Images.xcassets/mailserver.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "mailserver.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "mailserver@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "mailserver@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver.png b/ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver.png deleted file mode 100644 index 71e7165a8a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/make_admin.imageset/Contents.json b/ios/StatusIm/Images.xcassets/make_admin.imageset/Contents.json deleted file mode 100644 index 5440d7fb2f..0000000000 --- a/ios/StatusIm/Images.xcassets/make_admin.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "make_admin.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "make_admin@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "make_admin@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin.png b/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin.png deleted file mode 100644 index 667e71d7a7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin@2x.png b/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin@2x.png deleted file mode 100644 index c912d46500..0000000000 Binary files a/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/max.imageset/Contents.json b/ios/StatusIm/Images.xcassets/max.imageset/Contents.json deleted file mode 100644 index b61f3d75c6..0000000000 --- a/ios/StatusIm/Images.xcassets/max.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "max.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "max@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "max@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/max.imageset/max.png b/ios/StatusIm/Images.xcassets/max.imageset/max.png deleted file mode 100644 index fb47081ec1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/max.imageset/max.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/max.imageset/max@2x.png b/ios/StatusIm/Images.xcassets/max.imageset/max@2x.png deleted file mode 100644 index 413c655766..0000000000 Binary files a/ios/StatusIm/Images.xcassets/max.imageset/max@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/message.imageset/Contents.json b/ios/StatusIm/Images.xcassets/message.imageset/Contents.json deleted file mode 100644 index 4707ef8c8c..0000000000 --- a/ios/StatusIm/Images.xcassets/message.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "message.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "message@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "message@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/message.imageset/message.png b/ios/StatusIm/Images.xcassets/message.imageset/message.png deleted file mode 100644 index 4b5d4f3f2a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/message.imageset/message.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/message.imageset/message@2x.png b/ios/StatusIm/Images.xcassets/message.imageset/message@2x.png deleted file mode 100644 index b15e0890ee..0000000000 Binary files a/ios/StatusIm/Images.xcassets/message.imageset/message@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/mobile.imageset/Contents.json b/ios/StatusIm/Images.xcassets/mobile.imageset/Contents.json deleted file mode 100644 index a815296575..0000000000 --- a/ios/StatusIm/Images.xcassets/mobile.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "mobile.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "mobile@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "mobile@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/mobile.imageset/mobile.png b/ios/StatusIm/Images.xcassets/mobile.imageset/mobile.png deleted file mode 100644 index 15a1979b09..0000000000 Binary files a/ios/StatusIm/Images.xcassets/mobile.imageset/mobile.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/mobile.imageset/mobile@3x.png b/ios/StatusIm/Images.xcassets/mobile.imageset/mobile@3x.png deleted file mode 100644 index b595c1b57a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/mobile.imageset/mobile@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/more.imageset/Contents.json b/ios/StatusIm/Images.xcassets/more.imageset/Contents.json deleted file mode 100644 index 2ef36439d1..0000000000 --- a/ios/StatusIm/Images.xcassets/more.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "more.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "more@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "more@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/more.imageset/more.png b/ios/StatusIm/Images.xcassets/more.imageset/more.png deleted file mode 100644 index ec28601c34..0000000000 Binary files a/ios/StatusIm/Images.xcassets/more.imageset/more.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/network.imageset/Contents.json b/ios/StatusIm/Images.xcassets/network.imageset/Contents.json deleted file mode 100644 index 5d4f18a0ce..0000000000 --- a/ios/StatusIm/Images.xcassets/network.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "network.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "network@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "network@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/network.imageset/network.png b/ios/StatusIm/Images.xcassets/network.imageset/network.png deleted file mode 100644 index c039ef6229..0000000000 Binary files a/ios/StatusIm/Images.xcassets/network.imageset/network.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/network.imageset/network@3x.png b/ios/StatusIm/Images.xcassets/network.imageset/network@3x.png deleted file mode 100644 index c46bebab0e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/network.imageset/network@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/next.imageset/Contents.json b/ios/StatusIm/Images.xcassets/next.imageset/Contents.json deleted file mode 100644 index c65f230a7e..0000000000 --- a/ios/StatusIm/Images.xcassets/next.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "next.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "next@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "next@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/next.imageset/next.png b/ios/StatusIm/Images.xcassets/next.imageset/next.png deleted file mode 100644 index b28153218d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/next.imageset/next.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/nfc.imageset/Contents.json b/ios/StatusIm/Images.xcassets/nfc.imageset/Contents.json deleted file mode 100644 index 6df42d7746..0000000000 --- a/ios/StatusIm/Images.xcassets/nfc.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "nfc.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "nfc-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "nfc-2.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-1.png b/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-1.png deleted file mode 100644 index f4d8a14600..0000000000 Binary files a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-2.png b/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-2.png deleted file mode 100644 index 36535b29a6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc-2.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc.png b/ios/StatusIm/Images.xcassets/nfc.imageset/nfc.png deleted file mode 100644 index 685858afa1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/nfc.imageset/nfc.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/notification.imageset/Contents.json b/ios/StatusIm/Images.xcassets/notification.imageset/Contents.json deleted file mode 100644 index 2945d0d619..0000000000 --- a/ios/StatusIm/Images.xcassets/notification.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "notification.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "notification@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "notification@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/notification.imageset/notification.png b/ios/StatusIm/Images.xcassets/notification.imageset/notification.png deleted file mode 100644 index 673ec7d42a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/notification.imageset/notification.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/notification.imageset/notification@3x.png b/ios/StatusIm/Images.xcassets/notification.imageset/notification@3x.png deleted file mode 100644 index 17569d8fa8..0000000000 Binary files a/ios/StatusIm/Images.xcassets/notification.imageset/notification@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/Contents.json b/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/Contents.json deleted file mode 100644 index e230187bec..0000000000 --- a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "one_on_one_chat.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "one_on_one_chat@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "one_on_one_chat@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat.png b/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat.png deleted file mode 100644 index 58aec8405f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat@3x.png b/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat@3x.png deleted file mode 100644 index b979ad0703..0000000000 Binary files a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/password.imageset/Contents.json b/ios/StatusIm/Images.xcassets/password.imageset/Contents.json deleted file mode 100644 index 04c4dbfc00..0000000000 --- a/ios/StatusIm/Images.xcassets/password.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "password.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "password@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "password@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/password.imageset/password.png b/ios/StatusIm/Images.xcassets/password.imageset/password.png deleted file mode 100644 index 62b02fd7d1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/password.imageset/password.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/paste.imageset/Contents.json b/ios/StatusIm/Images.xcassets/paste.imageset/Contents.json deleted file mode 100644 index 51a0f8a632..0000000000 --- a/ios/StatusIm/Images.xcassets/paste.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "paste.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "paste@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "paste@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/paste.imageset/paste.png b/ios/StatusIm/Images.xcassets/paste.imageset/paste.png deleted file mode 100644 index 65cadaf5e1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/paste.imageset/paste.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/paste.imageset/paste@3x.png b/ios/StatusIm/Images.xcassets/paste.imageset/paste@3x.png deleted file mode 100644 index ca5826a936..0000000000 Binary files a/ios/StatusIm/Images.xcassets/paste.imageset/paste@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/photo.imageset/Contents.json b/ios/StatusIm/Images.xcassets/photo.imageset/Contents.json deleted file mode 100644 index 6e02921ad3..0000000000 --- a/ios/StatusIm/Images.xcassets/photo.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "photo.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "photo@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "photo@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/photo.imageset/photo.png b/ios/StatusIm/Images.xcassets/photo.imageset/photo.png deleted file mode 100644 index 422bc021d6..0000000000 Binary files a/ios/StatusIm/Images.xcassets/photo.imageset/photo.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/photo.imageset/photo@3x.png b/ios/StatusIm/Images.xcassets/photo.imageset/photo@3x.png deleted file mode 100644 index 0dba67e5a7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/photo.imageset/photo@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/price.imageset/Contents.json b/ios/StatusIm/Images.xcassets/price.imageset/Contents.json deleted file mode 100644 index 089f961f56..0000000000 --- a/ios/StatusIm/Images.xcassets/price.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "price.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "price@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "price@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/price.imageset/price.png b/ios/StatusIm/Images.xcassets/price.imageset/price.png deleted file mode 100644 index 169bcbb295..0000000000 Binary files a/ios/StatusIm/Images.xcassets/price.imageset/price.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/print.imageset/Contents.json b/ios/StatusIm/Images.xcassets/print.imageset/Contents.json deleted file mode 100644 index dc19ddb708..0000000000 --- a/ios/StatusIm/Images.xcassets/print.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "print@1x.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "print@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "print@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/print.imageset/print@1x.png b/ios/StatusIm/Images.xcassets/print.imageset/print@1x.png deleted file mode 100644 index 9556c28bba..0000000000 Binary files a/ios/StatusIm/Images.xcassets/print.imageset/print@1x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/profile.imageset/Contents.json b/ios/StatusIm/Images.xcassets/profile.imageset/Contents.json deleted file mode 100644 index c371e62101..0000000000 --- a/ios/StatusIm/Images.xcassets/profile.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "profile.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "profile@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "profile@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/profile.imageset/profile.png b/ios/StatusIm/Images.xcassets/profile.imageset/profile.png deleted file mode 100644 index 59ab574daf..0000000000 Binary files a/ios/StatusIm/Images.xcassets/profile.imageset/profile.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/profile.imageset/profile@3x.png b/ios/StatusIm/Images.xcassets/profile.imageset/profile@3x.png deleted file mode 100644 index 10197092bb..0000000000 Binary files a/ios/StatusIm/Images.xcassets/profile.imageset/profile@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/public-chat.imageset/Contents.json b/ios/StatusIm/Images.xcassets/public-chat.imageset/Contents.json deleted file mode 100644 index 5d1776236a..0000000000 --- a/ios/StatusIm/Images.xcassets/public-chat.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "public_chat.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "public_chat@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "public_chat@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat.png b/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat.png deleted file mode 100644 index 1f090cb9c0..0000000000 Binary files a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@2x.png b/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@2x.png deleted file mode 100644 index 11b8ae8036..0000000000 Binary files a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@3x.png b/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@3x.png deleted file mode 100644 index 835de57f94..0000000000 Binary files a/ios/StatusIm/Images.xcassets/public-chat.imageset/public_chat@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/qr.imageset/Contents.json b/ios/StatusIm/Images.xcassets/qr.imageset/Contents.json deleted file mode 100644 index 89aaeb4a5b..0000000000 --- a/ios/StatusIm/Images.xcassets/qr.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "qr.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "qr@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "qr@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/qr.imageset/qr.png b/ios/StatusIm/Images.xcassets/qr.imageset/qr.png deleted file mode 100644 index 55ebeccbde..0000000000 Binary files a/ios/StatusIm/Images.xcassets/qr.imageset/qr.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/qr.imageset/qr@3x.png b/ios/StatusIm/Images.xcassets/qr.imageset/qr@3x.png deleted file mode 100644 index 26ec47d787..0000000000 Binary files a/ios/StatusIm/Images.xcassets/qr.imageset/qr@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/receive.imageset/Contents.json b/ios/StatusIm/Images.xcassets/receive.imageset/Contents.json deleted file mode 100644 index e6eadeaa41..0000000000 --- a/ios/StatusIm/Images.xcassets/receive.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "receive.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "receive@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "receive@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/receive.imageset/receive.png b/ios/StatusIm/Images.xcassets/receive.imageset/receive.png deleted file mode 100644 index 225d22a870..0000000000 Binary files a/ios/StatusIm/Images.xcassets/receive.imageset/receive.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/recent.imageset/Contents.json b/ios/StatusIm/Images.xcassets/recent.imageset/Contents.json deleted file mode 100644 index 02c2217e2f..0000000000 --- a/ios/StatusIm/Images.xcassets/recent.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "recent-stickers.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "recent-stickers@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "recent-stickers@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers.png b/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers.png deleted file mode 100644 index b52ed04e56..0000000000 Binary files a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@2x.png b/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@2x.png deleted file mode 100644 index 1a2a4e63ff..0000000000 Binary files a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@3x.png b/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@3x.png deleted file mode 100644 index 7cba13d226..0000000000 Binary files a/ios/StatusIm/Images.xcassets/recent.imageset/recent-stickers@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/refresh.imageset/Contents.json b/ios/StatusIm/Images.xcassets/refresh.imageset/Contents.json deleted file mode 100644 index 0a91290ed2..0000000000 --- a/ios/StatusIm/Images.xcassets/refresh.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "refresh.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "refresh@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "refresh@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/refresh.imageset/refresh.png b/ios/StatusIm/Images.xcassets/refresh.imageset/refresh.png deleted file mode 100644 index 21bdcb8396..0000000000 Binary files a/ios/StatusIm/Images.xcassets/refresh.imageset/refresh.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/remove-contact.imageset/Contents.json b/ios/StatusIm/Images.xcassets/remove-contact.imageset/Contents.json deleted file mode 100644 index 481524a9ea..0000000000 --- a/ios/StatusIm/Images.xcassets/remove-contact.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "remove_contact.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "remove_contact@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "remove_contact@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact.png b/ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact.png deleted file mode 100644 index fd396c3e6a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/reply.imageset/Contents.json b/ios/StatusIm/Images.xcassets/reply.imageset/Contents.json deleted file mode 100644 index 92f68079e0..0000000000 --- a/ios/StatusIm/Images.xcassets/reply.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "reply.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "reply@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "reply@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/reply.imageset/reply.png b/ios/StatusIm/Images.xcassets/reply.imageset/reply.png deleted file mode 100644 index 11a182941b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/reply.imageset/reply.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/Contents.json b/ios/StatusIm/Images.xcassets/rotate-camera.imageset/Contents.json deleted file mode 100644 index d4131df8bd..0000000000 --- a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "rotate-camera.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "rotate-camera@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "rotate-camera@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera.png b/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera.png deleted file mode 100644 index 174792f051..0000000000 Binary files a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@2x.png b/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@2x.png deleted file mode 100644 index 1349fde024..0000000000 Binary files a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@3x.png b/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@3x.png deleted file mode 100644 index 3d01a87c08..0000000000 Binary files a/ios/StatusIm/Images.xcassets/rotate-camera.imageset/rotate-camera@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/search.imageset/Contents.json b/ios/StatusIm/Images.xcassets/search.imageset/Contents.json deleted file mode 100644 index 216ea4a88f..0000000000 --- a/ios/StatusIm/Images.xcassets/search.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "search.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "search@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "search@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/search.imageset/search.png b/ios/StatusIm/Images.xcassets/search.imageset/search.png deleted file mode 100644 index 656067c7ae..0000000000 Binary files a/ios/StatusIm/Images.xcassets/search.imageset/search.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/search.imageset/search@3x.png b/ios/StatusIm/Images.xcassets/search.imageset/search@3x.png deleted file mode 100644 index bf194c065e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/search.imageset/search@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/security.imageset/Contents.json b/ios/StatusIm/Images.xcassets/security.imageset/Contents.json deleted file mode 100644 index f178db1eb1..0000000000 --- a/ios/StatusIm/Images.xcassets/security.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "security.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "security@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "security@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/security.imageset/security.png b/ios/StatusIm/Images.xcassets/security.imageset/security.png deleted file mode 100644 index e8a4f52706..0000000000 Binary files a/ios/StatusIm/Images.xcassets/security.imageset/security.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/security.imageset/security@3x.png b/ios/StatusIm/Images.xcassets/security.imageset/security@3x.png deleted file mode 100644 index 3fdc7d46c9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/security.imageset/security@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/send.imageset/Contents.json b/ios/StatusIm/Images.xcassets/send.imageset/Contents.json deleted file mode 100644 index 424b57a944..0000000000 --- a/ios/StatusIm/Images.xcassets/send.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "send.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "send@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "send@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/send.imageset/send.png b/ios/StatusIm/Images.xcassets/send.imageset/send.png deleted file mode 100644 index b1c52a4632..0000000000 Binary files a/ios/StatusIm/Images.xcassets/send.imageset/send.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/send.imageset/send@2x.png b/ios/StatusIm/Images.xcassets/send.imageset/send@2x.png deleted file mode 100644 index 74746b2b25..0000000000 Binary files a/ios/StatusIm/Images.xcassets/send.imageset/send@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/Contents.json b/ios/StatusIm/Images.xcassets/settings-advanced.imageset/Contents.json deleted file mode 100644 index 0d090b873c..0000000000 --- a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "settings-advanced.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "settings-advanced@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "settings-advanced@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced.png b/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced.png deleted file mode 100644 index d2d9b44b85..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@2x.png b/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@2x.png deleted file mode 100644 index 491f9f2b00..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@3x.png b/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@3x.png deleted file mode 100644 index 154948f6ac..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings-advanced.imageset/settings-advanced@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings.imageset/Contents.json b/ios/StatusIm/Images.xcassets/settings.imageset/Contents.json deleted file mode 100644 index a683f09c87..0000000000 --- a/ios/StatusIm/Images.xcassets/settings.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "settings.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "settings@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "settings@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/settings.imageset/settings.png b/ios/StatusIm/Images.xcassets/settings.imageset/settings.png deleted file mode 100644 index 2af6973f36..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings.imageset/settings.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings.imageset/settings@2x.png b/ios/StatusIm/Images.xcassets/settings.imageset/settings@2x.png deleted file mode 100644 index 4b67c68648..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings.imageset/settings@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/settings.imageset/settings@3x.png b/ios/StatusIm/Images.xcassets/settings.imageset/settings@3x.png deleted file mode 100644 index 62ac2c41c2..0000000000 Binary files a/ios/StatusIm/Images.xcassets/settings.imageset/settings@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/share.imageset/Contents.json b/ios/StatusIm/Images.xcassets/share.imageset/Contents.json deleted file mode 100644 index 72c2f3ca8c..0000000000 --- a/ios/StatusIm/Images.xcassets/share.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "share.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "share@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "share@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/share.imageset/share.png b/ios/StatusIm/Images.xcassets/share.imageset/share.png deleted file mode 100644 index 1e6e4c0bf1..0000000000 Binary files a/ios/StatusIm/Images.xcassets/share.imageset/share.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/show.imageset/Contents.json b/ios/StatusIm/Images.xcassets/show.imageset/Contents.json deleted file mode 100644 index 4c7749b529..0000000000 --- a/ios/StatusIm/Images.xcassets/show.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "Show.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "Show@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "Show@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ios/StatusIm/Images.xcassets/show.imageset/Show.png b/ios/StatusIm/Images.xcassets/show.imageset/Show.png deleted file mode 100644 index ae2e6018ff..0000000000 Binary files a/ios/StatusIm/Images.xcassets/show.imageset/Show.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/show.imageset/Show@2x.png b/ios/StatusIm/Images.xcassets/show.imageset/Show@2x.png deleted file mode 100644 index 9940abf449..0000000000 Binary files a/ios/StatusIm/Images.xcassets/show.imageset/Show@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/show.imageset/Show@3x.png b/ios/StatusIm/Images.xcassets/show.imageset/Show@3x.png deleted file mode 100644 index 5e02e6e75f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/show.imageset/Show@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/sticker-history.imageset/Contents.json b/ios/StatusIm/Images.xcassets/sticker-history.imageset/Contents.json deleted file mode 100644 index 00bd820a3c..0000000000 --- a/ios/StatusIm/Images.xcassets/sticker-history.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "sticker-history.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "sticker-history@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "sticker-history@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history.png b/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history.png deleted file mode 100644 index 6b7e761976..0000000000 Binary files a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@2x.png b/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@2x.png deleted file mode 100644 index 63ffd3fe3c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@3x.png b/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@3x.png deleted file mode 100644 index de8e2cd42d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/sticker-history.imageset/sticker-history@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers-big.imageset/Contents.json b/ios/StatusIm/Images.xcassets/stickers-big.imageset/Contents.json deleted file mode 100644 index 6fa8a25df0..0000000000 --- a/ios/StatusIm/Images.xcassets/stickers-big.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "sticker-none.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "sticker-none@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "sticker-none@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none.png b/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none.png deleted file mode 100644 index a9551ba680..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@2x.png b/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@2x.png deleted file mode 100644 index e1026f2c1e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@3x.png b/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@3x.png deleted file mode 100644 index 7f648a195c..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers-big.imageset/sticker-none@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers.imageset/Contents.json b/ios/StatusIm/Images.xcassets/stickers.imageset/Contents.json deleted file mode 100644 index 1a318b019f..0000000000 --- a/ios/StatusIm/Images.xcassets/stickers.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "stickers.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "stickers@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "stickers@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers.png b/ios/StatusIm/Images.xcassets/stickers.imageset/stickers.png deleted file mode 100644 index f7506e9575..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@2x.png b/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@2x.png deleted file mode 100644 index c8b00340a8..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@3x.png b/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@3x.png deleted file mode 100644 index ff55ed4b98..0000000000 Binary files a/ios/StatusIm/Images.xcassets/stickers.imageset/stickers@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/text.imageset/Contents.json b/ios/StatusIm/Images.xcassets/text.imageset/Contents.json deleted file mode 100644 index af8fcbb8ea..0000000000 --- a/ios/StatusIm/Images.xcassets/text.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "text.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "text@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "text@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/text.imageset/text.png b/ios/StatusIm/Images.xcassets/text.imageset/text.png deleted file mode 100644 index c098d00b06..0000000000 Binary files a/ios/StatusIm/Images.xcassets/text.imageset/text.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/Contents.json deleted file mode 100644 index 0fc42b2833..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-TributeToTalk.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-TributeToTalk@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-TributeToTalk@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk.png b/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk.png deleted file mode 100644 index 0059e0da39..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@2x.png b/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@2x.png deleted file mode 100644 index 0e6299323b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@3x.png b/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@3x.png deleted file mode 100644 index fe27f8eb22..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-TributeToTalk.imageset/tiny-TributeToTalk@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/Contents.json deleted file mode 100644 index 0748790969..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-arrow-down.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-arrow-down@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-arrow-down@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down.png b/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down.png deleted file mode 100644 index f8c242d7da..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@2x.png b/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@2x.png deleted file mode 100644 index 447dc244d7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@3x.png b/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@3x.png deleted file mode 100644 index a73cde7a1b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-arrow-down.imageset/tiny-arrow-down@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-check.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-check.imageset/Contents.json deleted file mode 100644 index e4f48c3ee0..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-check.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-check.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-check@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-check@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check.png b/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check.png deleted file mode 100644 index 4672100f68..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@2x.png b/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@2x.png deleted file mode 100644 index 9369f0bd73..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@3x.png b/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@3x.png deleted file mode 100644 index f24424fb86..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-check.imageset/tiny-check@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-clear.imageset/Contents.json deleted file mode 100644 index ab511115e0..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-clear.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-clear@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-clear@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear.png b/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear.png deleted file mode 100644 index ab20c67003..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@2x.png b/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@2x.png deleted file mode 100644 index e35780bd84..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@3x.png b/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@3x.png deleted file mode 100644 index 3dbe081512..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-clear.imageset/tiny-clear@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-edit.imageset/Contents.json deleted file mode 100644 index c63e89c84f..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-edit.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-edit@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-edit@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit.png b/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit.png deleted file mode 100644 index 9121279027..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@2x.png b/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@2x.png deleted file mode 100644 index 9b40b5b338..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@3x.png b/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@3x.png deleted file mode 100644 index d026b14621..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-edit.imageset/tiny-edit@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-external.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-external.imageset/Contents.json deleted file mode 100644 index ea2fa62c99..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-external.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-external.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-external@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-external@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external.png b/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external.png deleted file mode 100644 index a4fb8a5b7f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@2x.png b/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@2x.png deleted file mode 100644 index 9f9cf7a2c3..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@3x.png b/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@3x.png deleted file mode 100644 index a5880d7c2e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-external.imageset/tiny-external@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-group.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-group.imageset/Contents.json deleted file mode 100644 index b1d94e3aef..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-group.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-group.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-group@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-group@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group.png b/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group.png deleted file mode 100644 index 3257461a86..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@2x.png b/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@2x.png deleted file mode 100644 index 063d393d25..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@3x.png b/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@3x.png deleted file mode 100644 index 6d61e09dec..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-group.imageset/tiny-group@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/Contents.json deleted file mode 100644 index fb5c8a72de..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-lock-broken.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-lock-broken@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-lock-broken@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken.png b/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken.png deleted file mode 100644 index 35aebfabd9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@2x.png b/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@2x.png deleted file mode 100644 index 005a5e2a0a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@3x.png b/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@3x.png deleted file mode 100644 index eb0d247499..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock-broken.imageset/tiny-lock-broken@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-lock.imageset/Contents.json deleted file mode 100644 index f265f08068..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-lock.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-lock@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-lock@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock.png b/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock.png deleted file mode 100644 index 50a7ee1822..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@2x.png b/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@2x.png deleted file mode 100644 index ca7d80c69e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@3x.png b/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@3x.png deleted file mode 100644 index b2effadae7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-lock.imageset/tiny-lock@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/Contents.json deleted file mode 100644 index 19a5a3cc16..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-new_contact.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-new_contact@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-new_contact@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact.png b/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact.png deleted file mode 100644 index f8cc99fd99..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@2x.png b/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@2x.png deleted file mode 100644 index 4a9cdd81db..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@3x.png b/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@3x.png deleted file mode 100644 index 1edc7faade..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-new_contact.imageset/tiny-new_contact@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-pending.imageset/Contents.json deleted file mode 100644 index 2470783a77..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-pending.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-pending@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-pending@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending.png b/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending.png deleted file mode 100644 index ea05b8b90f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@2x.png b/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@2x.png deleted file mode 100644 index 7596d1ef95..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@3x.png b/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@3x.png deleted file mode 100644 index e3a94d91a0..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-pending.imageset/tiny-pending@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-public.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-public.imageset/Contents.json deleted file mode 100644 index 22256a3299..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-public.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-public.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-public@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-public@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public.png b/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public.png deleted file mode 100644 index 132b5c99b5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@2x.png b/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@2x.png deleted file mode 100644 index 007a1e6cf8..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@3x.png b/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@3x.png deleted file mode 100644 index 7d6b381ed8..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-public.imageset/tiny-public@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-settings.imageset/Contents.json deleted file mode 100644 index 662ce899a9..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-settings.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-settings@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-settings@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings.png b/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings.png deleted file mode 100644 index b4080abd2e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@2x.png b/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@2x.png deleted file mode 100644 index 7e83abb598..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@3x.png b/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@3x.png deleted file mode 100644 index f67c0074ee..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-settings.imageset/tiny-settings@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-snt.imageset/Contents.json deleted file mode 100644 index 7916cb823e..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-snt.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-snt@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-snt@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt.png b/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt.png deleted file mode 100644 index 72489de78a..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@2x.png b/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@2x.png deleted file mode 100644 index 83bc68ce28..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@3x.png b/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@3x.png deleted file mode 100644 index 7b61eeb42e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-snt.imageset/tiny-snt@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tiny-warning.imageset/Contents.json deleted file mode 100644 index e531681937..0000000000 --- a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tiny-warning.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tiny-warning@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tiny-warning@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning.png b/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning.png deleted file mode 100644 index c7e8fa69d4..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@2x.png b/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@2x.png deleted file mode 100644 index 007010fd25..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@3x.png b/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@3x.png deleted file mode 100644 index 6d1005d8ce..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tiny-warning.imageset/tiny-warning@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/token.imageset/Contents.json b/ios/StatusIm/Images.xcassets/token.imageset/Contents.json deleted file mode 100644 index 8072046181..0000000000 --- a/ios/StatusIm/Images.xcassets/token.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "token.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "token@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "token@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token.png b/ios/StatusIm/Images.xcassets/token.imageset/token.png deleted file mode 100644 index e14adb9318..0000000000 Binary files a/ios/StatusIm/Images.xcassets/token.imageset/token.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png b/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png deleted file mode 100644 index d4068c24fb..0000000000 Binary files a/ios/StatusIm/Images.xcassets/token.imageset/token@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Contents.json deleted file mode 100644 index 0628edbec5..0000000000 --- a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "Tip.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "Tip@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "Tip@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip.png b/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip.png deleted file mode 100644 index 8c737ae939..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@2x.png b/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@2x.png deleted file mode 100644 index ebaaa0272d..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@3x.png b/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@3x.png deleted file mode 100644 index eb70c36a01..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-tip.imageset/Tip@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/Contents.json deleted file mode 100644 index 56d6ae725c..0000000000 --- a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tooltip-triangle.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tooltip-triangle@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tooltip-triangle@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle.png b/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle.png deleted file mode 100644 index 622cc37c59..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@2x.png b/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@2x.png deleted file mode 100644 index 82ac02e485..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@3x.png b/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@3x.png deleted file mode 100644 index 02666d3c31..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tooltip-triangle.imageset/tooltip-triangle@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/Contents.json b/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/Contents.json deleted file mode 100644 index c23eaf5ba9..0000000000 --- a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "tributeToTalk.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "tributeToTalk@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "tributeToTalk@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk.png b/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk.png deleted file mode 100644 index 616b9bb156..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@2x.png b/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@2x.png deleted file mode 100644 index 343c10d868..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@3x.png b/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@3x.png deleted file mode 100644 index c42e592c1f..0000000000 Binary files a/ios/StatusIm/Images.xcassets/tributeToTalk.imageset/tributeToTalk@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/two_arrows.imageset/Contents.json b/ios/StatusIm/Images.xcassets/two_arrows.imageset/Contents.json deleted file mode 100644 index 329d3f0bfc..0000000000 --- a/ios/StatusIm/Images.xcassets/two_arrows.imageset/Contents.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "two_arrows.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "two_arrows@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/two_arrows.imageset/two_arrows.png b/ios/StatusIm/Images.xcassets/two_arrows.imageset/two_arrows.png deleted file mode 100644 index 8673efa3de..0000000000 Binary files a/ios/StatusIm/Images.xcassets/two_arrows.imageset/two_arrows.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/Contents.json b/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/Contents.json deleted file mode 100644 index 922919d8ee..0000000000 --- a/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "two_arrows@twox.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/two_arrows@twox.png b/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/two_arrows@twox.png deleted file mode 100644 index f48b1cc6c9..0000000000 Binary files a/ios/StatusIm/Images.xcassets/two_arrows@twox.imageset/two_arrows@twox.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/union-nfc.imageset/Contents.json b/ios/StatusIm/Images.xcassets/union-nfc.imageset/Contents.json deleted file mode 100644 index 76a3682076..0000000000 --- a/ios/StatusIm/Images.xcassets/union-nfc.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "union-nfc.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "union-nfc@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "union-nfc@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc.png b/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc.png deleted file mode 100644 index 9f8fd24420..0000000000 Binary files a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@2x.png b/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@2x.png deleted file mode 100644 index 4870dd05f7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@3x.png b/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@3x.png deleted file mode 100644 index 01ddc55359..0000000000 Binary files a/ios/StatusIm/Images.xcassets/union-nfc.imageset/union-nfc@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/Contents.json b/ios/StatusIm/Images.xcassets/user-profile-1.imageset/Contents.json deleted file mode 100644 index 9ed90b46d1..0000000000 --- a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "user-profile-1.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "user-profile@2x-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "user-profile@3x-1.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile-1.png b/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile-1.png deleted file mode 100644 index e138c45e72..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@2x-1.png b/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@2x-1.png deleted file mode 100644 index a4dd1a9fe4..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@2x-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@3x-1.png b/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@3x-1.png deleted file mode 100644 index a3fb860d88..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile-1.imageset/user-profile@3x-1.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile.imageset/Contents.json b/ios/StatusIm/Images.xcassets/user-profile.imageset/Contents.json deleted file mode 100644 index 40d6504004..0000000000 --- a/ios/StatusIm/Images.xcassets/user-profile.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "user-profile.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "user-profile@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "user-profile@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile.png b/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile.png deleted file mode 100644 index e138c45e72..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@2x.png b/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@2x.png deleted file mode 100644 index c0910ae860..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@3x.png b/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@3x.png deleted file mode 100644 index a3fb860d88..0000000000 Binary files a/ios/StatusIm/Images.xcassets/user-profile.imageset/user-profile@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/username.imageset/Contents.json b/ios/StatusIm/Images.xcassets/username.imageset/Contents.json deleted file mode 100644 index 309c6fa04b..0000000000 --- a/ios/StatusIm/Images.xcassets/username.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "username.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "username@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "username@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/username.imageset/username.png b/ios/StatusIm/Images.xcassets/username.imageset/username.png deleted file mode 100644 index 0adacc6538..0000000000 Binary files a/ios/StatusIm/Images.xcassets/username.imageset/username.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/username.imageset/username@2x.png b/ios/StatusIm/Images.xcassets/username.imageset/username@2x.png deleted file mode 100644 index 26c67e29d7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/username.imageset/username@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/username.imageset/username@3x.png b/ios/StatusIm/Images.xcassets/username.imageset/username@3x.png deleted file mode 100644 index a557de88d5..0000000000 Binary files a/ios/StatusIm/Images.xcassets/username.imageset/username@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/wallet.imageset/Contents.json b/ios/StatusIm/Images.xcassets/wallet.imageset/Contents.json deleted file mode 100644 index b0f34699c4..0000000000 --- a/ios/StatusIm/Images.xcassets/wallet.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "wallet.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "wallet@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "wallet@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/wallet.imageset/wallet.png b/ios/StatusIm/Images.xcassets/wallet.imageset/wallet.png deleted file mode 100644 index 95c0410bb7..0000000000 Binary files a/ios/StatusIm/Images.xcassets/wallet.imageset/wallet.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/wallet.imageset/wallet@3x.png b/ios/StatusIm/Images.xcassets/wallet.imageset/wallet@3x.png deleted file mode 100644 index c40f2b109e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/wallet.imageset/wallet@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/warning.imageset/Contents.json b/ios/StatusIm/Images.xcassets/warning.imageset/Contents.json deleted file mode 100644 index e4ff2fc496..0000000000 --- a/ios/StatusIm/Images.xcassets/warning.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "warning.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "warning@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "warning@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/StatusIm/Images.xcassets/warning.imageset/warning.png b/ios/StatusIm/Images.xcassets/warning.imageset/warning.png deleted file mode 100644 index 62db2dab2b..0000000000 Binary files a/ios/StatusIm/Images.xcassets/warning.imageset/warning.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/warning.imageset/warning@2x.png b/ios/StatusIm/Images.xcassets/warning.imageset/warning@2x.png deleted file mode 100644 index 70ce141ab8..0000000000 Binary files a/ios/StatusIm/Images.xcassets/warning.imageset/warning@2x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/warning.imageset/warning@3x.png b/ios/StatusIm/Images.xcassets/warning.imageset/warning@3x.png deleted file mode 100644 index 1a2061409e..0000000000 Binary files a/ios/StatusIm/Images.xcassets/warning.imageset/warning@3x.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json b/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json deleted file mode 100644 index c2c642fae3..0000000000 --- a/ios/StatusIm/Images.xcassets/watch.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "watch.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "watch@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "watch@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch.png b/ios/StatusIm/Images.xcassets/watch.imageset/watch.png deleted file mode 100644 index 919d704fbd..0000000000 Binary files a/ios/StatusIm/Images.xcassets/watch.imageset/watch.png and /dev/null differ diff --git a/ios/StatusIm/Images.xcassets/account.imageset/account@2x.png b/resources/images/icons/account@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/account.imageset/account@2x.png rename to resources/images/icons/account@2x.png diff --git a/ios/StatusIm/Images.xcassets/account.imageset/account@3x.png b/resources/images/icons/account@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/account.imageset/account@3x.png rename to resources/images/icons/account@3x.png diff --git a/ios/StatusIm/Images.xcassets/add.imageset/add@2x.png b/resources/images/icons/add@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/add.imageset/add@2x.png rename to resources/images/icons/add@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/add.png b/resources/images/icons/add@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/add.png rename to resources/images/icons/add@3x.png diff --git a/ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact@2x.png b/resources/images/icons/add_contact@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact@2x.png rename to resources/images/icons/add_contact@2x.png diff --git a/ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact@3x.png b/resources/images/icons/add_contact@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/add-contact.imageset/add_contact@3x.png rename to resources/images/icons/add_contact@3x.png diff --git a/ios/StatusIm/Images.xcassets/address.imageset/address@2x.png b/resources/images/icons/address@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/address.imageset/address@2x.png rename to resources/images/icons/address@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/address.png b/resources/images/icons/address@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/address.png rename to resources/images/icons/address@3x.png diff --git a/ios/StatusIm/Images.xcassets/appearance.imageset/appearance@2x.png b/resources/images/icons/appearance@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/appearance.imageset/appearance@2x.png rename to resources/images/icons/appearance@2x.png diff --git a/ios/StatusIm/Images.xcassets/appearance.imageset/appearance@3x.png b/resources/images/icons/appearance@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/appearance.imageset/appearance@3x.png rename to resources/images/icons/appearance@3x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down@2x.png b/resources/images/icons/arrow_down@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down@2x.png rename to resources/images/icons/arrow_down@2x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down@3x.png b/resources/images/icons/arrow_down@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-down.imageset/arrow_down@3x.png rename to resources/images/icons/arrow_down@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/arrow_left.png b/resources/images/icons/arrow_left@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/arrow_left.png rename to resources/images/icons/arrow_left@2x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left@3x.png b/resources/images/icons/arrow_left@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-left.imageset/arrow_left@3x.png rename to resources/images/icons/arrow_left@3x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right@2x.png b/resources/images/icons/arrow_right@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right@2x.png rename to resources/images/icons/arrow_right@2x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right@3x.png b/resources/images/icons/arrow_right@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-right.imageset/arrow_right@3x.png rename to resources/images/icons/arrow_right@3x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up@2x.png b/resources/images/icons/arrow_up@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up@2x.png rename to resources/images/icons/arrow_up@2x.png diff --git a/ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up@3x.png b/resources/images/icons/arrow_up@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/arrow-up.imageset/arrow_up@3x.png rename to resources/images/icons/arrow_up@3x.png diff --git a/ios/StatusIm/Images.xcassets/back.imageset/back@2x.png b/resources/images/icons/back@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/back.imageset/back@2x.png rename to resources/images/icons/back@2x.png diff --git a/ios/StatusIm/Images.xcassets/back.imageset/back@3x.png b/resources/images/icons/back@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/back.imageset/back@3x.png rename to resources/images/icons/back@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/backspace.png b/resources/images/icons/backspace@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/backspace.png rename to resources/images/icons/backspace@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/backspace.png b/resources/images/icons/backspace@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/backspace.png rename to resources/images/icons/backspace@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/bell.png b/resources/images/icons/bell@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/bell.png rename to resources/images/icons/bell@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/bell.png b/resources/images/icons/bell@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/bell.png rename to resources/images/icons/bell@3x.png diff --git a/ios/StatusIm/Images.xcassets/browser.imageset/browser@2x.png b/resources/images/icons/browser@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/browser.imageset/browser@2x.png rename to resources/images/icons/browser@2x.png diff --git a/ios/StatusIm/Images.xcassets/browser.imageset/browser@3x.png b/resources/images/icons/browser@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/browser.imageset/browser@3x.png rename to resources/images/icons/browser@3x.png diff --git a/ios/StatusIm/Images.xcassets/camera.imageset/camera@2x.png b/resources/images/icons/camera@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/camera.imageset/camera@2x.png rename to resources/images/icons/camera@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/camera.png b/resources/images/icons/camera@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/camera.png rename to resources/images/icons/camera@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/cancel.png b/resources/images/icons/cancel@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/cancel.png rename to resources/images/icons/cancel@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/cancel.png b/resources/images/icons/cancel@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/cancel.png rename to resources/images/icons/cancel@3x.png diff --git a/ios/StatusIm/Images.xcassets/change.imageset/change@2x.png b/resources/images/icons/change@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/change.imageset/change@2x.png rename to resources/images/icons/change@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/change.png b/resources/images/icons/change@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/change.png rename to resources/images/icons/change@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/check.png b/resources/images/icons/check@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/check.png rename to resources/images/icons/check@2x.png diff --git a/ios/StatusIm/Images.xcassets/check.imageset/check@3x.png b/resources/images/icons/check@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/check.imageset/check@3x.png rename to resources/images/icons/check@3x.png diff --git a/ios/StatusIm/Images.xcassets/close.imageset/close@2x.png b/resources/images/icons/close@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/close.imageset/close@2x.png rename to resources/images/icons/close@2x.png diff --git a/ios/StatusIm/Images.xcassets/close.imageset/close@3x.png b/resources/images/icons/close@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/close.imageset/close@3x.png rename to resources/images/icons/close@3x.png diff --git a/ios/StatusIm/Images.xcassets/commands.imageset/commands@2x.png b/resources/images/icons/commands@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/commands.imageset/commands@2x.png rename to resources/images/icons/commands@2x.png diff --git a/ios/StatusIm/Images.xcassets/commands.imageset/commands@3x.png b/resources/images/icons/commands@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/commands.imageset/commands@3x.png rename to resources/images/icons/commands@3x.png diff --git a/ios/StatusIm/Images.xcassets/copy.imageset/copy@2x.png b/resources/images/icons/copy@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/copy.imageset/copy@2x.png rename to resources/images/icons/copy@2x.png diff --git a/ios/StatusIm/Images.xcassets/copy.imageset/copy@3x.png b/resources/images/icons/copy@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/copy.imageset/copy@3x.png rename to resources/images/icons/copy@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/corner_left_bottom.png b/resources/images/icons/corner_left_bottom@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/corner_left_bottom.png rename to resources/images/icons/corner_left_bottom@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/corner_left_bottom.png b/resources/images/icons/corner_left_bottom@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/corner_left_bottom.png rename to resources/images/icons/corner_left_bottom@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/corner_left_top.png b/resources/images/icons/corner_left_top@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/corner_left_top.png rename to resources/images/icons/corner_left_top@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/corner_left_top.png b/resources/images/icons/corner_left_top@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/corner_left_top.png rename to resources/images/icons/corner_left_top@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/corner_right_bottom.png b/resources/images/icons/corner_right_bottom@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/corner_right_bottom.png rename to resources/images/icons/corner_right_bottom@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/corner_right_bottom.png b/resources/images/icons/corner_right_bottom@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/corner_right_bottom.png rename to resources/images/icons/corner_right_bottom@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/corner_right_top.png b/resources/images/icons/corner_right_top@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/corner_right_top.png rename to resources/images/icons/corner_right_top@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/corner_right_top.png b/resources/images/icons/corner_right_top@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/corner_right_top.png rename to resources/images/icons/corner_right_top@3x.png diff --git a/ios/StatusIm/Images.xcassets/dapp.imageset/dapp@2x.png b/resources/images/icons/dapp@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/dapp.imageset/dapp@2x.png rename to resources/images/icons/dapp@2x.png diff --git a/ios/StatusIm/Images.xcassets/dapp.imageset/dapp@3x.png b/resources/images/icons/dapp@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/dapp.imageset/dapp@3x.png rename to resources/images/icons/dapp@3x.png diff --git a/ios/StatusIm/Images.xcassets/delete.imageset/delete@2x.png b/resources/images/icons/delete@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/delete.imageset/delete@2x.png rename to resources/images/icons/delete@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/delete.png b/resources/images/icons/delete@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/delete.png rename to resources/images/icons/delete@3x.png diff --git a/ios/StatusIm/Images.xcassets/desktop.imageset/desktop@2x.png b/resources/images/icons/desktop@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/desktop.imageset/desktop@2x.png rename to resources/images/icons/desktop@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/desktop.png b/resources/images/icons/desktop@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/desktop.png rename to resources/images/icons/desktop@3x.png diff --git a/ios/StatusIm/Images.xcassets/download.imageset/download@2x.png b/resources/images/icons/download@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/download.imageset/download@2x.png rename to resources/images/icons/download@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/download.png b/resources/images/icons/download@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/download.png rename to resources/images/icons/download@3x.png diff --git a/ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown@2x.png b/resources/images/icons/dropdown@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown@2x.png rename to resources/images/icons/dropdown@2x.png diff --git a/ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown@3x.png b/resources/images/icons/dropdown@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/dropdown.imageset/dropdown@3x.png rename to resources/images/icons/dropdown@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/dropdown_up.png b/resources/images/icons/dropdown_up@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/dropdown_up.png rename to resources/images/icons/dropdown_up@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/dropdown_up.png b/resources/images/icons/dropdown_up@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/dropdown_up.png rename to resources/images/icons/dropdown_up@3x.png diff --git a/ios/StatusIm/Images.xcassets/edit.imageset/edit@2x.png b/resources/images/icons/edit@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/edit.imageset/edit@2x.png rename to resources/images/icons/edit@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/edit.png b/resources/images/icons/edit@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/edit.png rename to resources/images/icons/edit@3x.png diff --git a/ios/StatusIm/Images.xcassets/faceid.imageset/faceid@2x.png b/resources/images/icons/faceid@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/faceid.imageset/faceid@2x.png rename to resources/images/icons/faceid@2x.png diff --git a/ios/StatusIm/Images.xcassets/faceid.imageset/faceid@3x.png b/resources/images/icons/faceid@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/faceid.imageset/faceid@3x.png rename to resources/images/icons/faceid@3x.png diff --git a/ios/StatusIm/Images.xcassets/filter.imageset/filter@2x.png b/resources/images/icons/filter@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/filter.imageset/filter@2x.png rename to resources/images/icons/filter@2x.png diff --git a/ios/StatusIm/Images.xcassets/filter.imageset/filter@3x.png b/resources/images/icons/filter@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/filter.imageset/filter@3x.png rename to resources/images/icons/filter@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/fingerprint.png b/resources/images/icons/fingerprint@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/fingerprint.png rename to resources/images/icons/fingerprint@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/fingerprint.png b/resources/images/icons/fingerprint@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/fingerprint.png rename to resources/images/icons/fingerprint@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/flash.png b/resources/images/icons/flash@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/flash.png rename to resources/images/icons/flash@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/flash.png b/resources/images/icons/flash@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/flash.png rename to resources/images/icons/flash@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/flash_active.png b/resources/images/icons/flash_active@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/flash_active.png rename to resources/images/icons/flash_active@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/flash_active.png b/resources/images/icons/flash_active@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/flash_active.png rename to resources/images/icons/flash_active@3x.png diff --git a/ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat@2x.png b/resources/images/icons/group_chat@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/group-chat.imageset/group_chat@2x.png rename to resources/images/icons/group_chat@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/group_chat.png b/resources/images/icons/group_chat@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/group_chat.png rename to resources/images/icons/group_chat@3x.png diff --git a/ios/StatusIm/Images.xcassets/help.imageset/help@2x.png b/resources/images/icons/help@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/help.imageset/help@2x.png rename to resources/images/icons/help@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/help.png b/resources/images/icons/help@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/help.png rename to resources/images/icons/help@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/hide.png b/resources/images/icons/hide@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/hide.png rename to resources/images/icons/hide@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/hide.png b/resources/images/icons/hide@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/hide.png rename to resources/images/icons/hide@3x.png diff --git a/ios/StatusIm/Images.xcassets/history.imageset/history@2x.png b/resources/images/icons/history@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/history.imageset/history@2x.png rename to resources/images/icons/history@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/history.png b/resources/images/icons/history@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/history.png rename to resources/images/icons/history@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/home.png b/resources/images/icons/home@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/home.png rename to resources/images/icons/home@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/home.png b/resources/images/icons/home@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/home.png rename to resources/images/icons/home@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/home_1.png b/resources/images/icons/home_1@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/home_1.png rename to resources/images/icons/home_1@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/home_1.png b/resources/images/icons/home_1@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/home_1.png rename to resources/images/icons/home_1@3x.png diff --git a/resources/images/icons/ic_background@2x.png b/resources/images/icons/ic_background@2x.png new file mode 100644 index 0000000000..086c648f56 Binary files /dev/null and b/resources/images/icons/ic_background@2x.png differ diff --git a/resources/images/icons/ic_background@3x.png b/resources/images/icons/ic_background@3x.png new file mode 100644 index 0000000000..0f4f695623 Binary files /dev/null and b/resources/images/icons/ic_background@3x.png differ diff --git a/resources/images/icons/ic_foreground@2x.png b/resources/images/icons/ic_foreground@2x.png new file mode 100644 index 0000000000..0c8d0ac4d0 Binary files /dev/null and b/resources/images/icons/ic_foreground@2x.png differ diff --git a/resources/images/icons/ic_foreground@3x.png b/resources/images/icons/ic_foreground@3x.png new file mode 100644 index 0000000000..c5a3afd29d Binary files /dev/null and b/resources/images/icons/ic_foreground@3x.png differ diff --git a/resources/images/icons/ic_stat_status_notification@2x.png b/resources/images/icons/ic_stat_status_notification@2x.png new file mode 100755 index 0000000000..ab8aeaa8d9 Binary files /dev/null and b/resources/images/icons/ic_stat_status_notification@2x.png differ diff --git a/resources/images/icons/ic_stat_status_notification@3x.png b/resources/images/icons/ic_stat_status_notification@3x.png new file mode 100755 index 0000000000..7970807358 Binary files /dev/null and b/resources/images/icons/ic_stat_status_notification@3x.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/icon_action_back.png b/resources/images/icons/icon_action_back@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_action_back.png rename to resources/images/icons/icon_action_back@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_action_forward.png b/resources/images/icons/icon_action_forward@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_action_forward.png rename to resources/images/icons/icon_action_forward@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_action_fullscreen_collapse.png b/resources/images/icons/icon_action_fullscreen_collapse@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_action_fullscreen_collapse.png rename to resources/images/icons/icon_action_fullscreen_collapse@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_action_fullscreen_expand.png b/resources/images/icons/icon_action_fullscreen_expand@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_action_fullscreen_expand.png rename to resources/images/icons/icon_action_fullscreen_expand@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_arrow_top.png b/resources/images/icons/icon_arrow_top@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_arrow_top.png rename to resources/images/icons/icon_arrow_top@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_avatar.png b/resources/images/icons/icon_avatar@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_avatar.png rename to resources/images/icons/icon_avatar@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_avatar.png b/resources/images/icons/icon_avatar@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_avatar.png rename to resources/images/icons/icon_avatar@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_check_on.png b/resources/images/icons/icon_check_on@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_check_on.png rename to resources/images/icons/icon_check_on@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_check_on.png b/resources/images/icons/icon_check_on@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_check_on.png rename to resources/images/icons/icon_check_on@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_close_light_gray.png b/resources/images/icons/icon_close_light_gray@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_close_light_gray.png rename to resources/images/icons/icon_close_light_gray@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_close_light_gray.png b/resources/images/icons/icon_close_light_gray@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_close_light_gray.png rename to resources/images/icons/icon_close_light_gray@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_forward_gray.png b/resources/images/icons/icon_forward_gray@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_forward_gray.png rename to resources/images/icons/icon_forward_gray@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_forward_gray.png b/resources/images/icons/icon_forward_gray@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_forward_gray.png rename to resources/images/icons/icon_forward_gray@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_lock_gray.png b/resources/images/icons/icon_lock_gray@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_lock_gray.png rename to resources/images/icons/icon_lock_gray@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_lock_gray.png b/resources/images/icons/icon_lock_gray@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_lock_gray.png rename to resources/images/icons/icon_lock_gray@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_lock_white.png b/resources/images/icons/icon_lock_white@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_lock_white.png rename to resources/images/icons/icon_lock_white@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_lock_white.png b/resources/images/icons/icon_lock_white@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_lock_white.png rename to resources/images/icons/icon_lock_white@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_menu_group.png b/resources/images/icons/icon_menu_group@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_menu_group.png rename to resources/images/icons/icon_menu_group@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_menu_group.png b/resources/images/icons/icon_menu_group@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_menu_group.png rename to resources/images/icons/icon_menu_group@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_money_white.png b/resources/images/icons/icon_money_white@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_money_white.png rename to resources/images/icons/icon_money_white@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_money_white.png b/resources/images/icons/icon_money_white@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_money_white.png rename to resources/images/icons/icon_money_white@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_muted.png b/resources/images/icons/icon_muted@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_muted.png rename to resources/images/icons/icon_muted@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_muted.png b/resources/images/icons/icon_muted@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_muted.png rename to resources/images/icons/icon_muted@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_notifications_on.png b/resources/images/icons/icon_notifications_on@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_notifications_on.png rename to resources/images/icons/icon_notifications_on@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_notifications_on.png b/resources/images/icons/icon_notifications_on@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_notifications_on.png rename to resources/images/icons/icon_notifications_on@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/icon_phone_white.png b/resources/images/icons/icon_phone_white@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/icon_phone_white.png rename to resources/images/icons/icon_phone_white@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/icon_phone_white.png b/resources/images/icons/icon_phone_white@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/icon_phone_white.png rename to resources/images/icons/icon_phone_white@3x.png diff --git a/ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts@2x.png b/resources/images/icons/in_contacts@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/in-contacts.imageset/in_contacts@2x.png rename to resources/images/icons/in_contacts@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/in_contacts.png b/resources/images/icons/in_contacts@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/in_contacts.png rename to resources/images/icons/in_contacts@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/info.png b/resources/images/icons/info@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/info.png rename to resources/images/icons/info@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/info.png b/resources/images/icons/info@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/info.png rename to resources/images/icons/info@3x.png diff --git a/ios/StatusIm/Images.xcassets/keycard.imageset/keycard@2x.png b/resources/images/icons/keycard@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/keycard.imageset/keycard@2x.png rename to resources/images/icons/keycard@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/keycard.png b/resources/images/icons/keycard@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/keycard.png rename to resources/images/icons/keycard@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/keycard_logo.png b/resources/images/icons/keycard_logo@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/keycard_logo.png rename to resources/images/icons/keycard_logo@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/keycard_logo.png b/resources/images/icons/keycard_logo@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/keycard_logo.png rename to resources/images/icons/keycard_logo@3x.png diff --git a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big@2x.png b/resources/images/icons/keycard_logo_big@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big@2x.png rename to resources/images/icons/keycard_logo_big@2x.png diff --git a/ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big@3x.png b/resources/images/icons/keycard_logo_big@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/keycard-logo-big.imageset/keycard_logo_big@3x.png rename to resources/images/icons/keycard_logo_big@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/language.png b/resources/images/icons/language@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/language.png rename to resources/images/icons/language@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/language.png b/resources/images/icons/language@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/language.png rename to resources/images/icons/language@3x.png diff --git a/ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image@2x.png b/resources/images/icons/launch_logo@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image@2x.png rename to resources/images/icons/launch_logo@2x.png diff --git a/ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image@3x.png b/resources/images/icons/launch_logo@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/launch_image.imageset/launch_image@3x.png rename to resources/images/icons/launch_logo@3x.png diff --git a/ios/StatusIm/Images.xcassets/link.imageset/link@2x.png b/resources/images/icons/link@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/link.imageset/link@2x.png rename to resources/images/icons/link@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/link.png b/resources/images/icons/link@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/link.png rename to resources/images/icons/link@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/log_out.png b/resources/images/icons/log_out@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/log_out.png rename to resources/images/icons/log_out@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/log_out.png b/resources/images/icons/log_out@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/log_out.png rename to resources/images/icons/log_out@3x.png diff --git a/resources/images/icons/logo@2x.png b/resources/images/icons/logo@2x.png new file mode 100644 index 0000000000..7b2e9a2737 Binary files /dev/null and b/resources/images/icons/logo@2x.png differ diff --git a/ios/StatusIm/Images.xcassets/logo.imageset/logo@3x.png b/resources/images/icons/logo@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/logo.imageset/logo@3x.png rename to resources/images/icons/logo@3x.png diff --git a/ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver@2x.png b/resources/images/icons/mailserver@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver@2x.png rename to resources/images/icons/mailserver@2x.png diff --git a/ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver@3x.png b/resources/images/icons/mailserver@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/mailserver.imageset/mailserver@3x.png rename to resources/images/icons/mailserver@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/make_admin.png b/resources/images/icons/make_admin@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/make_admin.png rename to resources/images/icons/make_admin@2x.png diff --git a/ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin@3x.png b/resources/images/icons/make_admin@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/make_admin.imageset/make_admin@3x.png rename to resources/images/icons/make_admin@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/max.png b/resources/images/icons/max@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/max.png rename to resources/images/icons/max@2x.png diff --git a/ios/StatusIm/Images.xcassets/max.imageset/max@3x.png b/resources/images/icons/max@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/max.imageset/max@3x.png rename to resources/images/icons/max@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/message.png b/resources/images/icons/message@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/message.png rename to resources/images/icons/message@2x.png diff --git a/ios/StatusIm/Images.xcassets/message.imageset/message@3x.png b/resources/images/icons/message@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/message.imageset/message@3x.png rename to resources/images/icons/message@3x.png diff --git a/ios/StatusIm/Images.xcassets/mobile.imageset/mobile@2x.png b/resources/images/icons/mobile@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/mobile.imageset/mobile@2x.png rename to resources/images/icons/mobile@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/mobile.png b/resources/images/icons/mobile@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/mobile.png rename to resources/images/icons/mobile@3x.png diff --git a/ios/StatusIm/Images.xcassets/more.imageset/more@2x.png b/resources/images/icons/more@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/more.imageset/more@2x.png rename to resources/images/icons/more@2x.png diff --git a/ios/StatusIm/Images.xcassets/more.imageset/more@3x.png b/resources/images/icons/more@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/more.imageset/more@3x.png rename to resources/images/icons/more@3x.png diff --git a/ios/StatusIm/Images.xcassets/network.imageset/network@2x.png b/resources/images/icons/network@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/network.imageset/network@2x.png rename to resources/images/icons/network@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/network.png b/resources/images/icons/network@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/network.png rename to resources/images/icons/network@3x.png diff --git a/ios/StatusIm/Images.xcassets/next.imageset/next@2x.png b/resources/images/icons/next@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/next.imageset/next@2x.png rename to resources/images/icons/next@2x.png diff --git a/ios/StatusIm/Images.xcassets/next.imageset/next@3x.png b/resources/images/icons/next@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/next.imageset/next@3x.png rename to resources/images/icons/next@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/nfc.png b/resources/images/icons/nfc@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/nfc.png rename to resources/images/icons/nfc@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/nfc.png b/resources/images/icons/nfc@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/nfc.png rename to resources/images/icons/nfc@3x.png diff --git a/ios/StatusIm/Images.xcassets/notification.imageset/notification@2x.png b/resources/images/icons/notification@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/notification.imageset/notification@2x.png rename to resources/images/icons/notification@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/notification.png b/resources/images/icons/notification@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/notification.png rename to resources/images/icons/notification@3x.png diff --git a/ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat@2x.png b/resources/images/icons/one_on_one_chat@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/one-on-one-chat.imageset/one_on_one_chat@2x.png rename to resources/images/icons/one_on_one_chat@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/one_on_one_chat.png b/resources/images/icons/one_on_one_chat@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/one_on_one_chat.png rename to resources/images/icons/one_on_one_chat@3x.png diff --git a/ios/StatusIm/Images.xcassets/password.imageset/password@2x.png b/resources/images/icons/password@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/password.imageset/password@2x.png rename to resources/images/icons/password@2x.png diff --git a/ios/StatusIm/Images.xcassets/password.imageset/password@3x.png b/resources/images/icons/password@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/password.imageset/password@3x.png rename to resources/images/icons/password@3x.png diff --git a/ios/StatusIm/Images.xcassets/paste.imageset/paste@2x.png b/resources/images/icons/paste@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/paste.imageset/paste@2x.png rename to resources/images/icons/paste@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/paste.png b/resources/images/icons/paste@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/paste.png rename to resources/images/icons/paste@3x.png diff --git a/ios/StatusIm/Images.xcassets/photo.imageset/photo@2x.png b/resources/images/icons/photo@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/photo.imageset/photo@2x.png rename to resources/images/icons/photo@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/photo.png b/resources/images/icons/photo@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/photo.png rename to resources/images/icons/photo@3x.png diff --git a/ios/StatusIm/Images.xcassets/price.imageset/price@2x.png b/resources/images/icons/price@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/price.imageset/price@2x.png rename to resources/images/icons/price@2x.png diff --git a/ios/StatusIm/Images.xcassets/price.imageset/price@3x.png b/resources/images/icons/price@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/price.imageset/price@3x.png rename to resources/images/icons/price@3x.png diff --git a/ios/StatusIm/Images.xcassets/print.imageset/print@2x.png b/resources/images/icons/print@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/print.imageset/print@2x.png rename to resources/images/icons/print@2x.png diff --git a/ios/StatusIm/Images.xcassets/print.imageset/print@3x.png b/resources/images/icons/print@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/print.imageset/print@3x.png rename to resources/images/icons/print@3x.png diff --git a/ios/StatusIm/Images.xcassets/profile.imageset/profile@2x.png b/resources/images/icons/profile@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/profile.imageset/profile@2x.png rename to resources/images/icons/profile@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/profile.png b/resources/images/icons/profile@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/profile.png rename to resources/images/icons/profile@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/public_chat.png b/resources/images/icons/public_chat@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/public_chat.png rename to resources/images/icons/public_chat@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/public_chat.png b/resources/images/icons/public_chat@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/public_chat.png rename to resources/images/icons/public_chat@3x.png diff --git a/ios/StatusIm/Images.xcassets/qr.imageset/qr@2x.png b/resources/images/icons/qr@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/qr.imageset/qr@2x.png rename to resources/images/icons/qr@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/qr.png b/resources/images/icons/qr@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/qr.png rename to resources/images/icons/qr@3x.png diff --git a/ios/StatusIm/Images.xcassets/receive.imageset/receive@2x.png b/resources/images/icons/receive@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/receive.imageset/receive@2x.png rename to resources/images/icons/receive@2x.png diff --git a/ios/StatusIm/Images.xcassets/receive.imageset/receive@3x.png b/resources/images/icons/receive@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/receive.imageset/receive@3x.png rename to resources/images/icons/receive@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/recent.png b/resources/images/icons/recent@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/recent.png rename to resources/images/icons/recent@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/recent.png b/resources/images/icons/recent@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/recent.png rename to resources/images/icons/recent@3x.png diff --git a/ios/StatusIm/Images.xcassets/refresh.imageset/refresh@2x.png b/resources/images/icons/refresh@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/refresh.imageset/refresh@2x.png rename to resources/images/icons/refresh@2x.png diff --git a/ios/StatusIm/Images.xcassets/refresh.imageset/refresh@3x.png b/resources/images/icons/refresh@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/refresh.imageset/refresh@3x.png rename to resources/images/icons/refresh@3x.png diff --git a/ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact@2x.png b/resources/images/icons/remove_contact@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact@2x.png rename to resources/images/icons/remove_contact@2x.png diff --git a/ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact@3x.png b/resources/images/icons/remove_contact@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/remove-contact.imageset/remove_contact@3x.png rename to resources/images/icons/remove_contact@3x.png diff --git a/ios/StatusIm/Images.xcassets/reply.imageset/reply@2x.png b/resources/images/icons/reply@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/reply.imageset/reply@2x.png rename to resources/images/icons/reply@2x.png diff --git a/ios/StatusIm/Images.xcassets/reply.imageset/reply@3x.png b/resources/images/icons/reply@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/reply.imageset/reply@3x.png rename to resources/images/icons/reply@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/rotate_camera.png b/resources/images/icons/rotate_camera@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/rotate_camera.png rename to resources/images/icons/rotate_camera@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/rotate_camera.png b/resources/images/icons/rotate_camera@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/rotate_camera.png rename to resources/images/icons/rotate_camera@3x.png diff --git a/ios/StatusIm/Images.xcassets/search.imageset/search@2x.png b/resources/images/icons/search@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/search.imageset/search@2x.png rename to resources/images/icons/search@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/search.png b/resources/images/icons/search@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/search.png rename to resources/images/icons/search@3x.png diff --git a/ios/StatusIm/Images.xcassets/security.imageset/security@2x.png b/resources/images/icons/security@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/security.imageset/security@2x.png rename to resources/images/icons/security@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/security.png b/resources/images/icons/security@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/security.png rename to resources/images/icons/security@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/send.png b/resources/images/icons/send@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/send.png rename to resources/images/icons/send@2x.png diff --git a/ios/StatusIm/Images.xcassets/send.imageset/send@3x.png b/resources/images/icons/send@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/send.imageset/send@3x.png rename to resources/images/icons/send@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/settings.png b/resources/images/icons/settings@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/settings.png rename to resources/images/icons/settings@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/settings.png b/resources/images/icons/settings@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/settings.png rename to resources/images/icons/settings@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/settings_advanced.png b/resources/images/icons/settings_advanced@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/settings_advanced.png rename to resources/images/icons/settings_advanced@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/settings_advanced.png b/resources/images/icons/settings_advanced@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/settings_advanced.png rename to resources/images/icons/settings_advanced@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/share.png b/resources/images/icons/share@2x.android.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/share.png rename to resources/images/icons/share@2x.android.png diff --git a/ios/StatusIm/Images.xcassets/share.imageset/share@2x.png b/resources/images/icons/share@2x.ios.png similarity index 100% rename from ios/StatusIm/Images.xcassets/share.imageset/share@2x.png rename to resources/images/icons/share@2x.ios.png diff --git a/android/app/src/main/res/drawable-xxhdpi/share.png b/resources/images/icons/share@3x.android.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/share.png rename to resources/images/icons/share@3x.android.png diff --git a/ios/StatusIm/Images.xcassets/share.imageset/share@3x.png b/resources/images/icons/share@3x.ios.png similarity index 100% rename from ios/StatusIm/Images.xcassets/share.imageset/share@3x.png rename to resources/images/icons/share@3x.ios.png diff --git a/android/app/src/main/res/drawable-xhdpi/show.png b/resources/images/icons/show@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/show.png rename to resources/images/icons/show@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/show.png b/resources/images/icons/show@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/show.png rename to resources/images/icons/show@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/sticker_history.png b/resources/images/icons/sticker_history@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/sticker_history.png rename to resources/images/icons/sticker_history@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/sticker_history.png b/resources/images/icons/sticker_history@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/sticker_history.png rename to resources/images/icons/sticker_history@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/stickers.png b/resources/images/icons/stickers@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/stickers.png rename to resources/images/icons/stickers@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/stickers.png b/resources/images/icons/stickers@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/stickers.png rename to resources/images/icons/stickers@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/stickers_big.png b/resources/images/icons/stickers_big@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/stickers_big.png rename to resources/images/icons/stickers_big@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/stickers_big.png b/resources/images/icons/stickers_big@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/stickers_big.png rename to resources/images/icons/stickers_big@3x.png diff --git a/ios/StatusIm/Images.xcassets/text.imageset/text@2x.png b/resources/images/icons/text@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/text.imageset/text@2x.png rename to resources/images/icons/text@2x.png diff --git a/ios/StatusIm/Images.xcassets/text.imageset/text@3x.png b/resources/images/icons/text@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/text.imageset/text@3x.png rename to resources/images/icons/text@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_arrow_down.png b/resources/images/icons/tiny_arrow_down@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_arrow_down.png rename to resources/images/icons/tiny_arrow_down@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_arrow_down.png b/resources/images/icons/tiny_arrow_down@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_arrow_down.png rename to resources/images/icons/tiny_arrow_down@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_check.png b/resources/images/icons/tiny_check@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_check.png rename to resources/images/icons/tiny_check@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_check.png b/resources/images/icons/tiny_check@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_check.png rename to resources/images/icons/tiny_check@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_clear.png b/resources/images/icons/tiny_clear@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_clear.png rename to resources/images/icons/tiny_clear@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_clear.png b/resources/images/icons/tiny_clear@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_clear.png rename to resources/images/icons/tiny_clear@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_edit.png b/resources/images/icons/tiny_edit@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_edit.png rename to resources/images/icons/tiny_edit@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_edit.png b/resources/images/icons/tiny_edit@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_edit.png rename to resources/images/icons/tiny_edit@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_external.png b/resources/images/icons/tiny_external@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_external.png rename to resources/images/icons/tiny_external@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_external.png b/resources/images/icons/tiny_external@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_external.png rename to resources/images/icons/tiny_external@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_group.png b/resources/images/icons/tiny_group@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_group.png rename to resources/images/icons/tiny_group@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_group.png b/resources/images/icons/tiny_group@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_group.png rename to resources/images/icons/tiny_group@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_lock.png b/resources/images/icons/tiny_lock@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_lock.png rename to resources/images/icons/tiny_lock@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_lock.png b/resources/images/icons/tiny_lock@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_lock.png rename to resources/images/icons/tiny_lock@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_lock_broken.png b/resources/images/icons/tiny_lock_broken@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_lock_broken.png rename to resources/images/icons/tiny_lock_broken@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_lock_broken.png b/resources/images/icons/tiny_lock_broken@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_lock_broken.png rename to resources/images/icons/tiny_lock_broken@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_new_contact.png b/resources/images/icons/tiny_new_contact@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_new_contact.png rename to resources/images/icons/tiny_new_contact@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_new_contact.png b/resources/images/icons/tiny_new_contact@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_new_contact.png rename to resources/images/icons/tiny_new_contact@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_pending.png b/resources/images/icons/tiny_pending@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_pending.png rename to resources/images/icons/tiny_pending@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_pending.png b/resources/images/icons/tiny_pending@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_pending.png rename to resources/images/icons/tiny_pending@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_public.png b/resources/images/icons/tiny_public@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_public.png rename to resources/images/icons/tiny_public@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_public.png b/resources/images/icons/tiny_public@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_public.png rename to resources/images/icons/tiny_public@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_settings.png b/resources/images/icons/tiny_settings@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_settings.png rename to resources/images/icons/tiny_settings@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_settings.png b/resources/images/icons/tiny_settings@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_settings.png rename to resources/images/icons/tiny_settings@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_snt.png b/resources/images/icons/tiny_snt@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_snt.png rename to resources/images/icons/tiny_snt@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_snt.png b/resources/images/icons/tiny_snt@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_snt.png rename to resources/images/icons/tiny_snt@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_tribute_to_talk.png b/resources/images/icons/tiny_tribute_to_talk@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_tribute_to_talk.png rename to resources/images/icons/tiny_tribute_to_talk@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_tribute_to_talk.png b/resources/images/icons/tiny_tribute_to_talk@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_tribute_to_talk.png rename to resources/images/icons/tiny_tribute_to_talk@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tiny_warning.png b/resources/images/icons/tiny_warning@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tiny_warning.png rename to resources/images/icons/tiny_warning@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tiny_warning.png b/resources/images/icons/tiny_warning@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tiny_warning.png rename to resources/images/icons/tiny_warning@3x.png diff --git a/ios/StatusIm/Images.xcassets/token.imageset/token@2x.png b/resources/images/icons/token@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/token.imageset/token@2x.png rename to resources/images/icons/token@2x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tooltip_tip.png b/resources/images/icons/tooltip_tip@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tooltip_tip.png rename to resources/images/icons/tooltip_tip@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tooltip_tip.png b/resources/images/icons/tooltip_tip@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tooltip_tip.png rename to resources/images/icons/tooltip_tip@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tooltip_triangle.png b/resources/images/icons/tooltip_triangle@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tooltip_triangle.png rename to resources/images/icons/tooltip_triangle@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tooltip_triangle.png b/resources/images/icons/tooltip_triangle@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tooltip_triangle.png rename to resources/images/icons/tooltip_triangle@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/tribute_to_talk.png b/resources/images/icons/tribute_to_talk@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/tribute_to_talk.png rename to resources/images/icons/tribute_to_talk@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/tribute_to_talk.png b/resources/images/icons/tribute_to_talk@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/tribute_to_talk.png rename to resources/images/icons/tribute_to_talk@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/two_arrows.png b/resources/images/icons/two_arrows@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/two_arrows.png rename to resources/images/icons/two_arrows@2x.png diff --git a/ios/StatusIm/Images.xcassets/two_arrows.imageset/two_arrows@3x.png b/resources/images/icons/two_arrows@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/two_arrows.imageset/two_arrows@3x.png rename to resources/images/icons/two_arrows@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/union_nfc.png b/resources/images/icons/union_nfc@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/union_nfc.png rename to resources/images/icons/union_nfc@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/union_nfc.png b/resources/images/icons/union_nfc@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/union_nfc.png rename to resources/images/icons/union_nfc@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/user_profile.png b/resources/images/icons/user_profile@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/user_profile.png rename to resources/images/icons/user_profile@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/user_profile.png b/resources/images/icons/user_profile@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/user_profile.png rename to resources/images/icons/user_profile@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/user_profile_1.png b/resources/images/icons/user_profile_1@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/user_profile_1.png rename to resources/images/icons/user_profile_1@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/user_profile_1.png b/resources/images/icons/user_profile_1@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/user_profile_1.png rename to resources/images/icons/user_profile_1@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/username.png b/resources/images/icons/username@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/username.png rename to resources/images/icons/username@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/username.png b/resources/images/icons/username@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/username.png rename to resources/images/icons/username@3x.png diff --git a/ios/StatusIm/Images.xcassets/wallet.imageset/wallet@2x.png b/resources/images/icons/wallet@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/wallet.imageset/wallet@2x.png rename to resources/images/icons/wallet@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/wallet.png b/resources/images/icons/wallet@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/wallet.png rename to resources/images/icons/wallet@3x.png diff --git a/android/app/src/main/res/drawable-xhdpi/warning.png b/resources/images/icons/warning@2x.png similarity index 100% rename from android/app/src/main/res/drawable-xhdpi/warning.png rename to resources/images/icons/warning@2x.png diff --git a/android/app/src/main/res/drawable-xxhdpi/warning.png b/resources/images/icons/warning@3x.png similarity index 100% rename from android/app/src/main/res/drawable-xxhdpi/warning.png rename to resources/images/icons/warning@3x.png diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch@2x.png b/resources/images/icons/watch@2x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/watch.imageset/watch@2x.png rename to resources/images/icons/watch@2x.png diff --git a/ios/StatusIm/Images.xcassets/watch.imageset/watch@3x.png b/resources/images/icons/watch@3x.png similarity index 100% rename from ios/StatusIm/Images.xcassets/watch.imageset/watch@3x.png rename to resources/images/icons/watch@3x.png diff --git a/src/status_im/ui/components/icons/icons.clj b/src/status_im/ui/components/icons/icons.clj new file mode 100644 index 0000000000..c11d6de163 --- /dev/null +++ b/src/status_im/ui/components/icons/icons.clj @@ -0,0 +1,18 @@ +(ns status-im.ui.components.icons.icons + (:require [clojure.java.io :as io] + [clojure.string :as cstr])) + +(def icon-path "./resources/images/icons/") + +(defn require-icon [el] + (let [s (str "../resources/images/icons/" el ".png") + k (cstr/replace el "_" "-")] + [k `(js/require ~s)])) + +(defmacro resolve-icons [] + (let [files (->> (io/file icon-path) + file-seq + (filter #(cstr/ends-with? % "png")) + (map #(first (cstr/split (.getName %) #"@"))) + distinct)] + (into {} (map require-icon files)))) diff --git a/src/status_im/ui/components/icons/icons.cljs b/src/status_im/ui/components/icons/icons.cljs new file mode 100644 index 0000000000..40c1835ebd --- /dev/null +++ b/src/status_im/ui/components/icons/icons.cljs @@ -0,0 +1,7 @@ +(ns status-im.ui.components.icons.icons + (:require-macros [status-im.ui.components.icons.icons :as icons])) + +(def icons (icons/resolve-icons)) + +(defn icon-source [icon] + (get icons (name icon))) diff --git a/src/status_im/ui/components/icons/vector_icons.cljs b/src/status_im/ui/components/icons/vector_icons.cljs index de1040a0e5..a14894f122 100644 --- a/src/status_im/ui/components/icons/vector_icons.cljs +++ b/src/status_im/ui/components/icons/vector_icons.cljs @@ -2,6 +2,7 @@ (:require [status-im.ui.components.react :as react] [status-im.ui.components.colors :as colors] [status-im.utils.platform :as platform] + [status-im.ui.components.icons.icons :as icons] [clojure.string :as string]) (:refer-clojure :exclude [use])) @@ -25,7 +26,7 @@ (defn icon-source [name] (if platform/desktop? {:uri (keyword (string/replace (clojure.core/name name) "-" "_"))} - {:uri (keyword (clojure.core/name name))})) + (icons/icon-source name))) (defn icon ([name] (icon name nil)) diff --git a/src/status_im/ui/screens/profile/user/views.cljs b/src/status_im/ui/screens/profile/user/views.cljs index f669dd36e4..c902007236 100644 --- a/src/status_im/ui/screens/profile/user/views.cljs +++ b/src/status_im/ui/screens/profile/user/views.cljs @@ -161,7 +161,7 @@ :accessibility-label :about-button :accessories [:chevron] :on-press #(re-frame/dispatch [:navigate-to :about-app])} - {:icon :main-icons/log_out + {:icon :main-icons/log-out :title :t/sign-out :accessibility-label :log-out-button :container-margin-top 24