-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Background** com.flipper.app already used **Changes** rename .flipper. to .flipperdevices.
- Loading branch information
Showing
118 changed files
with
342 additions
and
375 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
2 changes: 1 addition & 1 deletion
2
...ipper/gradle/AppExtensionConfiguration.kt → ...vices/gradle/AppExtensionConfiguration.kt
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
2 changes: 1 addition & 1 deletion
2
...java/com/flipper/gradle/ComposerPlugin.kt → ...m/flipperdevices/gradle/ComposerPlugin.kt
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
2 changes: 1 addition & 1 deletion
2
...com/flipper/gradle/ConfigurationPlugin.kt → ...pperdevices/gradle/ConfigurationPlugin.kt
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
2 changes: 1 addition & 1 deletion
2
...r/gradle/LibraryExtensionConfiguration.kt → ...s/gradle/LibraryExtensionConfiguration.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.flipper.bottombar"> | ||
package="com.flipperdevices.bottombar"> | ||
|
||
<application> | ||
<activity android:name=".main.BottomNavigationActivity" /> | ||
<activity android:name="com.flipperdevices.bottombar.main.BottomNavigationActivity" /> | ||
</application> | ||
</manifest> |
8 changes: 4 additions & 4 deletions
8
...ar/api/BottomNavigationActivityApiImpl.kt → ...ar/api/BottomNavigationActivityApiImpl.kt
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
8 changes: 4 additions & 4 deletions
8
...lipper/bottombar/di/BottomBarComponent.kt → ...evices/bottombar/di/BottomBarComponent.kt
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
14 changes: 7 additions & 7 deletions
14
...er/bottombar/main/TabContainerFragment.kt → ...es/bottombar/main/TabContainerFragment.kt
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
4 changes: 2 additions & 2 deletions
4
...main/service/BottomNavigationViewModel.kt → ...main/service/BottomNavigationViewModel.kt
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: 2 additions & 2 deletions
4
...ipper/bottombar/model/FlipperBottomTab.kt → ...vices/bottombar/model/FlipperBottomTab.kt
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: 2 additions & 2 deletions
4
...r/bottombar/navigate/ScreenTabProvider.kt → ...s/bottombar/navigate/ScreenTabProvider.kt
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
12 changes: 6 additions & 6 deletions
12
...ttombar/navigate/ScreenTabProviderImpl.kt → ...ttombar/navigate/ScreenTabProviderImpl.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.flipper.bridge.api"> | ||
package="com.flipperdevices.bridge.api"> | ||
|
||
<uses-permission android:name="android.permission.BLUETOOTH" /> | ||
</manifest> |
9 changes: 0 additions & 9 deletions
9
...onents/bridge/api/src/main/java/com/flipper/bridge/api/di/FlipperBleComponentInterface.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...per/bridge/api/device/FlipperDeviceApi.kt → ...ces/bridge/api/device/FlipperDeviceApi.kt
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
9 changes: 9 additions & 0 deletions
9
...bridge/api/src/main/java/com/flipperdevices/bridge/api/di/FlipperBleComponentInterface.kt
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,9 @@ | ||
package com.flipperdevices.bridge.api.di | ||
|
||
import com.flipperdevices.bridge.api.pair.FlipperPairApi | ||
import com.flipperdevices.bridge.api.scanner.FlipperScanner | ||
|
||
interface FlipperBleComponentInterface { | ||
val flipperScanner: FlipperScanner | ||
val flipperPairApi: FlipperPairApi | ||
} |
4 changes: 2 additions & 2 deletions
4
...r/bridge/api/manager/FlipperBleManager.kt → ...s/bridge/api/manager/FlipperBleManager.kt
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
2 changes: 1 addition & 1 deletion
2
...ridge/api/model/FlipperGATTInformation.kt → ...ridge/api/model/FlipperGATTInformation.kt
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: 2 additions & 2 deletions
4
...flipper/bridge/api/pair/FlipperPairApi.kt → ...devices/bridge/api/pair/FlipperPairApi.kt
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
2 changes: 1 addition & 1 deletion
2
.../api/scanner/DiscoveredBluetoothDevice.kt → .../api/scanner/DiscoveredBluetoothDevice.kt
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
2 changes: 1 addition & 1 deletion
2
...pper/bridge/api/scanner/FlipperScanner.kt → ...ices/bridge/api/scanner/FlipperScanner.kt
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
2 changes: 1 addition & 1 deletion
2
...com/flipper/bridge/api/utils/Constants.kt → ...pperdevices/bridge/api/utils/Constants.kt
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
2 changes: 1 addition & 1 deletion
2
...r/bridge/api/utils/DeviceFeatureHelper.kt → ...s/bridge/api/utils/DeviceFeatureHelper.kt
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
2 changes: 1 addition & 1 deletion
2
...pper/bridge/api/utils/PermissionHelper.kt → ...ices/bridge/api/utils/PermissionHelper.kt
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
2 changes: 1 addition & 1 deletion
2
...com/flipper/bridge/di/AndroidBleModule.kt → ...pperdevices/bridge/di/AndroidBleModule.kt
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: 2 additions & 2 deletions
4
.../flipper/bridge/di/FlipperBleComponent.kt → ...rdevices/bridge/di/FlipperBleComponent.kt
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
10 changes: 5 additions & 5 deletions
10
...com/flipper/bridge/di/FlipperBleModule.kt → ...pperdevices/bridge/di/FlipperBleModule.kt
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
2 changes: 1 addition & 1 deletion
2
.../com/flipper/bridge/di/NordicBleModule.kt → ...ipperdevices/bridge/di/NordicBleModule.kt
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,4 +1,4 @@ | ||
package com.flipper.bridge.di | ||
package com.flipperdevices.bridge.di | ||
|
||
import dagger.Module | ||
import dagger.Provides | ||
|
6 changes: 3 additions & 3 deletions
6
...ridge/impl/device/FlipperDeviceApiImpl.kt → ...ridge/impl/device/FlipperDeviceApiImpl.kt
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
2 changes: 1 addition & 1 deletion
2
.../impl/manager/ConnectionObserverLogger.kt → .../impl/manager/ConnectionObserverLogger.kt
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.