Commit graph

455 commits

Author SHA1 Message Date
Adam Jones
3203932fd3 Add newline in extra_text shareIntent 2017-03-05 18:18:13 +00:00
veyndan
3ec330a886 Remove unused login activity menu xml 2017-03-05 17:58:59 +00:00
Adam Jones
bd97b9b91a Tidy up MediaDetailPagerFragment 2017-03-05 17:54:51 +00:00
Adam Jones
d48c4c13ee Convert share button to ShareActionProvider 2017-03-05 17:40:51 +00:00
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
Aditi Bhatnagar
d2bc5f7013 Once successfully logged in, this activity should finish
On back, login should not appear again.
2017-03-03 20:29:53 +05:30
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
misaochan
bb41565b78 Add base code for AlertDialog 2016-12-15 15:15:13 +13:00
misaochan
8990f79059 Add context to constructor, copy AlertDialog code 2016-12-15 15:12:51 +13:00
misaochan
99af3feaec Add TODO 2016-12-14 17:17:56 +13:00
misaochan
c7761bcd09 Add onPostExecute override 2016-12-14 17:17:10 +13:00
misaochan
cf20bce6e6 Fix whitespace 2016-12-14 17:15:20 +13:00
misaochan
06e58b57b8 Fix issue with fileExists always returning false 2016-12-14 17:11:55 +13:00
misaochan
c1e764e7c7 Add checks for result Nodes and fileExists 2016-12-14 16:59:03 +13:00
misaochan
91c6b3518c Add logging 2016-12-14 16:49:55 +13:00
misaochan
4bcc9d7ddd Fix ExistingFileAsync call in ShareActivity 2016-12-14 16:46:10 +13:00
misaochan
c34b8300c4 Parse XML to fine out if fileExists 2016-12-14 16:42:53 +13:00
misaochan
9721472c4c Add xml format 2016-12-14 16:36:49 +13:00
misaochan
a2b3be5959 Change result type to Boolean 2016-12-14 16:30:23 +13:00
misaochan
9b2b3c7861 Add commons API query as comment 2016-12-14 16:27:15 +13:00
misaochan
49ee084c31 Remove cats_limit 2016-12-14 16:26:40 +13:00
misaochan
ce3abcd727 Add constructor to ExistingFileAsync and call it in ShareActivity 2016-12-14 16:25:29 +13:00
misaochan
9afb1da6fa Add TAG 2016-12-14 16:20:19 +13:00
misaochan
dbd2f9b16c Added ExistingFileAsync.java 2016-12-14 16:17:44 +13:00
misaochan
674663601a Add comments 2016-12-14 16:15:44 +13:00
misaochan
c8b6e83ab4 Add comments 2016-12-14 16:11:13 +13:00
misaochan
bd949f4fd9 Add comments 2016-12-14 16:10:41 +13:00
misaochan
630eebeeac Removed unnecessary comments 2016-12-14 16:06:41 +13:00
misaochan
d2982845ff Refactor Utils.getSHA1 to produce SHA1 output instead of bool 2016-12-14 16:05:23 +13:00
misaochan
bd00a514a3 Add API query URL 2016-12-09 18:12:56 +13:00
misaochan
16877eca27 Add sha1Bool test with mock SHA1 2016-12-09 17:05:11 +13:00
misaochan
03f207db16 Modify testSHA1() to use InputStream instead of File 2016-12-09 17:00:14 +13:00