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

External SD support #92

Merged
merged 25 commits into from Nov 2, 2016
Merged

External SD support #92

merged 25 commits into from Nov 2, 2016

Conversation

przybylski
Copy link
Member

@przybylski przybylski commented Jul 2, 2016

OK hold on to your hats 🎩 , external SD support will arrive in the nearest future as requested eg in: #20

nextcloud/android-library#5 is required to work

<string name="file_migration_failed_not_enough_space">ERROR: Not enough space</string>
<string name="file_migration_failed_not_writable">ERROR: File is not writable</string>
<string name="file_migration_failed_not_readable">ERROR: File is not readable</string>
<string name="file_migration_failed_dir_already_exists">ERROR: owncloud directory already exists</string>
Copy link
Member

Choose a reason for hiding this comment

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

nextcloud ;)

Copy link
Member Author

Choose a reason for hiding this comment

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

yup, few things need update ;)

@tobiasKaminsky
Copy link
Member

This will be great! Really really cool :)

@tobiasKaminsky tobiasKaminsky added this to the Nextcloud App 1.2.0 milestone Jul 3, 2016
@@ -56,6 +56,9 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Copy link
Member

Choose a reason for hiding this comment

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

Do we need further API checks for this for Android 23 support or is this already covered by the given check?

Copy link
Member

Choose a reason for hiding this comment

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

seems covered

@tobiasKaminsky
Copy link
Member

👍

@AndyScherzinger
Copy link
Member

@cheesecracker come on over we support SD cards since 2016 😁

@cheesecracker
Copy link

NextCloud?? I just took a look at it, really promising! Among so many clouds in the world, hard to know which one is better. Thanks for your suggestion :)

Besides the SD card issue with ownCloud, there's another thing holding me from using ownCloud. It's migration. When I wanted to upgrade from one version of server to another one, there was no official document saying what to do! People told me to get all the files, set up a new server and put them in! Come on, so stupid. What about the change history of every file? That means I cannot get previous versions of files if I screw things up. How is the migration in NextCloud?

I'm also following the Alt-F (https://sourceforge.net/projects/alt-f/) which has ownCloud extension. I don't think they have heard of NextCloud. Let me see if they are going to add NextCloud as well.

@AndyScherzinger
Copy link
Member

Don't know about file versioning to be honest. The server team improved the web updater a lot. Also there is a quite active community @ help.nextcloud.com
Other than that Nextcloud is the 2016 fork by the founder and a large part of the core developer team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants