-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make things more kotlin-ey in the Application Module. * Went a bit overboard with the Kotlinizing - return types need to be explicit for dagger in some places. * It mostly doesn't matter if analytics is null, so silently skip if that's the case. * More auto-Kotlin conversion. * More auto Kotlin conversion. * Minor clean up of some imports. Boy this code is unnecessarily complex. Why did I decide I wanted a factory here? * More auto-converted stuff. Search package this time. * More auto-kotlin conversions and some clean up. This time the touch code. * Kotlinizing more utils functions. * Restore the Java sensor smoother code for now to avoid a merge conflict. * Converting the AnalyticsInterface to Kotlin broke the build. Only the FDroid build, for reasons I don't understand. Revert for now.
- Loading branch information
Showing
36 changed files
with
942 additions
and
1,169 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
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.