Skip to content
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

Make a more generic TimelineViewController #32

Merged
merged 1 commit into from Apr 22, 2017
Merged

Conversation

a2
Copy link
Contributor

@a2 a2 commented Apr 21, 2017

  • Changes HomeTimelineViewController into TimelineViewController.
  • Implements the Home, Local, and Federated tabs using the "Timeline" storyboard.
  • Make TimelineViewModel's view model cache depend on Status object ID, since toot order may change when new toots come in.
  • Allow DataController to configure DataControllers (if possible).
    • This allows for creation of "local" and "federated" timelines.
  • Fix status bar color with creation of UINavigationController and UITabBarController subclasses that override the relevant methods.

- Changes HomeTimelineViewController into TimelineViewController.
- Implements the Home, Local, and Federated tabs using the "Timeline" storyboard.
- Make TimelineViewModel's view model cache depend on Status object ID, since toot order may change when new toots come in.
- Allow DataController to configure DataControllers (if possible).
    - This allows for creation of "local" and "federated" timelines.
- Fix status bar color with creation of UINavigationController and UITabBarController subclasses that override the relevant methods.
@a2 a2 merged commit 208a390 into master Apr 22, 2017
@a2 a2 deleted the a2/generic-timeline branch April 22, 2017 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant