-
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
Core: Rename AppPlatformType to DevicePlatformType and refactor AppInfo #466
Merged
ksharma-xyz
merged 1 commit into
main
from
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
Dec 23, 2024
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 18, 2024
ksharma-xyz
changed the title
Analytics: updates to AppInfo - make isdebug a field instead of function - rename to DevicePlatformType
Core: Rename AppPlatformType to DevicePlatformType and refactor AppInfo
Dec 18, 2024
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 18, 2024 09:52
c59c591
to
39f8c95
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 18, 2024 22:29
97d82f1
to
77bd90f
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 18, 2024 22:29
39f8c95
to
d091cb3
Compare
This was referenced Dec 18, 2024
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:35
77bd90f
to
eab4f3a
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 11:35
d091cb3
to
e341a6a
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:42
eab4f3a
to
4406bc7
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 11:42
e341a6a
to
690d2b3
Compare
This was referenced Dec 23, 2024
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:55
4406bc7
to
7090b82
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 11:55
690d2b3
to
c4bde5a
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 11:59
7090b82
to
f020ce4
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 11:59
c4bde5a
to
44a50a8
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 12:10
f020ce4
to
7ce7089
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 12:11
44a50a8
to
3dc628e
Compare
ksharma-xyz
force-pushed
the
12-18-update_appinfo_and_add_app_start_events_for_analytics
branch
from
December 23, 2024 21:21
7ce7089
to
356b99d
Compare
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 21:22
3dc628e
to
a20b4e2
Compare
Base automatically changed from
12-18-update_appinfo_and_add_app_start_events_for_analytics
to
main
December 23, 2024 21:30
- make isdebug a field instead of function - rename to DevicePlatformType
ksharma-xyz
force-pushed
the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
from
December 23, 2024 23:09
a20b4e2
to
f56731b
Compare
Merge activity
|
ksharma-xyz
deleted the
12-18-analytics_updates_to_appinfo_-_make_isdebug_a_field_instead_of_function_-_rename_to_deviceplatformtype
branch
December 23, 2024 23:20
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.
Refactors app info interface and implementations:
isDebug()
from a function to a propertyAppPlatformType
toDevicePlatformType
for claritytype
property todevicePlatformType
version
property toappVersion