This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate client management from service to fused location api implemen…
…tation (#182) * Removes client param from service get last location method * Removes client param from service get location availability method * Removes unused client param from service mock mode methods * Migrates client management out of service for location listener requests * Migrates client management out of service for pending intent requests * Migrates client management out of service for location callback requests * Removes more deprecated provider enabled stuff * Migrates remove location listener logic from service to fused location api implementation * Checkstyle * Support repository version * Eliminates client param from methods to remove pending intents and location callbacks * Renames FusedLocationProviderServiceImpl -> FusedLocationProviderServiceDelegate "Impl" is usually reserved for a class that implements an interface. The name "Delegate" better describes the pattern in use here http://best-practice-software-engineering.ifs.tuwien.ac.at/patterns/delegation.html. * Removes explicit start/stop service
- Loading branch information
1 parent
678b8bd
commit ae35abe
Showing
13 changed files
with
406 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.