Commit f3d2dec
authored
Semi-Rewrite – Major Refactor & Codebase Cleanup (#328)
* Change default UPLOAD_IPA value to 'false'
* Part 1 of the great debloat
* Remove Mini Tools, adopt native alerts in StikJITApp, and update HomeView UI
* Refactor views to use native SwiftUI alerts instead of CustomErrorView
* Update ProfileView to use minimal List UI style with native alerts
* Fix up homeview
* Squash: Redesign HomeView, remove Feature Flags, enable all tabs, refactor alerts, and updates
- Redesign HomeView to a simpler style with 'Enable JIT' action.
- Remove 'Help & Info' and 'Quick Launch' from Home.
- Fix DDI false positive by starting heartbeat on HomeView appear.
- Restore robust DDI checks and update app name to 'StikDebug'.
- Remove FeatureFlags and Beta tags; enable 'profiles', 'processes', 'location' tabs by default.
- Remove 'Devices' tab; add 'Target Device IP' field in Settings.
- Hardcode 'Settings' tab to 4th position.
- Refactor 'SettingsView' tab customization to be reorder-only.
- Remove 'Appearance' theme section from Settings.
- Refactor custom error cards to use native SwiftUI/UIKit alerts across the app (HomeView, ConsoleLogsView, ProfileView, etc).
- Restore JS callback support and script execution logic in HomeView.
- Add necessary Color extensions.
- Update project version to 3.0.0.
* Clean up: Remove In-App Purchases, update checker, and unused IPA installer code
* delete more bloat
* fix build issue
* Remove widget to save on App IDs
* Attempt heartbeat restart when Enable JIT button is pressed
* Get rid of PIP
* Update Tab Naming
* remove more bloat
* final changes for today
* Remove unused packages
* UX Improvements
* revert bundle id
* Update README.md
* remove old idevice
* add updated idevice
* Fix ddi false positive errors and add templates for GitHub stuff
* Remove more unused stuff.
* Fix links and update README content
* Update compatibility table in README.md
* Improve performance of console logs
* Remove old code
* Change default UPLOAD_IPA value to 'true'
* remove the welcome sheet
* import support for .mobiledevicepair
* Add back LC JIT stuff
* Fix heartbeat issues with LC JIT
* update the build yml for nightly stuff
* Update README.md
* Update README.md
* Update GitHub Actions workflow for IPA build
* Update GitHub Actions workflow for nightly builds
* Add URL scheme to kill tasks stikjit://kill-process?pid=1234
* fix build issues
* Added App Intents
* Unify the error handling style across the app1 parent 7b10317 commit f3d2dec
75 files changed
Lines changed: 2863 additions & 10192 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- DebugWidget
- Assets.xcassets
- AccentColor.colorset
- AppIcon.appiconset
- WidgetBackground.colorset
- StikDebug.xcodeproj
- StikJIT
- JSSupport
- Preview Content/Preview Assets.xcassets
- Scripts
- Utilities
- Views
- en.lproj
- es.lproj
- idevice
- it.lproj
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 35 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
0 commit comments