SecrecySupportTeam / secrecy

http://forum.xda-developers.com/showthread.php?t=2704486
Apache License 2.0
78 stars 27 forks source link

Added sort by filetype #114

Closed L-Henke closed 9 years ago

L-Henke commented 9 years ago

This PR allows to either sort files by name or group them by file type and order by name in the groups. It also a base for more sorting options since the binary CheckboxPreference has been replaced with a ListPreference.

Doplgangr commented 9 years ago
  1. Conflict.
  2. I'm thinking that owing to the massive changes we are undergoing, is this version code bump legitimate for a 6.0 instead of 5.4. It would be nice too, if we could figure out a better way to do the version code so that it makes more sense for us and for the users alike.

(In the past, I just base version changes on the degree of changes I have made. For example if there is any big UI improvement and/or feature inclusion, it would be a digit increment. If just bug fixes and small UI changes, it would be a .1 increment.)

L-Henke commented 9 years ago

@Doplgangr Rebased and version bumped to 0.6.0

L-Henke commented 9 years ago

@Doplgangr The best practice is semantic versioning: http://semver.org/. I think I already said that we should use that.

StelianMorariu commented 9 years ago

Semantic versioning sound good to me.

Doplgangr commented 9 years ago

Ah thanks for the reminder.