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

move / copy updated #178

Merged
merged 7 commits into from
Sep 6, 2016
Merged

move / copy updated #178

merged 7 commits into from
Sep 6, 2016

Conversation

tobiasKaminsky
Copy link
Member

Ref: #26

@tobiasKaminsky
Copy link
Member Author

screenshot_20160731_110135
screenshot_20160731_111832

@tobiasKaminsky
Copy link
Member Author

@jancborchardt please help me on the wording of the second screenshot :)

@@ -137,7 +137,7 @@ public static void setSortAscending(Context context, boolean ascending) {
*/
public static int getUploaderBehaviour(Context context) {
return getDefaultSharedPreferences(context)
.getInt(AUTO_PREF__UPLOADER_BEHAVIOR, FileUploader.LOCAL_BEHAVIOUR_COPY);
.getInt(AUTO_PREF__UPLOADER_BEHAVIOR, 0);
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove the constant and replaced it with a "0" (which is the same as FileUploader.LOCAL_BEHAVIOUR_COPY)? I would have guess default is LOCAL_BEHAVIOUR_FORGET

@AndyScherzinger
Copy link
Member

Just some very minor things, code-wise 👍

@AndyScherzinger AndyScherzinger force-pushed the updateCopyMove branch 3 times, most recently from e7d190a to 9c25701 Compare August 8, 2016 21:46
@AndyScherzinger AndyScherzinger force-pushed the updateCopyMove branch 2 times, most recently from 29c66c6 to 2394904 Compare August 18, 2016 14:16
@AndyScherzinger AndyScherzinger force-pushed the updateCopyMove branch 3 times, most recently from 27093f3 to 8043ce3 Compare September 5, 2016 08:22
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

2 participants