-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FloatingVolume: Convert extended dialog interface into standalone module
Also: * Fix floating head not being placed in last saved position * Upgrade dependencies Signed-off-by: Adam Myczkowski <[email protected]>
- Loading branch information
Adam Myczkowski
committed
Sep 18, 2018
1 parent
5b668a6
commit 0b7b882
Showing
9 changed files
with
666 additions
and
596 deletions.
There are no files selected for viewing
Binary file not shown.
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
4 changes: 3 additions & 1 deletion
4
...e/audio/OnAudioVolumeChangedListener.java → ...erfaces/OnAudioVolumeChangedListener.java
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
5 changes: 5 additions & 0 deletions
5
...c/main/java/com/android/mycax/floatingvolume/interfaces/OnExpandedVolumeDialogClosed.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.android.mycax.floatingvolume.interfaces; | ||
|
||
public interface OnExpandedVolumeDialogClosed { | ||
void notifyExpandedVolumeDialogClosed(); | ||
} |
611 changes: 19 additions & 592 deletions
611
app/src/main/java/com/android/mycax/floatingvolume/services/FloatingVolumeService.java
Large diffs are not rendered by default.
Oops, something went wrong.
630 changes: 630 additions & 0 deletions
630
app/src/main/java/com/android/mycax/floatingvolume/utils/ExpandedVolumeDialog.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Sat Mar 31 17:48:20 BST 2018 | ||
#Tue Sep 18 01:09:52 BST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip |