Skip to content

add: SCL automatic approach nav 1 #476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
363e4e9
chore: add automatic approach nav 1
AndrewAminInstabug May 22, 2024
7760240
feat: add SCL automatic approach for Navigator1,
AndrewAminInstabug May 23, 2024
688020d
Merge branch 'feat/support-manual-screen-loading' into feat/support-a…
AndrewAminInstabug May 23, 2024
15418b0
feat: add unit test for navigator 1 wrapRoutes method
AndrewAminInstabug May 26, 2024
c9aab81
feat: add screen name sanitization unit tests and fix bug in its logic
AndrewAminInstabug May 26, 2024
3d60da7
fix: update example app to capture home page
AndrewAminInstabug May 27, 2024
5d55c8a
Merge remote-tracking branch 'origin/feat/support-manual-screen-loadi…
AndrewAminInstabug Jun 3, 2024
f51825d
chore: remove unused codes & format files
AndrewAminInstabug Jun 3, 2024
3f73dfe
chore(android): bump SDK to v13.1.1
ahmedAlaaInstabug Jun 4, 2024
4d44acd
docs: fix changeLog
ahmedAlaaInstabug Jun 4, 2024
1964d93
Merge branch 'dev' into chore(android)-bump-sdk-to-v13.1.1
ahmedAlaaInstabug Jun 4, 2024
e0e0a42
Merge pull request #474 from Instabug/chore(android)-bump-sdk-to-v13.1.1
AndrewAminInstabug Jun 4, 2024
562b0f1
chore(iOS): bump sdk to v13.1.0 (#473)
ahmedAlaaInstabug Jun 4, 2024
ad80239
Merge remote-tracking branch 'origin/feat/support-automatic-screen-lo…
AndrewAminInstabug Jun 9, 2024
f4ac87f
chore: run dart fix and flutter format
AndrewAminInstabug Jun 9, 2024
8eafcf2
Merge remote-tracking branch 'origin/dev' into feat/support-automatic…
AndrewAminInstabug Jun 9, 2024
5d7cda2
chore: pull ci changes from dev
AndrewAminInstabug Jun 9, 2024
0615009
fix: screen_loading_manager_test to pass flutter 2
AndrewAminInstabug Jun 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,10 @@ jobs:
executor:
name: android/android-machine
resource-class: xlarge
tag: default
tag: 2024.01.1
steps:
- advanced-checkout/shallow-checkout
- setup_flutter
- android/change-java-version:
java-version: 8
- android/run-tests:
working-directory: example/android
test-command: ./gradlew test
Expand All @@ -156,14 +154,12 @@ jobs:
executor:
name: android/android-machine
resource-class: xlarge
tag: default
tag: 2024.01.1
steps:
- advanced-checkout/shallow-checkout
- setup_captain:
platform: android
- setup_flutter
- android/change-java-version:
java-version: 8
- android/start-emulator-and-run-tests:
run-tests-working-directory: e2e
additional-avd-args: --device 3
Expand Down
202 changes: 137 additions & 65 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Flutter (1.0.0)
- Instabug (13.0.0)
- Instabug (13.1.0)
- instabug_flutter (13.0.0):
- Flutter
- Instabug (= 13.0.0)
- Instabug (= 13.1.0)
- OCMock (3.6)

DEPENDENCIES:
Expand All @@ -26,8 +26,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Instabug: fa52de4a6cac26cde0a60ec5e0540f2461a06fe2
instabug_flutter: b80c4b8748d1da660a8f0cc0b2e5f4375898761c
Instabug: 3d55eff7ea55adf22df404908a2b954b8b585c29
instabug_flutter: 8b86ee14635a4b0ebfb4f760a108c7b0606c47e4
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992

PODFILE CHECKSUM: 03fc227efec8d8485f83d3825510bdf640d8a087
Expand Down
Loading