expo-dev-launcher 6.0.7 → 6.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/android/build.gradle +2 -2
- package/android/src/debug/java/expo/modules/devlauncher/compose/DevLauncherBottomTabsNavigator.kt +2 -33
- package/android/src/debug/java/expo/modules/devlauncher/compose/primitives/Accordion.kt +8 -11
- package/android/src/debug/java/expo/modules/devlauncher/compose/primitives/AsyncImage.kt +17 -8
- package/android/src/debug/java/expo/modules/devlauncher/compose/primitives/CircularProgressBar.kt +0 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/primitives/DefaultScaffold.kt +4 -2
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/CrashReport.kt +1 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/Home.kt +1 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/Profile.kt +90 -85
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/Routes.kt +3 -0
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/Settings.kt +1 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/routes/Updates.kt +54 -44
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/BranchScreen.kt +11 -23
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/BranchesScreen.kt +17 -24
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/CrashReportScreen.kt +28 -130
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/ErrorScreen.kt +11 -8
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/HomeScreen.kt +84 -59
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/NoUpdatesScreen.kt +1 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/screens/SettingsScreen.kt +45 -49
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/AccountAvatar.kt +2 -6
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/AccountSelector.kt +3 -9
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/AppHeader.kt +5 -15
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/AppLoadingErrorDialog.kt +23 -6
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/BottomSheet.kt +4 -1
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/BottomTabBar.kt +30 -29
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/BottomTabButton.kt +7 -11
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/DefaultScreenContainer.kt +23 -0
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/FetchDevelopmentServersButton.kt +5 -12
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/LauncherIcons.kt +220 -0
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/RunningAppCard.kt +3 -10
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/ScanQRCodeButton.kt +5 -12
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/ServerUrlInput.kt +1 -10
- package/android/src/debug/java/expo/modules/devlauncher/compose/ui/StackTrace.kt +50 -0
- package/android/src/debug/java/expo/modules/devlauncher/compose/utils/Scrollbar.kt +65 -0
- package/android/src/debug/java/expo/modules/devlauncher/compose/utils/UrlUtils.kt +12 -0
- package/android/src/main/res/values/colors.xml +0 -3
- package/ios/SwiftUI/GraphQL/APIClient.swift +0 -4
- package/ios/SwiftUI/UpdatesTab/UpdateRow.swift +3 -1
- package/ios/SwiftUI/UpdatesTab/UpdatesListView.swift +37 -38
- package/ios/SwiftUI/UpdatesTab/UpdatesTabView.swift +9 -7
- package/package.json +4 -4
- package/android/src/debug/assets/Inter-Black.otf +0 -0
- package/android/src/debug/assets/Inter-Bold.otf +0 -0
- package/android/src/debug/assets/Inter-ExtraBold.otf +0 -0
- package/android/src/debug/assets/Inter-ExtraLight.otf +0 -0
- package/android/src/debug/assets/Inter-Light.otf +0 -0
- package/android/src/debug/assets/Inter-Medium.otf +0 -0
- package/android/src/debug/assets/Inter-Regular.otf +0 -0
- package/android/src/debug/assets/Inter-SemiBold.otf +0 -0
- package/android/src/debug/assets/Inter-Thin.otf +0 -0
- package/android/src/debug/java/expo/modules/devlauncher/launcher/errors/DevLauncherStackAdapter.kt +0 -39
- package/android/src/debug/res/drawable-mdpi/building_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/check_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/chevron_right_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/home_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/info_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-mdpi/settings_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/show_menu_at_launch_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/terminal_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/three_finger_long_press_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/user_icon.png +0 -0
- package/android/src/debug/res/drawable-mdpi/x_icon.png +0 -0
- package/android/src/debug/res/drawable-night-mdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-night-mdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-night-xhdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-night-xhdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-night-xxhdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-night-xxhdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/building_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/check_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/chevron_right_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/home_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/info_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/settings_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/show_menu_at_launch_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/terminal_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/three_finger_long_press_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/user_icon.png +0 -0
- package/android/src/debug/res/drawable-xhdpi/x_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/building_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/check_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/chevron_right_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/home_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/info_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/qr_code.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/settings_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/shake_device_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/show_menu_at_launch_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/terminal_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/three_finger_long_press_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/user_icon.png +0 -0
- package/android/src/debug/res/drawable-xxhdpi/x_icon.png +0 -0
- package/android/src/main/res/drawable/arrow_right.xml +0 -9
- package/android/src/main/res/drawable/copy.xml +0 -13
- package/android/src/main/res/drawable/inspect.xml +0 -10
- package/android/src/main/res/drawable/pulse.xml +0 -10
- package/android/src/main/res/drawable/signal.xml +0 -26
- package/android/src/main/res/drawable-hdpi/dev_laucher_ic_home_white_36dp.png +0 -0
- package/android/src/main/res/drawable-hdpi/dev_launcher_ic_refresh_white_36dp.png +0 -0
- package/android/src/main/res/drawable-mdpi/dev_laucher_ic_home_white_36dp.png +0 -0
- package/android/src/main/res/drawable-mdpi/dev_launcher_ic_refresh_white_36dp.png +0 -0
- package/android/src/main/res/drawable-mdpi/dev_menu_fab_icon.png +0 -0
- package/android/src/main/res/drawable-xhdpi/dev_laucher_ic_home_white_36dp.png +0 -0
- package/android/src/main/res/drawable-xhdpi/dev_launcher_ic_refresh_white_36dp.png +0 -0
- package/android/src/main/res/drawable-xhdpi/dev_menu_fab_icon.png +0 -0
- package/android/src/main/res/drawable-xxhdpi/dev_laucher_ic_home_white_36dp.png +0 -0
- package/android/src/main/res/drawable-xxhdpi/dev_launcher_ic_refresh_white_36dp.png +0 -0
- package/android/src/main/res/drawable-xxhdpi/dev_menu_fab_icon.png +0 -0
- package/android/src/main/res/drawable-xxxhdpi/dev_laucher_ic_home_white_36dp.png +0 -0
- package/android/src/main/res/drawable-xxxhdpi/dev_launcher_ic_refresh_white_36dp.png +0 -0
- package/android/src/main/res/layout/error_activity_content_view.xml +0 -7
- package/android/src/main/res/layout/error_console_fragment.xml +0 -53
- package/android/src/main/res/layout/error_console_list_item.xml +0 -23
- package/android/src/main/res/layout/error_fragment.xml +0 -102
- package/android/src/main/res/values/strings.xml +0 -10
- /package/android/src/main/res/drawable/{reload.xml → updates_nav.xml} +0 -0
package/android/src/debug/java/expo/modules/devlauncher/launcher/errors/DevLauncherStackAdapter.kt
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
package expo.modules.devlauncher.launcher.errors
|
|
2
|
-
|
|
3
|
-
import android.content.Context
|
|
4
|
-
import android.view.LayoutInflater
|
|
5
|
-
import android.view.View
|
|
6
|
-
import android.view.ViewGroup
|
|
7
|
-
import android.widget.BaseAdapter
|
|
8
|
-
import expo.modules.devlauncher.R
|
|
9
|
-
import expo.modules.devlauncher.databinding.ErrorConsoleListItemBinding
|
|
10
|
-
|
|
11
|
-
class DevLauncherStackAdapter(
|
|
12
|
-
val context: Context,
|
|
13
|
-
var data: DevLauncherAppError?
|
|
14
|
-
) : BaseAdapter() {
|
|
15
|
-
override fun getCount(): Int {
|
|
16
|
-
return data?.error?.stackTrace?.size ?: 0
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
override fun getItem(position: Int): Any {
|
|
20
|
-
return data?.error?.stackTrace?.get(position) ?: 0
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
override fun getItemId(position: Int): Long {
|
|
24
|
-
return position.toLong()
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
override fun getView(position: Int, convertView: View?, parent: ViewGroup?): View {
|
|
28
|
-
val stackTraceElement = getItem(position) as StackTraceElement
|
|
29
|
-
|
|
30
|
-
val currentView = convertView
|
|
31
|
-
?: LayoutInflater.from(context).inflate(R.layout.error_console_list_item, parent, false)
|
|
32
|
-
val binding = ErrorConsoleListItemBinding.bind(currentView)
|
|
33
|
-
|
|
34
|
-
binding.rnFrameMethod.text = stackTraceElement.methodName
|
|
35
|
-
binding.rnFrameFile.text = stackTraceElement.fileName
|
|
36
|
-
|
|
37
|
-
return binding.root
|
|
38
|
-
}
|
|
39
|
-
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:width="16dp"
|
|
3
|
-
android:height="16dp"
|
|
4
|
-
android:viewportWidth="16"
|
|
5
|
-
android:viewportHeight="16">
|
|
6
|
-
<path
|
|
7
|
-
android:pathData="M8.471,2.862C8.211,2.602 7.789,2.602 7.529,2.862C7.268,3.122 7.268,3.544 7.529,3.805L11.057,7.333H3.333C2.965,7.333 2.667,7.632 2.667,8C2.667,8.368 2.965,8.667 3.333,8.667H11.057L7.529,12.195C7.268,12.456 7.268,12.878 7.529,13.138C7.789,13.399 8.211,13.399 8.471,13.138L13.138,8.471C13.398,8.211 13.398,7.789 13.138,7.529L8.471,2.862Z"
|
|
8
|
-
android:fillColor="#0072DE"/>
|
|
9
|
-
</vector>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:width="16dp"
|
|
3
|
-
android:height="16dp"
|
|
4
|
-
android:viewportWidth="16"
|
|
5
|
-
android:viewportHeight="16">
|
|
6
|
-
<path
|
|
7
|
-
android:pathData="M5.333,10.667V12.533C5.333,13.28 5.333,13.653 5.479,13.939C5.606,14.189 5.81,14.393 6.061,14.521C6.347,14.667 6.72,14.667 7.467,14.667H12.533C13.28,14.667 13.653,14.667 13.939,14.521C14.189,14.393 14.394,14.189 14.521,13.939C14.667,13.653 14.667,13.28 14.667,12.533V7.467C14.667,6.72 14.667,6.346 14.521,6.061C14.394,5.81 14.189,5.606 13.939,5.479C13.653,5.333 13.28,5.333 12.533,5.333H10.667M3.467,10.667H8.533C9.28,10.667 9.653,10.667 9.939,10.521C10.189,10.393 10.394,10.189 10.521,9.939C10.667,9.653 10.667,9.28 10.667,8.533V3.467C10.667,2.72 10.667,2.346 10.521,2.061C10.394,1.81 10.189,1.606 9.939,1.479C9.653,1.333 9.28,1.333 8.533,1.333H3.467C2.72,1.333 2.347,1.333 2.061,1.479C1.81,1.606 1.606,1.81 1.479,2.061C1.333,2.346 1.333,2.72 1.333,3.467V8.533C1.333,9.28 1.333,9.653 1.479,9.939C1.606,10.189 1.81,10.393 2.061,10.521C2.347,10.667 2.72,10.667 3.467,10.667Z"
|
|
8
|
-
android:strokeLineJoin="round"
|
|
9
|
-
android:strokeWidth="1.33333"
|
|
10
|
-
android:fillColor="#00000000"
|
|
11
|
-
android:strokeColor="#0072DE"
|
|
12
|
-
android:strokeLineCap="round"/>
|
|
13
|
-
</vector>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:width="20dp"
|
|
3
|
-
android:height="20dp"
|
|
4
|
-
android:viewportWidth="20"
|
|
5
|
-
android:viewportHeight="20">
|
|
6
|
-
<path
|
|
7
|
-
android:pathData="M5.968,2.5H6.667C7.127,2.5 7.5,2.873 7.5,3.333C7.5,3.794 7.127,4.167 6.667,4.167H6C5.52,4.167 5.209,4.167 4.973,4.187C4.747,4.205 4.663,4.236 4.622,4.258C4.465,4.337 4.337,4.465 4.258,4.622C4.236,4.663 4.205,4.747 4.187,4.973C4.167,5.209 4.167,5.52 4.167,6V6.667C4.167,7.127 3.794,7.5 3.333,7.5C2.873,7.5 2.5,7.127 2.5,6.667V5.968C2.5,5.529 2.5,5.15 2.525,4.837C2.552,4.508 2.612,4.18 2.772,3.865C3.012,3.395 3.395,3.012 3.865,2.772C4.18,2.612 4.508,2.552 4.837,2.525C5.15,2.5 5.529,2.5 5.968,2.5ZM15.027,4.187C14.791,4.167 14.481,4.167 14,4.167H13.333C12.873,4.167 12.5,3.794 12.5,3.333C12.5,2.873 12.873,2.5 13.333,2.5H14.032C14.471,2.5 14.85,2.5 15.163,2.525C15.492,2.552 15.82,2.612 16.135,2.772C16.605,3.012 16.988,3.395 17.228,3.865C17.388,4.18 17.448,4.508 17.475,4.837C17.5,5.15 17.5,5.529 17.5,5.968V6.667C17.5,7.127 17.127,7.5 16.667,7.5C16.206,7.5 15.833,7.127 15.833,6.667V6C15.833,5.52 15.833,5.209 15.813,4.973C15.795,4.747 15.764,4.663 15.743,4.622C15.663,4.465 15.535,4.337 15.378,4.258C15.337,4.236 15.253,4.205 15.027,4.187ZM3.333,12.5C3.794,12.5 4.167,12.873 4.167,13.333V14C4.167,14.481 4.167,14.791 4.187,15.027C4.205,15.253 4.236,15.337 4.258,15.378C4.337,15.535 4.465,15.663 4.622,15.743C4.663,15.764 4.747,15.795 4.973,15.813C5.209,15.833 5.52,15.833 6,15.833H6.667C7.127,15.833 7.5,16.206 7.5,16.667C7.5,17.127 7.127,17.5 6.667,17.5H5.968C5.529,17.5 5.15,17.5 4.837,17.475C4.508,17.448 4.18,17.388 3.865,17.228C3.395,16.988 3.012,16.605 2.772,16.135C2.612,15.82 2.552,15.492 2.525,15.163C2.5,14.85 2.5,14.471 2.5,14.032V13.333C2.5,12.873 2.873,12.5 3.333,12.5ZM16.667,12.5C17.127,12.5 17.5,12.873 17.5,13.333V14.032C17.5,14.471 17.5,14.85 17.475,15.163C17.448,15.492 17.388,15.82 17.228,16.135C16.988,16.605 16.605,16.988 16.135,17.228C15.82,17.388 15.492,17.448 15.163,17.475C14.85,17.5 14.471,17.5 14.032,17.5H13.333C12.873,17.5 12.5,17.127 12.5,16.667C12.5,16.206 12.873,15.833 13.333,15.833H14C14.481,15.833 14.791,15.833 15.027,15.813C15.253,15.795 15.337,15.764 15.378,15.743C15.535,15.663 15.663,15.535 15.743,15.378C15.764,15.337 15.795,15.253 15.813,15.027C15.833,14.791 15.833,14.481 15.833,14V13.333C15.833,12.873 16.206,12.5 16.667,12.5Z"
|
|
8
|
-
android:fillColor="#8B8D98"
|
|
9
|
-
android:fillType="evenOdd"/>
|
|
10
|
-
</vector>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:width="20dp"
|
|
3
|
-
android:height="20dp"
|
|
4
|
-
android:viewportWidth="20"
|
|
5
|
-
android:viewportHeight="20">
|
|
6
|
-
<path
|
|
7
|
-
android:pathData="M8.424,4.172C8.771,4.21 9.057,4.46 9.142,4.798L11.185,12.97L13.473,9.538C13.628,9.306 13.888,9.167 14.167,9.167H17.5C17.96,9.167 18.333,9.54 18.333,10C18.333,10.46 17.96,10.833 17.5,10.833H14.613L11.527,15.462C11.344,15.737 11.016,15.877 10.691,15.821C10.366,15.765 10.105,15.522 10.025,15.202L8.071,7.388L6.579,10.373C6.438,10.655 6.149,10.833 5.833,10.833H2.5C2.04,10.833 1.667,10.46 1.667,10C1.667,9.54 2.04,9.167 2.5,9.167H5.318L7.588,4.627C7.744,4.316 8.078,4.134 8.424,4.172Z"
|
|
8
|
-
android:fillColor="#8B8D98"
|
|
9
|
-
android:fillType="evenOdd"/>
|
|
10
|
-
</vector>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:width="24dp"
|
|
3
|
-
android:height="24dp"
|
|
4
|
-
android:viewportWidth="24"
|
|
5
|
-
android:viewportHeight="24">
|
|
6
|
-
<path
|
|
7
|
-
android:pathData="M15.535,7.05C15.926,6.66 16.559,6.66 16.95,7.05C19.683,9.784 19.683,14.216 16.95,16.95C16.559,17.34 15.926,17.34 15.535,16.95C15.145,16.559 15.145,15.926 15.535,15.536C17.488,13.583 17.488,10.417 15.535,8.464C15.145,8.074 15.145,7.441 15.535,7.05Z"
|
|
8
|
-
android:fillColor="#000000"
|
|
9
|
-
android:fillType="evenOdd"/>
|
|
10
|
-
<path
|
|
11
|
-
android:pathData="M8.464,7.05C8.855,7.441 8.855,8.074 8.464,8.464C6.512,10.417 6.512,13.583 8.464,15.535C8.855,15.926 8.855,16.559 8.464,16.95C8.074,17.34 7.441,17.34 7.05,16.95C4.317,14.216 4.317,9.784 7.05,7.05C7.441,6.66 8.074,6.66 8.464,7.05Z"
|
|
12
|
-
android:fillColor="#000000"
|
|
13
|
-
android:fillType="evenOdd"/>
|
|
14
|
-
<path
|
|
15
|
-
android:pathData="M5.636,4.222C6.027,4.612 6.027,5.246 5.636,5.636C2.121,9.151 2.121,14.849 5.636,18.364C6.027,18.754 6.027,19.388 5.636,19.778C5.246,20.169 4.612,20.169 4.222,19.778C-0.074,15.482 -0.074,8.518 4.222,4.222C4.612,3.831 5.246,3.831 5.636,4.222Z"
|
|
16
|
-
android:fillColor="#000000"
|
|
17
|
-
android:fillType="evenOdd"/>
|
|
18
|
-
<path
|
|
19
|
-
android:pathData="M18.364,4.222C18.754,3.831 19.388,3.831 19.778,4.222C24.074,8.518 24.074,15.483 19.778,19.778C19.388,20.169 18.754,20.169 18.364,19.778C17.973,19.388 17.973,18.755 18.364,18.364C21.879,14.849 21.879,9.151 18.364,5.636C17.973,5.246 17.973,4.612 18.364,4.222Z"
|
|
20
|
-
android:fillColor="#000000"
|
|
21
|
-
android:fillType="evenOdd"/>
|
|
22
|
-
<path
|
|
23
|
-
android:pathData="M9,12C9,10.343 10.343,9 12,9C13.657,9 15,10.343 15,12C15,13.657 13.657,15 12,15C10.343,15 9,13.657 9,12Z"
|
|
24
|
-
android:fillColor="#000000"
|
|
25
|
-
android:fillType="evenOdd"/>
|
|
26
|
-
</vector>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<androidx.viewpager.widget.ViewPager
|
|
3
|
-
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
4
|
-
android:id="@+id/error_viewPager"
|
|
5
|
-
android:layout_width="match_parent"
|
|
6
|
-
android:layout_height="match_parent"
|
|
7
|
-
android:fitsSystemWindows="true" />
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
-
xmlns:tools="http://schemas.android.com/tools"
|
|
4
|
-
android:layout_width="match_parent"
|
|
5
|
-
android:layout_height="wrap_content"
|
|
6
|
-
android:layout_gravity="top"
|
|
7
|
-
android:gravity="top"
|
|
8
|
-
android:orientation="vertical"
|
|
9
|
-
tools:context="expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity">
|
|
10
|
-
|
|
11
|
-
<LinearLayout
|
|
12
|
-
android:layout_width="match_parent"
|
|
13
|
-
android:layout_height="wrap_content"
|
|
14
|
-
android:layout_marginLeft="40dp"
|
|
15
|
-
android:layout_marginTop="10dp"
|
|
16
|
-
android:layout_marginRight="40dp"
|
|
17
|
-
android:layout_marginBottom="10dp"
|
|
18
|
-
android:gravity="center_horizontal"
|
|
19
|
-
android:orientation="horizontal"
|
|
20
|
-
android:weightSum="2">
|
|
21
|
-
|
|
22
|
-
<ImageButton
|
|
23
|
-
android:id="@+id/console_home_button"
|
|
24
|
-
android:layout_width="wrap_content"
|
|
25
|
-
android:layout_height="wrap_content"
|
|
26
|
-
android:layout_weight="1"
|
|
27
|
-
android:background="@android:color/transparent"
|
|
28
|
-
android:src="@drawable/dev_laucher_ic_home_white_36dp"
|
|
29
|
-
android:textColor="@color/dev_launcher_colorPrimaryDark"
|
|
30
|
-
android:textSize="15sp" />
|
|
31
|
-
|
|
32
|
-
<ImageButton
|
|
33
|
-
android:id="@+id/console_reload_button"
|
|
34
|
-
android:layout_width="wrap_content"
|
|
35
|
-
android:layout_height="wrap_content"
|
|
36
|
-
android:layout_weight="1"
|
|
37
|
-
android:background="@android:color/transparent"
|
|
38
|
-
android:src="@drawable/dev_launcher_ic_refresh_white_36dp"
|
|
39
|
-
android:textColor="@color/dev_launcher_colorPrimaryDark"
|
|
40
|
-
android:textSize="15sp" />
|
|
41
|
-
</LinearLayout>
|
|
42
|
-
|
|
43
|
-
<ListView
|
|
44
|
-
android:id="@+id/list_view"
|
|
45
|
-
android:layout_width="match_parent"
|
|
46
|
-
android:layout_height="match_parent"
|
|
47
|
-
android:background="@color/dev_launcher_white"
|
|
48
|
-
android:paddingLeft="10dp"
|
|
49
|
-
android:paddingRight="10dp"
|
|
50
|
-
android:paddingBottom="10dp" />
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</LinearLayout>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2
|
-
android:layout_width="match_parent"
|
|
3
|
-
android:layout_height="match_parent"
|
|
4
|
-
android:orientation="vertical"
|
|
5
|
-
android:paddingTop="4dp"
|
|
6
|
-
android:paddingBottom="4dp">
|
|
7
|
-
|
|
8
|
-
<TextView
|
|
9
|
-
android:id="@+id/rn_frame_method"
|
|
10
|
-
android:layout_width="match_parent"
|
|
11
|
-
android:layout_height="wrap_content"
|
|
12
|
-
android:fontFamily="monospace"
|
|
13
|
-
android:textColor="@color/dev_launcher_primary"
|
|
14
|
-
android:textSize="14sp" />
|
|
15
|
-
|
|
16
|
-
<TextView
|
|
17
|
-
android:id="@+id/rn_frame_file"
|
|
18
|
-
android:layout_width="match_parent"
|
|
19
|
-
android:layout_height="wrap_content"
|
|
20
|
-
android:fontFamily="monospace"
|
|
21
|
-
android:textColor="@color/dev_launcher_primary"
|
|
22
|
-
android:textSize="12sp" />
|
|
23
|
-
</LinearLayout>
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
-
xmlns:tools="http://schemas.android.com/tools"
|
|
4
|
-
android:layout_width="match_parent"
|
|
5
|
-
android:layout_height="wrap_content"
|
|
6
|
-
android:orientation="vertical"
|
|
7
|
-
|
|
8
|
-
tools:context="expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity">
|
|
9
|
-
|
|
10
|
-
<LinearLayout
|
|
11
|
-
android:id="@+id/error_main_content"
|
|
12
|
-
android:layout_width="match_parent"
|
|
13
|
-
android:layout_height="match_parent"
|
|
14
|
-
android:layout_above="@id/error_footer"
|
|
15
|
-
android:layout_marginTop="32dp"
|
|
16
|
-
android:orientation="vertical"
|
|
17
|
-
android:paddingLeft="18dp"
|
|
18
|
-
android:paddingRight="18dp"
|
|
19
|
-
|
|
20
|
-
android:weightSum="1">
|
|
21
|
-
|
|
22
|
-
<TextView
|
|
23
|
-
android:id="@+id/error_title"
|
|
24
|
-
android:layout_width="wrap_content"
|
|
25
|
-
android:layout_height="wrap_content"
|
|
26
|
-
android:tag="DevLauncherErrorScreen"
|
|
27
|
-
android:text="@string/dev_launcher_error_header"
|
|
28
|
-
android:textColor="@color/dev_launcher_primary"
|
|
29
|
-
android:textSize="22sp"
|
|
30
|
-
android:textStyle="bold" />
|
|
31
|
-
|
|
32
|
-
<TextView
|
|
33
|
-
android:layout_width="wrap_content"
|
|
34
|
-
android:layout_height="wrap_content"
|
|
35
|
-
android:layout_marginTop="12dp"
|
|
36
|
-
android:text="@string/dev_launcher_error_details"
|
|
37
|
-
android:textColor="@color/dev_launcher_primary"
|
|
38
|
-
android:textSize="14sp" />
|
|
39
|
-
|
|
40
|
-
<TextView
|
|
41
|
-
android:id="@+id/errorDetails"
|
|
42
|
-
android:layout_width="wrap_content"
|
|
43
|
-
android:layout_height="wrap_content"
|
|
44
|
-
android:layout_marginTop="22dp"
|
|
45
|
-
android:textColor="@color/dev_launcher_primary"
|
|
46
|
-
android:textSize="16sp"
|
|
47
|
-
android:textStyle="bold" />
|
|
48
|
-
|
|
49
|
-
<ListView
|
|
50
|
-
android:id="@+id/error_stack"
|
|
51
|
-
android:layout_width="match_parent"
|
|
52
|
-
android:layout_height="wrap_content"
|
|
53
|
-
android:layout_marginTop="10dp"
|
|
54
|
-
android:divider="@null"
|
|
55
|
-
android:dividerHeight="0dp" />
|
|
56
|
-
</LinearLayout>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
<LinearLayout
|
|
60
|
-
android:id="@+id/error_footer"
|
|
61
|
-
android:layout_width="match_parent"
|
|
62
|
-
android:layout_height="wrap_content"
|
|
63
|
-
android:layout_alignParentBottom="true">
|
|
64
|
-
|
|
65
|
-
<LinearLayout
|
|
66
|
-
android:id="@+id/error_footer_content"
|
|
67
|
-
android:layout_width="match_parent"
|
|
68
|
-
android:layout_height="wrap_content"
|
|
69
|
-
android:background="@color/dev_launcher_white"
|
|
70
|
-
android:orientation="vertical"
|
|
71
|
-
android:paddingHorizontal="16dp"
|
|
72
|
-
android:paddingVertical="16dp">
|
|
73
|
-
|
|
74
|
-
<Button
|
|
75
|
-
android:id="@+id/reloadButton"
|
|
76
|
-
android:layout_width="match_parent"
|
|
77
|
-
android:layout_height="wrap_content"
|
|
78
|
-
android:backgroundTint="@color/dev_launcher_primary"
|
|
79
|
-
android:text="@string/dev_launcher_reload"
|
|
80
|
-
android:textAllCaps="false"
|
|
81
|
-
android:textColor="@color/dev_launcher_white"
|
|
82
|
-
android:textSize="14sp"
|
|
83
|
-
android:textStyle="bold" />
|
|
84
|
-
|
|
85
|
-
<Button
|
|
86
|
-
android:id="@+id/homeButton"
|
|
87
|
-
android:layout_width="match_parent"
|
|
88
|
-
android:layout_height="wrap_content"
|
|
89
|
-
android:backgroundTint="@color/dev_launcher_secondaryBackgroundColor"
|
|
90
|
-
android:text="@string/dev_launcher_go_to_home"
|
|
91
|
-
android:textAllCaps="false"
|
|
92
|
-
android:textColor="@color/dev_launcher_primary"
|
|
93
|
-
android:textSize="14sp"
|
|
94
|
-
android:textStyle="bold" />
|
|
95
|
-
|
|
96
|
-
</LinearLayout>
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</LinearLayout>
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
</RelativeLayout>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<resources>
|
|
3
|
-
<string name="splash_screen_text" translatable="false">DEVELOPMENT CLIENT</string>
|
|
4
|
-
|
|
5
|
-
<string name="dev_launcher_error_header" translatable="false">There was a problem loading the project.</string>
|
|
6
|
-
<string name="dev_launcher_error_details" translatable="false">This development build encountered the following error.</string>
|
|
7
|
-
|
|
8
|
-
<string name="dev_launcher_reload" translatable="false">Reload</string>
|
|
9
|
-
<string name="dev_launcher_go_to_home" translatable="false">Go to home</string>
|
|
10
|
-
</resources>
|
|
File without changes
|