-
Notifications
You must be signed in to change notification settings - Fork 531
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
Use protos with intent extras in RecenlyPlayedActivity #3095
Labels
Impact: Low
Low perceived user impact (e.g. edge cases).
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Priority: Essential
This work item must be completed for its milestone.
Type: Task
A single task of work corresponding to a greater milestone. Generally corresponds to a single PR.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Comments
rt4914
added
Priority: Essential
This work item must be completed for its milestone.
Type: Task
A single task of work corresponding to a greater milestone. Generally corresponds to a single PR.
labels
Apr 15, 2021
8 tasks
8 tasks
6 tasks
seanlip
moved this to Needs Triage
in [Team] Core Learner and Mastery flows & UI Frontend - Android
Jul 11, 2022
Broppia
added
issue_type_infrastructure
Impact: Low
Low perceived user impact (e.g. edge cases).
labels
Jul 14, 2022
6 tasks
BenHenning
moved this to Needs Triage
in [Team] Developer Workflow & Infrastructure - Android
Sep 15, 2022
BenHenning
added
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
issue_user_developer
labels
Sep 15, 2022
BenHenning
added a commit
that referenced
this issue
Oct 5, 2022
…tivity (#4511) * RecentlyPlayedActivityParams proto created with ActivityRouter * Nit changes * Optimize imports * Shifted applicationComponent to developerApplicationComponent * Optimized import * ActivityRouterModule updated * Updated RECENTLY_PLAYED_ACTIVITY_INTENT_EXTRAS_KEY in ProfileProgressFragmentTest * Static checks fixed * setTitle added in ReceltyPlayedActivityPresenter * bazel added and set title to toolbar * removed unused import * nit changes * test updated and made changes in bazel * dependencies added BUILD.bazel * static and lint checks fixed * protobuf lint issue fixed * Revert "protobuf lint issue fixed" This reverts commit 8b0c707. * protofub lint test fixed * UNSPECIFIED enum renamed * order changed in bazel * src of bazel fixed * dagger deps added in bazel * KDoc updated for bazel * nit changes * Revert "nit changes" This reverts commit 00c426a. * Updated kdoc and optimized code * klint issue fixed * reformated route/BUILD.bazel * regex pattern checks fixed * optimized import * Nit changes * Test updated and RecentlyPlayedActivityTitle used * Optimized import * Added newline EOF * ActivityRouter added to bazel * reformat bazel * corrected path * made nit changes * Nit changes * added new line * New approach implemented for dagger * code optimized * Fix broken builds for #4511. * Fixed intentname failing tests * Imports optimized * Added tests for ActivityRouter and ActivityRouterModule * optimized code * Added KDoc and ActivityRouter in bazel * fixed typo * removed practicetab * ActivityRouterModule added in BottomSheetOptionsMenu * Optimized imports * Updated failing tests * Added activityRouterModule in Intrumentation * removed activity_router_module from bazel in Instrumentation * removed activityRouterModule from LogReportingModuleTest * removed activity_component_factory from bazel in route/BUILD.bazel * Nit changes * Optimized import * Tests for ActivityRouter and ActivityRouterModule updated * Optimized code for null safety in ProfileProgressHeaderViewModel * Optimized code * Updated KDoc * Updated kDoc * Nit changes * Added new tests and updated ActivityRouter to fix failing CI * Update app/src/sharedTest/java/org/oppia/android/app/profileprogress/ProfileProgressFragmentTest.kt Co-authored-by: Ben Henning <[email protected]> * Revert "Update app/src/sharedTest/java/org/oppia/android/app/profileprogress/ProfileProgressFragmentTest.kt" This reverts commit 3c141fb. * Updated testname * Updated logic in ActivityRouter Co-authored-by: Ben Henning <[email protected]> Co-authored-by: Ben Henning <[email protected]>
Repository owner
moved this from Needs Triage
to Done
in [Team] Developer Workflow & Infrastructure - Android
Oct 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Impact: Low
Low perceived user impact (e.g. edge cases).
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Priority: Essential
This work item must be completed for its milestone.
Type: Task
A single task of work corresponding to a greater milestone. Generally corresponds to a single PR.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
As per this comment and approach we should strive towards using protos in transferring information between activties.
The text was updated successfully, but these errors were encountered: