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

Android streams implementation #41

Merged
merged 43 commits into from
Feb 16, 2016
Merged

Conversation

kylelwm
Copy link
Contributor

@kylelwm kylelwm commented Feb 2, 2016

Created model folder with all model data inside
Implemented logout
Setup swipeRefreshLayout to list view for Android
Call and get stream data from server

StreamRefreshListFragment fragment = new StreamRefreshListFragment();
Bundle args = new Bundle();
args.putInt(ARG_SECTION_NUMBER, sectionNumber);
fragment.setArguments(args);
fragment.sectionNumber = sectionNumber;
fragment.sectionNumber = sectionNumber;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a copy paste error?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The duplicate error is still present

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, removed!

@sharminelow
Copy link
Contributor

Done the review. You can look at the comments.

@sharminelow
Copy link
Contributor

@kylelwm I think the changes haven't been pushed.

@kylelwm kylelwm closed this Feb 14, 2016
@kylelwm kylelwm reopened this Feb 14, 2016
@kylelwm
Copy link
Contributor Author

kylelwm commented Feb 14, 2016

New changes to original pull request

Changelog

1. Removed GIF player and use WebView to play GIF background instead
2. Fix bug with pressing back button in main screen returning user to login screen
3. Set up basic testing environment for Android client
4. Wrote simple redirection tests for Android classes
5. Updated JavaCV version and added filter for video to fix rotation issue
6. Refactor and created several new fragments for streamer
- Created a fragment for stream creation and termination
- Created a fragment for stream controls
- Created a fragment for actual streaming
7. Added API end point for creating stream
8. Redirect user to view screen when a stream is selected
9. Refactor WorldScopeStream objects to be parcelable

@kylelwm kylelwm force-pushed the android-streams-implementation branch from 1dc0147 to 9752cb1 Compare February 14, 2016 11:14
@kylelwm kylelwm force-pushed the android-streams-implementation branch from 9752cb1 to 11b722c Compare February 16, 2016 14:23
@kylelwm
Copy link
Contributor Author

kylelwm commented Feb 16, 2016

Please review =)

@sharminelow
Copy link
Contributor

Ok, good to proceed.

kylelwm added a commit that referenced this pull request Feb 16, 2016
@kylelwm kylelwm merged commit 9995522 into master Feb 16, 2016
@kylelwm
Copy link
Contributor Author

kylelwm commented Feb 16, 2016

Merged

@kylelwm kylelwm deleted the android-streams-implementation branch February 16, 2016 15:02
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.

3 participants