Revision d0a1cf3b
ID | d0a1cf3bbf6b2b7c752542f115e9499f2a3c13d7 |
Parent | 3a7a3de7 |
Child | d62f6fa2 |
ProjectInfoFragment extends ProjectTagFragment for displaying Title, Description and Tags
Intended for re-use between Project info screen and publish screen.
StoryOverviewActivity now refreshes it's Project-backed views onStart() instead
of onCreate(). This allows us to unlink the hardcoded behavior between it and
StoryOverviewEditActivity's onDestroyActionMode, which used to explicitly
start StoryOverviewActivity. Now StoryOverviewEditActivity finish()'s itself
allowing whatever Activity that started it to go through onStart() and refresh
it's Project-backed views.
PublishFragment now starts StoryOverviewEditActivity when a click is received
on its ProjectInfoFragment container per the Revised Workflows.
Files
- added
- modified
- copied
- renamed
- deleted
- app
- res
- layout
- activity_project_tag_fragment.xml
- activity_story_overview.xml (diff)
- activity_story_overview_edit.xml (diff)
- fragment_complete_story.xml (diff)
- fragment_project_info.xml
- fragment_project_tags.xml
- layout
- src
- res