Mikel
04ff70fa5b
Codacy :)
2017-08-02 22:06:37 +01:00
Mikel
d314964018
Merge from master and add icons to clickable fields
2017-08-02 21:57:13 +01:00
Paul Hawke
4796557fb7
Made a pass through the code to introduce lambdas / method references in the places the Android Studio suggested.
2017-07-22 18:04:40 -05:00
Josephine Lim
19a3fa3adc
Merge pull request #777 from akaita/media_detail
...
Fix issues in Media Detail screen
2017-07-20 01:20:10 +10:00
Mikel
2ce7a464ca
Remove Clickable behaviour of License and Coordinates
2017-07-18 20:20:44 +01:00
Yusuke Matsubara
3b728ca568
Coding style fixes
2017-07-16 15:13:40 +09:00
Mikel
7edfe34a3e
Merge branch 'master' into media_detail
2017-07-15 18:59:36 +02:00
Mikel
9d23907728
Fix Issue with repeating categories in MediaDetail
2017-07-15 18:16:45 +02:00
Mikel
7667180bc5
Make uploaded image's coordinates clickable
2017-07-15 17:53:37 +02:00
Paul Hawke
8e47f82de6
Merge remote-tracking branch 'upstream/master'
2017-07-15 06:16:31 -05:00
Mikel
1044fe13ae
Make license in MediaDetail clickable
2017-07-15 09:21:35 +02:00
Yusuke Matsubara
d241d36d66
Add PageTitle class to canonicalize page names
2017-07-13 18:29:30 +09:00
Paul Hawke
5396fc6ed0
Optimized imports before starting
2017-07-04 14:23:13 -05:00
Yusuke Matsubara
9c69539276
Share file with camera using cache and FileProvider
...
* Use cache instead of external storage to share file with camera
* Execute ExistingFileAsync after permission is granted
2017-06-10 16:47:37 +09:00
Dmitry Brant
96f9526244
Fix display of media detail after screen rotation.
2017-05-20 11:49:15 +02:00
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