Commit graph

153 commits

Author SHA1 Message Date
maskara
63937a842a Add navigation drawer to Share and Multi Share activity 2017-05-16 13:24:39 +02:00
Josephine Lim
364199dcb2 Merge pull request #577 from commons-app/2fa
2fa work
2017-05-15 15:25:24 +02:00
addshore
eb58a847b1 Create AccountUtil class 2017-05-14 15:19:57 +02:00
Yusuke Matsubara
08e6743869 Merge branch 'master' into tidySettings 2017-05-14 20:57:01 +09:00
addshore
5fe95813df Simplify boolean expressions 2017-05-13 13:01:45 +02:00
addshore
d38dde0ec4 Use clientlogin API module
This is the first step to allowing 2 factor authentication #328.
This uses the new API module clientlogin instead of the login module.

We still report the same set of errors in a 'nice' way with real
error messages, how ever there are lots more that can probably be
handled, for example #507.
2017-05-12 14:36:58 +02:00
Adam Jones
d9afd0e4bf Improve code style 2017-05-10 23:16:35 +01:00
Adam Jones
0c5e0869b5 Check in SingleUploadFragment that spinner position is valid before applying 2017-05-10 22:51:33 +01:00
veyndan
d33935c70f Use Timber for logging 2017-04-17 16:41:56 +01:00
veyndan
9d656768aa Use getString(…) with formatArgs 2017-04-12 19:12:58 +01:00
Josephine Lim
24a3225280 Merge pull request #475 from veyndan/illegal-state
Don't have default values when obtaining item from spinner
2017-04-06 01:29:03 +10:00
Adam Jones
0fe7a05731 Create SettingsFragment 2017-04-02 16:37:46 +01:00
Josephine Lim
6d080889ff Merge pull request #479 from maskaravivek/stateloss
Fixes #435: Allowing state loss commit for fragment transaction
2017-04-03 01:14:43 +10:00
maskara
7f7b25f113 Allowing state loss commit for fragment transaction 2017-04-02 03:13:54 +05:30
veyndan
d20bc5f1ce Revert ommitting default value from Prefs.DEFAULT_LICENSE 2017-04-01 21:38:17 +01:00
Josephine Lim
a3a6417b45 Merge pull request #477 from veyndan/generic
Use parameterized types
2017-04-01 21:29:44 +10:00
veyndan
d8b7d5b438 Improve type safety through the use of generics 2017-03-31 22:21:13 +01:00
veyndan
dc53ab9ff8 Remove unnecessary super call 2017-03-31 05:12:23 +01:00
veyndan
3926b2165d Don't have default values when obtaining item from spinner 2017-03-31 03:59:25 +01:00
veyndan
36fe8e3089 Remove AsyncTask utility methods 2017-03-24 23:03:56 +00:00
Adam Jones
ea43e1a796 Fix Codacy Issues + remove unused patch 2017-03-23 17:51:13 +00:00
Neslihan
08b46b8b3f Remove duplicates 2017-03-21 12:08:27 +03:00
Neslihan
235e2239c9 Fix Conflicts 2017-03-21 01:03:20 +03:00
Neslihan
b7d6be5926 Remove unused codes 2017-03-21 00:50:24 +03:00
Neslihan
e567acfc4f Fix spinner theme problem 2017-03-21 00:44:27 +03:00
maskara
060750b050 Added support for butterknife library for view bindings 2017-03-21 00:04:32 +05:30
Neslihan
7b5f5d9dde Remove unused imports 2017-03-18 12:38:22 +03:00
Neslihan
7e256175dc Move theme checkbox to settings activity 2017-03-18 01:49:19 +03:00
Neslihan
9cc574c697 Force upload activity to has always DarkTheme to make it readable 2017-03-16 19:11:49 +03:00
maskara
36b6715fad Fix lint issue: Missing commit on Shared prefs editor 2017-03-10 23:29:49 +05:30
Vivek Maskara
6fe242c33d Merge branch 'master' into chooseLicense 2017-03-05 22:55:34 +05:30
Josephine Lim
268e8690d4 Merge pull request #382 from maskaravivek/license
Fixes #144: Add CC 4.0 to license options
2017-03-06 02:46:16 +10:00
maskara
7bca88bf39 Fixes #323: Provide explicit selection of licenses when uploading image 2017-03-05 05:36:35 +05:30
maskara
8f6a201d35 Fixes #144: Add CC 4.0 to license options 2017-03-05 03:44:04 +05:30
veyndan
0993858272 Remove redundant casts 2017-03-04 00:42:18 +00:00
veyndan
31a9582229 Replace C style with Java style array declaration 2017-03-02 15:08:41 +00:00
veyndan
fe42731ee6 Replace fully qualified names with imports 2017-03-02 14:39:08 +00:00
Josephine Lim
9a6dd2e97e Merge pull request #363 from veyndan/diamond
Replace explicit type with diamond operator
2017-03-02 18:37:14 +10:00
Josephine Lim
f7fe6e6e31 Merge pull request #364 from veyndan/interface-modifier
Remove redundant interface modifiers
2017-03-02 17:37:11 +10:00
veyndan
d49706ef70 Remove unnecessary imports 2017-03-01 19:15:28 +00:00
veyndan
8b6f11e9d2 Remove redundant interface modifiers 2017-03-01 15:53:55 +00:00
veyndan
d866ab3e07 Replace explicit type with diamond operator 2017-03-01 15:44:32 +00:00
veyndan
c1bcd921e3 Add missing @Override annotations 2017-02-26 02:38:05 +00:00
misaochan
a93b68500b Remove TODO 2016-12-15 15:39:18 +13:00
misaochan
dcecf607ef Add string resources 2016-12-15 15:36:22 +13:00
misaochan
81503befb0 Add comments 2016-12-15 15:30:33 +13:00
misaochan
636e7ddcfb Remove unnecessary comments 2016-12-15 15:29:36 +13:00
misaochan
d4c63b7b5f Tidy ExistingFileAsync, add documentation 2016-12-15 15:28:25 +13:00
misaochan
b5ccc36a77 Add 'if' check for file exists 2016-12-15 15:24:01 +13:00
misaochan
b6997db681 Finish alertDialog code 2016-12-15 15:22:41 +13:00