-
Notifications
You must be signed in to change notification settings - Fork 275
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
Non admin users #281
Merged
Merged
Non admin users #281
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
* fix app crash if audioFile is Null * adds api-19 to travis.yml
* Chromecast support (amahi#266) * resolve TransactionTooLargeException on android 7 * adds chromecast support * adds cast session manager and remote media to native player * adds ExpandedController for cast * resolve blank video activity on stopping cast * adds mini controller * adds cast notifications and change app id * resolve crash on opening cast activity through notification * adds cast support for audio files * start casting only after metadata is fetched * adds fixed image audio cast * shift chromecast app_id in api.properties * remove custom audio-play image * adds cast options to image viewer (amahi#269)
* Upload and Delete file api and implementation (amahi#242) * feat: adds delete file functionality * fix: change api route for file delete * adds basic file upload functionality * fix image null pointer error and switch to query params * adds file upload progress event * adds permission handler before uploading files * adds check for duplicate file upload * fix file not found bug * adds feature to upload video files too * refactor code * adds bottom sheet for displaying upload options * adds upload click listeners and callbacks in ServerFilesActivity * implements camera upload functionality * minor fixes and code clean up * removes upload icon from title bar * fix: forwarding to the desired action after grating permissions * feature to add custom hda servers from json * add debug file * resolve crash on uploading files from movies share * Fixed the landscape bottomSheet hidden by default bug. (amahi#257) * Fixed the landscape bottomSheet hidden by default bug. * Adds android-19 to the travis.yml. * Auto upload feature (amahi#253) * adds auto upload settings to preference screen * adds NEW_PICTURE broadcast receiver * adds upload service * adds upload settings preference fragment * adds hda and share list fetching to upload settings * adds sqlite db for storing image paths * adds custom upload queue * implements upload manager and server connection in background service * fix the UI stuck on file uploads * fix multiple files uploading at the same time * code refactoring * adds upload only on wifi preference option * adds api-19 to travis.yml * adds Job for tracking changes in images content uri * adds job scheduling to the application class * adds net connnectivity job * adds permission checker to auto upload settings * resolve TransactionTooLargeException on android 7
* Fixes app crash if audioFile is Null (amahi#260) * fix app crash if audioFile is Null * adds api-19 to travis.yml * initial cast files * add app icon * updates logo and css for cast receiver * Added code to delete file if it already exists. * Update Downloader.java * Update Downloader.java
Made CastOptionsProvider class public
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.
Merged
beta
intonon-admin-user