neslihanturan
|
7a25f34372
|
Merge pull request #1060 from misaochan/nearby-uploads
Implement direct uploads for Nearby Map
|
2018-02-05 11:28:22 +03:00 |
|
misaochan
|
f9c6240eaa
|
Add comment explaining fix
|
2018-01-25 03:38:08 +10:00 |
|
misaochan
|
dc06fe789f
|
Check that fragment is added to activity to prevent crash
|
2018-01-25 03:35:12 +10:00 |
|
misaochan
|
05044d4b9a
|
Add TODO to fix IllegalStateException
|
2018-01-25 03:30:16 +10:00 |
|
misaochan
|
894cd299f6
|
Hopefully last cleanup
|
2018-01-25 02:44:20 +10:00 |
|
misaochan
|
339e82f612
|
More cleanup
|
2018-01-25 02:41:09 +10:00 |
|
misaochan
|
eee96e1d08
|
Remove unused imports
|
2018-01-25 02:35:52 +10:00 |
|
misaochan
|
216a113f94
|
Fix whitespace
|
2018-01-25 02:33:42 +10:00 |
|
misaochan
|
283275ab55
|
Further code cleanup
|
2018-01-25 02:32:36 +10:00 |
|
misaochan
|
9446427d0d
|
Clean up DirectNearbyUpload constructor
|
2018-01-25 02:26:14 +10:00 |
|
misaochan
|
6134cf4d14
|
Replace title/desc in NearbyMapFragment to fix NPE
|
2018-01-24 22:06:42 +10:00 |
|
misaochan
|
083564c906
|
Move storeSharedPrefs to fragment that is already injected
|
2018-01-24 22:05:35 +10:00 |
|
misaochan
|
40495d91ab
|
Remove unnecessary getters in ShareActivity
|
2018-01-24 22:00:24 +10:00 |
|
misaochan
|
83bdbccd26
|
Retrieve title/desc via Dagger injection in SingleUploadFragment
|
2018-01-24 21:58:50 +10:00 |
|
misaochan
|
a03ea07608
|
Use Dagger injection to store title and desc
|
2018-01-24 21:54:11 +10:00 |
|
misaochan
|
9354c1c93e
|
Give CommonsApplicationComponent access to DirectUpload
|
2018-01-24 21:52:24 +10:00 |
|
misaochan
|
cb0179cb54
|
Create new method in CommonsApplicationModule for providing title/desc for Nearby Uploads
|
2018-01-24 21:45:57 +10:00 |
|
misaochan
|
287a20d945
|
Move SharedPreferences injection into NearbyMapFragment
|
2018-01-24 21:13:33 +10:00 |
|
misaochan
|
fd14a3e82c
|
Add NearbyMapFragment to FragmentBuilderModule
|
2018-01-24 21:00:00 +10:00 |
|
misaochan
|
efc0bc8518
|
Fix comments for List onClickListeners
|
2018-01-16 16:50:15 +10: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 |
|
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 |
|
misaochan
|
405c163e60
|
Merge remote-tracking branch 'refs/remotes/commons-app/directNearbyUploads' into nearby-uploads
|
2018-01-11 16:49:08 +10: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 |
|
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 |
|
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
|
e630e22e0c
|
Merge pull request #981 from maskaravivek/removeCsv
Remove CSV option for nearby places
|
2018-01-01 19:08:55 +03:00 |
|
misaochan
|
4e056a412f
|
Add TODO
|
2018-01-01 21:10:28 +10:00 |
|
misaochan
|
443acab313
|
Image handling now works
|
2018-01-01 21:00:28 +10:00 |
|
misaochan
|
3dde0319a0
|
Implement onActivityResult() in map fragment
|
2018-01-01 20:56:37 +10:00 |
|
misaochan
|
792cc2c4c7
|
Fix build error
|
2018-01-01 20:43:25 +10:00 |
|
misaochan
|
96b822aa5d
|
Use stored fragment for requesting permissions
|
2018-01-01 20:43:12 +10:00 |
|
misaochan
|
804b850d7e
|
Save fragment as instance variable
|
2018-01-01 20:41:35 +10:00 |
|