Commit graph

44 commits

Author SHA1 Message Date
Dmitry Brant
38e7cad345 Final touch-ups to improved image loading. 2017-05-19 17:19:10 +02:00
Dmitry Brant
9469bf29e4 Remove dependency on old image-loading library, and remote a lot of code. 2017-05-19 16:24:04 +02:00
Dmitry Brant
a3f3ee7fdb Merge remote-tracking branch 'upstream/master' 2017-05-19 15:14:29 +02:00
Dmitry Brant
bb49fb9801 Clean up image loading code, and switch to using Fresco. 2017-05-19 15:08:29 +02:00
Yusuke Matsubara
19eddb7d26 Merge pull request #619 from f4ww4z/replace-clear
Replace 'removeAll(c)' with 'clear()'
2017-05-17 20:28:37 +09:00
Yusuke Matsubara
f039ec37bc Merge pull request #596 from domdomegg/codestyle
Lint issues
2017-05-17 20:15:10 +09:00
Fawwaz Yusran
547f2a062c Replace 'removeAll()' with 'clear()' 2017-05-17 13:49:04 +07:00
addshore
bdfbdc7579 Cleanup CommonsApplication Singelton 2017-05-16 15:19:15 +02:00
Adam Jones
876b299ecc Remove redudant local variables 2017-05-15 16:45:46 +01:00
Dinu Kumarasiri
a2a2589df3 Fix codecy failures 2017-05-15 11:32:48 +02:00
Dinu Kumarasiri
83727e43e6 Add upload date to the image description 2017-05-15 11:27:21 +02:00
Tobias Schönberg
c6a2f2c7ea Get coordinate template when parsing image page
Currently the image detail view does not display the
coordinates.
This commit adds the coordinate template to the
parser and displays the results rounded to 4 digits.
2017-05-13 16:09:01 +02:00
addshore
85182e3fb7 Stop unnecesary unboxing of values 2017-05-13 12:53:00 +02:00
veyndan
d33935c70f Use Timber for logging 2017-04-17 16:41:56 +01:00
Josephine Lim
b124fb8850 Merge pull request #471 from domdomegg/redudantfiles
Remove unused classes
2017-03-25 16:30:51 +10:00
Adam Jones
edc17afa0a Remove unused classes 2017-03-24 23:06:30 +00:00
veyndan
36fe8e3089 Remove AsyncTask utility methods 2017-03-24 23:03:56 +00:00
maskara
22cbd41f49 Fixes #417: Open mobile view of Commons 2017-03-10 10:23:44 +05:30
Adam Jones
ab3ef33c10 Check ShareActionprovider is not null 2017-03-09 00:11:01 +00:00
Adam Jones
157b2ef3ff Check for EXTERNAL_STORAGE permission to download image 2017-03-05 18:46:47 +00:00
Adam Jones
3203932fd3 Add newline in extra_text shareIntent 2017-03-05 18:18:13 +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
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
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
Josephine Lim
9ef32612c1 Merge pull request #315 from anirudh24seven/optimize-imports
Reorganize imports across the project
2016-10-31 14:32:43 +13:00
Anirudh S
1a11e0afc0 Reorganize imports across the project
Remove unwanted imports and sort import statements by running Android
Studio's 'Optimize Imports' feature in all source files.
2016-10-30 23:14:07 +05:30
Anirudh S
94e8c991ee Modified extra whitespace lines in source code
Code is much easier to read if there isn't too much of a gap between
lines. Primarily converted multi-line gaps into single line gaps.
2016-10-30 23:01:44 +05:30
misaochan
a633e74cce Add notifyDataSetChanged() 2016-07-18 21:04:29 +12:00
misaochan
73a87c822f Initialize adapter 2016-07-18 21:01:45 +12:00
misaochan
88c87fefea Always load image from Internet 2016-07-07 19:32:03 +12:00
misaochan
58ffe710c0 Replace runtime exception 2016-07-07 18:38:14 +12:00
misaochan
84d93392b0 Add comments 2016-07-07 18:35:04 +12:00
misaochan
916141287f Displays desc, categories and license, but desc and cats are wrong 2016-07-07 18:31:32 +12:00
misaochan
29e5ba3934 Add fixme 2016-07-07 18:28:33 +12:00
misaochan
185411e879 Add notes for debugging 2016-07-07 18:24:24 +12:00
misaochan
f845a9af70 Add comments 2016-07-07 18:03:00 +12:00
misaochan
2989b4a096 Classes at top, methods at bottom 2016-07-07 18:03:00 +12:00
misaochan
9da9dc5202 Put constructor at top of page 2016-07-07 18:03:00 +12:00
misaochan
acaedc4697 Add comments 2016-07-07 18:03:00 +12:00
Yusuke Matsubara
b4231bbfdc Merge "commons" into the project root directory 2016-07-02 16:48:57 +09:00