Max
Max
about the "action_move", I think a folder with arrow is more easy under than a cross. for "add to seafile", use "BottomSheet" is batter than "AlertDialog" in BrowserActivity.java: ` final...
String resource From: ``` Name Name (Desc) Last Modified Time Last Modified Time (Desc) ``` To: ``` A - Z New - Old ``` for zh-rCN: ``` A - Z...
In Utils.java ``` public static boolean isViewableVideo(String name) { String suffix = name.substring(name.lastIndexOf(46) + 1).toLowerCase(); if (suffix.length() == 0) { return false; } if (suffix.equals("mkv") || suffix.equals("vob") || suffix.equals("rm") ||...
bottom_sheet_op_dir.xml , remove download item and move delete to bottom. ``` ``` bottom_sheet_op_file.xml, move delete to bottom. ``` ```