-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release: Bump version to 1.0-beta01 and disable logging #412
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 2, 2024
ksharma-xyz
changed the title
bump app version: Release - Plan my trip feature
Release: Bump version to 1.0-beta01 and disable logging
Dec 2, 2024
ksharma-xyz
force-pushed
the
12-02-android_fix_theme_for_android_app_start_and_logo
branch
from
December 2, 2024 05:24
dedb1e4
to
d6f6cae
Compare
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 05:24
541075b
to
ad9d663
Compare
ksharma-xyz
force-pushed
the
12-02-android_fix_theme_for_android_app_start_and_logo
branch
from
December 2, 2024 05:33
d6f6cae
to
bed01f3
Compare
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 05:33
ad9d663
to
320fa44
Compare
ksharma-xyz
force-pushed
the
12-02-android_fix_theme_for_android_app_start_and_logo
branch
from
December 2, 2024 05:45
bed01f3
to
1d196b4
Compare
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 05:45
320fa44
to
b9f11cd
Compare
ksharma-xyz
force-pushed
the
12-02-android_fix_theme_for_android_app_start_and_logo
branch
2 times, most recently
from
December 2, 2024 05:55
a4afeb9
to
c5e3450
Compare
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 05:56
b9f11cd
to
3c2ea99
Compare
ksharma-xyz
changed the base branch from
12-02-android_fix_theme_for_android_app_start_and_logo
to
graphite-base/412
December 2, 2024 06:04
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 06:04
3c2ea99
to
c8ff689
Compare
ksharma-xyz
force-pushed
the
graphite-base/412
branch
from
December 2, 2024 06:04
c5e3450
to
1f52199
Compare
ksharma-xyz
force-pushed
the
12-02-release_-_plan_my_trip_feature
branch
from
December 2, 2024 06:05
c8ff689
to
002011d
Compare
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Bumped version to 1.0-beta01 and disabled HTTP client logging
What changed?
Screenshots
Screen.Recording.2024-12-02.at.4.21.22.pm.mov
Why make this change?
Moving from alpha to beta release requires cleaning up debug features like verbose network logging. This change prepares the app for a more stable beta release while reducing unnecessary logging overhead in the networking layer.