neslihanturan
a96bbb18a5
Find out zoom level problem
2019-05-23 15:40:07 +03:00
translatewiki.net
ab783a445f
Localisation updates from https://translatewiki.net .
2019-05-23 14:10:29 +02:00
neslihanturan
786212fc49
Call update map and add required markers
2019-05-23 14:16:49 +03:00
Vitaly V. Pinchuk
d782d3eacc
Trim accidentally added space at the end of filename ( #2967 )
...
* Fixes #2917 : App adds space at end of filename sometimes
* Fix #2917 : Trims accidental space at the end of the filename
2019-05-23 14:15:32 +03:00
neslihanturan
b10804910c
Rename a method with prepoer name
2019-05-23 11:17:17 +03:00
neslihanturan
7080c3a943
Make sure updateMAoAndList method is called when everything ready
2019-05-22 21:30:23 +03:00
neslihanturan
771a9ecda3
Makes sure that initialize nearby operations method is called just after all views and fragments are ready and attached
2019-05-21 17:20:11 +03:00
neslihanturan
f4321d0541
Prevent crash caused child fragment is actually null by checking if it is attached or not.
2019-05-21 14:30:42 +03:00
neslihanturan
d0556419f7
Change the old NearbyFragment by our new NearbyParentFragment for first tests
2019-05-21 14:15:02 +03:00
neslihanturan
a77c3c45d4
Add comments
2019-05-21 13:55:52 +03:00
neslihanturan
fd515deeb2
AddnetworkBroadcatsReceiver on view side, call it from presenter
2019-05-21 13:36:38 +03:00
neslihanturan
cdd62290ac
Change nearby design, first create views then register listeners
2019-05-20 18:57:23 +03:00
neslihanturan
297eb67dae
Connect child fragment and prent fragment with presenter
2019-05-20 17:31:18 +03:00
neslihanturan
95dd97aca0
Add missing methods for NearbyMap
2019-05-20 17:21:59 +03:00
translatewiki.net
4896e5992e
Localisation updates from https://translatewiki.net .
2019-05-20 13:41:58 +02:00
neslihanturan
4bb83f77cb
Merge branch 'master' into refactorNearbyClassesMVP
2019-05-20 13:45:57 +03:00
Dan Garry
200f038f2c
Remove unnecessary use of String.valueOf() from GPSExtractor ( #2958 )
...
valueOf() was being used in cases where it wasn't necessary because the method is called implicitly; this patch removes these usages to make the code clearer and easier to read.
2019-05-19 14:32:08 +02:00
Dan Garry
b176515153
Remove unnecessary Integer.toString() calls ( #2959 )
...
In cases where an integer is directly concatenated onto a string, toString() is not needed because it is called implicitly; this patch removes the calls to improve code readability.
2019-05-19 14:24:53 +02:00
neslihanturan
bcd7e648b6
try to simplify previous method during refactor
2019-05-18 12:26:20 +03:00
neslihanturan
034a2e2f08
Add network connection established check on view side, check it from presenter
2019-05-17 18:50:19 +03:00
neslihanturan
f8e8d13b78
Add lock neabry method to unlisten nearby operations during updates
2019-05-17 18:38:22 +03:00
Dan Garry
877c669297
Remove redundant empty if/else statement in NotificationActivity ( #2953 )
...
* Remove redundant empty if/else statement
This patch removes an empty if/else statement that has no effect on the execution flow of the program.
* Remove redundant empty if/else statement in MainActivity
This patch removes an empty if/else statement that has no effect on the execution flow of the program, which makes the code simpler.
2019-05-17 17:35:14 +03:00
translatewiki.net
45fd7fe5fa
Localisation updates from https://translatewiki.net .
2019-05-17 12:13:00 +02:00
neslihanturan
a8190bb8b1
Define a presenter variable in fragment and call updateMapAndList method from there, if permissions are okay
2019-05-16 16:51:50 +03:00
neslihanturan
1c27c3cbe3
Define refreshView method as updateMapAndList which is a better naming. Define it at presenter part.
2019-05-16 16:42:53 +03:00
neslihanturan
80708023aa
Add all location permission related methods to view contract and implement in fragment. Call them from presenter by passing locationServiceManager parameter
2019-05-16 16:26:44 +03:00
neslihanturan
f8926aa2f1
Merge branch 'master' into refactorNearbyClassesMVP
2019-05-15 13:23:24 +03:00
Dmitry Brant
6fd969686c
Remove additional unnecessary dependencies. ( #2948 )
2019-05-15 09:46:42 +03:00
neslihanturan
2aa554661e
Relate parent presenter with parent fragment
2019-05-14 13:10:22 +03:00
neslihanturan
bfc0d8821c
İmplement child fragment logic and their retain
2019-05-14 12:00:49 +03:00
neslihanturan
6b6a697277
Add main views on fragment
2019-05-14 11:37:57 +03:00
neslihanturan
11d1d00c17
Fix typo
2019-05-14 10:43:13 +03:00
neslihanturan
3da8e301a4
Implement missing methods
2019-05-14 10:19:08 +03:00
neslihanturan
a1e3b2ef6d
Add presenter, contract and fragment for parent Fragment of both NearyListFragment and NearbyMapFragment
2019-05-14 10:18:48 +03:00
Dmitry Brant
967d3ea593
Remove unnecessary dependency on commons-codec. ( #2945 )
2019-05-14 08:28:13 +03:00
translatewiki.net
54f6dd667f
Localisation updates from https://translatewiki.net .
2019-05-13 14:29:38 +02:00
neslihanturan
24aa7a25cc
Add javadocs
2019-05-13 08:34:21 +03:00
neslihanturan
48a550f5fd
Create presenters for map and list and implement user actions accordingly
2019-05-12 11:09:14 +03:00
neslihanturan
7dec4af113
Move constracts under contract package
2019-05-12 11:08:35 +03:00
neslihanturan
b9d9548126
Add explanation for keeping an emty View interface under NearbyListContract
2019-05-12 10:36:39 +03:00
neslihanturan
c7533eba0f
Move general method to parent and add javadocs for parent
2019-05-12 10:35:13 +03:00
neslihanturan
24a85a16a3
Add javadocs and specific interfaces for list
2019-05-12 10:32:09 +03:00
neslihanturan
3b63d9ca2f
Create map child contract and fill methods
2019-05-12 10:16:05 +03:00
neslihanturan
6483d21738
Create parent contract
2019-05-12 09:45:03 +03:00
Madhur Gupta
5d827e44ae
Moved hardcoded URLs to a constant file Fixed #2850 ( #2851 )
...
* Moved hardcoded URLs to build.grade Fixed #2850
* Moved Urls to a constant file
* Fixed Typo
2019-05-10 15:09:32 +03:00
translatewiki.net
a4ac27d5d3
Localisation updates from https://translatewiki.net .
2019-05-09 16:54:18 +02:00
kateOmally
41b53f4560
Replace with enum two strings that were in strings.xml but were used as ( #2939 )
...
constants. Remove strings from strings.xml Issue # 2931
2019-05-08 21:37:29 +03:00
Madhur Gupta
2164fb00f3
Added Appetize badge ( #2866 )
...
* Added Appetize badge
* Update README.md
2019-05-08 11:21:33 +03:00
Madhur Gupta
867cc9921f
Fixed Width of Navigation Drawer for Tablets ( #2856 )
2019-05-08 11:08:06 +03:00
translatewiki.net
c4b7164784
Localisation updates from https://translatewiki.net .
2019-05-06 16:37:10 +02:00