Commit graph

1968 commits

Author SHA1 Message Date
misaochan
efc0bc8518 Fix comments for List onClickListeners 2018-01-16 16:50:15 +10:00
neslihanturan
a88469feec
Merge pull request #1062 from maskaravivek/dagger
Refactor usage of DaggerApplication with CommonsDaggerApplication
2018-01-15 13:51:59 +03:00
Yusuke Matsubara
a8bc53d1a7
Merge pull request #1034 from misaochan/fix-description-bug
Fix issue with Nearby item descriptions
2018-01-15 18:29:24 +09:00
translatewiki.net
f52aea12d2 Localisation updates from https://translatewiki.net. 2018-01-15 07:54:11 +01:00
maskara
cb77cb8323 Remove unused imports 2018-01-14 02:14:36 +05:30
maskara
7c54e95321 More cleanup based on comments 2018-01-14 02:09:32 +05:30
maskara
eb3e448452 Refactoring based on comments 2018-01-13 23:59:45 +05:30
maskara
e1afa6081e Refactor usage of dagger application with fixed dagger application 2018-01-13 16:16:47 +05:30
neslihanturan
1224302ccb
Merge pull request #1047 from psh/more-database-cleanup
More database related cleanup
2018-01-12 17:41:58 +03:00
misaochan
d75fd91438 Clarify comment 2018-01-12 20:45:52 +10:00
misaochan
d30f0968dc Tidy up NearbyMapFragment.java 2018-01-12 20:45:28 +10:00
misaochan
d01d6a69f2 Tidy up DirectUpload.java 2018-01-12 20:44:40 +10:00
misaochan
cd713caa5e Remove TODO 2018-01-12 20:35:43 +10:00
misaochan
ba8bf51dbf Modify onPermissionsResult to suit current requirements 2018-01-12 20:34:57 +10:00
misaochan
745b3e1918 Copy onRequestPermissionsResult into NearbyMapFragment 2018-01-12 20:31:30 +10:00
Yusuke Matsubara
698fad62ce Fix NearbyAdapterFactoryTest by reflecting PlaceRender's new behavior 2018-01-12 00:09:28 +09:00
misaochan
8b473260f3 Add TODO to PlaceRenderer for List buttons 2018-01-11 19:14:49 +10:00
misaochan
84b7cda560 Send sharedprefs to handleImagePicked() camera case 2018-01-11 18:58:20 +10:00
misaochan
4551eebeb6 Remove defaultPrefs check - no real use? 2018-01-11 18:51:22 +10:00
misaochan
18e9ac753c Modify logs 2018-01-11 18:42:05 +10:00
misaochan
17e2c9baf3 Make controller method public and add call to initiateCameraUpload() in NearbyMapFragment 2018-01-11 18:41:03 +10:00
misaochan
f38d885a78 Copy camera capture code to DirectUpload.java 2018-01-11 18:39:22 +10:00
translatewiki.net
29e667e8fe Localisation updates from https://translatewiki.net. 2018-01-11 07:51:20 +01:00
misaochan
405c163e60 Merge remote-tracking branch 'refs/remotes/commons-app/directNearbyUploads' into nearby-uploads 2018-01-11 16:49:08 +10:00
translatewiki.net
64ad937258 Localisation updates from https://translatewiki.net. 2018-01-08 09:00:02 +01:00
Josephine Lim
971b323225
Merge pull request #1046 from maskaravivek/crashFix
Avoid crash when service is disconnected
2018-01-08 16:36:02 +10:00
maskara
a85da9d0a5 Merge branch 'uıForNotifications' of https://github.com/commons-app/apps-android-commons 2018-01-08 01:41:21 +05:30
Vivek Maskara
031e53c988
Merge pull request #1024 from neslihanturan/displayNotificationsUI
UI to display notifications
2018-01-08 01:01:27 +05:30
Paul Hawke
4bd72462e5 More cleanup now that clean Dao classes are available from Dagger. 2018-01-05 19:53:51 -06:00
maskara
b639b649d7 Avoid crash when service is disconnected 2018-01-06 02:36:51 +05:30
Paul Hawke
874627e3f5 Injected the ModifierSequenceDao where needed. 2018-01-05 13:01:20 -06:00
Paul Hawke
9927879680 Injected the ContributionDao where needed. 2018-01-05 08:34:48 -06:00
Paul Hawke
f2ed57a127 Moved Category and CategoryDao to the 'category' package 2018-01-05 08:34:48 -06:00
Paul Hawke
1d3befcbd2 Injected the CategoryDao where needed. 2018-01-05 08:34:48 -06:00
Paul Hawke
08673c91c6 Extracted and tested the database interactions from ModifierSequence 2018-01-04 13:27:55 -06:00
Paul Hawke
1ba8e93346 Extracted and tested the database interactions from Category 2018-01-04 08:33:40 -06:00
neslihanturan
6749c43740
Merge pull request #1035 from psh/better-marker-selection-tracking
Direct nearby uploads feature branch - Map marker selection and footer visibility now track together.
2018-01-04 16:29:48 +03:00
translatewiki.net
d96acd8c87 Localisation updates from https://translatewiki.net. 2018-01-04 10:05:26 +01:00
misaochan
42517bcb7a Fix more whitespace 2018-01-02 21:54:09 +10:00
misaochan
9372a7ea3c Fix whitespace 2018-01-02 21:44:39 +10:00
misaochan
ed395a5af5 Add comments 2018-01-02 21:41:23 +10:00
misaochan
0401eb781c Add check in SingleUploadFragment for isNearbyUploadf 2018-01-02 21:38:01 +10:00
misaochan
b719491dcf Pass nearby Title and Desc to SingleUploadFragment 2018-01-02 21:33:10 +10:00
misaochan
565e61c0d1 Tidy up and create framework for autofilling EditText 2018-01-02 21:22:09 +10:00
misaochan
ccb0c87b5f Change to getSharedPreferences to pass prefs between activities 2018-01-02 21:15:04 +10:00
misaochan
ef3eda7d10 Create boolean for isDirectUpload and pass shared prefs to ShareActivity.java 2018-01-02 21:01:00 +10:00
neslihanturan
d6d38e0564
Merge pull request #1026 from psh/extract-and-test-contribution-db
Extracted and tested the database interactions from Contribution.
2018-01-02 13:58:10 +03:00
misaochan
8db3d55fa0 Merge remote-tracking branch 'refs/remotes/commons-app/directNearbyUploads' into nearby-uploads
# Conflicts:
#	app/src/main/java/fr/free/nrw/commons/nearby/NearbyPlaces.java
2018-01-02 18:27:15 +10:00
neslihanturan
38d3edfe1d
Merge pull request #1027 from psh/consistent-sizes-with-dimens
Tech-improvement: Better use of dimens.xml for common sizes
2018-01-01 20:35:34 +03:00
neslihanturan
7151c51cb3
Merge pull request #1012 from maskaravivek/build
Fix dex merge issue
2018-01-01 19:35:42 +03:00