consolidate plugin modules
This commit is contained in:
parent
6ec4f5c4b4
commit
aa1151f6af
270 changed files with 9 additions and 9 deletions
app
crowdin.ymlimplementation
plugins/automation
.gitignorebuild.gradleconsumer-rules.proproguard-rules.pro
src/main
AndroidManifest.xml
java/info/nightscout/automation
AutomationEvent.ktAutomationFragment.ktAutomationPlugin.kt
actions
Action.ktActionAlarm.ktActionCarePortalEvent.ktActionDummy.ktActionLoopDisable.ktActionLoopEnable.ktActionLoopResume.ktActionLoopSuspend.ktActionNotification.ktActionProfileSwitch.ktActionProfileSwitchPercent.ktActionRunAutotune.ktActionSendSMS.ktActionStartTempTarget.ktActionStopProcessing.ktActionStopTempTarget.kt
di
dialogs
ChooseActionDialog.ktChooseOperationDialog.ktChooseTriggerDialog.ktEditActionDialog.ktEditEventDialog.ktEditTriggerDialog.kt
elements
Comparator.ktComparatorConnect.ktComparatorExists.ktElement.ktInputBg.ktInputButton.ktInputCarePortalMenu.ktInputDateTime.ktInputDelta.ktInputDouble.ktInputDropdownMenu.ktInputDuration.ktInputInsulin.ktInputLocationMode.ktInputPercent.ktInputProfileName.ktInputString.ktInputTempTarget.ktInputTime.ktInputTimeRange.ktInputWeekDay.ktLabelWithElement.ktLayoutBuilder.ktStaticLabel.kt
events
EventAutomationAddAction.ktEventAutomationDataChanged.ktEventAutomationUpdateAction.ktEventAutomationUpdateGui.ktEventAutomationUpdateTrigger.ktEventLocationChange.ktEventTriggerChanged.ktEventTriggerClone.ktEventTriggerRemove.kt
services
triggers
Trigger.ktTriggerAutosensValue.ktTriggerBTDevice.ktTriggerBg.ktTriggerBolusAgo.ktTriggerCOB.ktTriggerConnector.ktTriggerDelta.ktTriggerDummy.ktTriggerIob.ktTriggerLocation.ktTriggerProfilePercent.ktTriggerPumpLastConnection.ktTriggerRecurringTime.ktTriggerTempTarget.ktTriggerTempTargetValue.ktTriggerTime.ktTriggerTimeRange.ktTriggerWifiSsid.kt
ui
res/drawable
|
@ -192,9 +192,9 @@ dependencies {
|
|||
implementation project(':interfaces')
|
||||
implementation project(':ui')
|
||||
implementation project(':plugins:aps')
|
||||
implementation project(':automation')
|
||||
implementation project(':plugins:automation')
|
||||
implementation project(':plugins:main')
|
||||
implementation project(':openhumans')
|
||||
implementation project(':plugins:openhumans')
|
||||
implementation project(':implementation')
|
||||
implementation project(':database:entities')
|
||||
implementation project(':database:impl')
|
||||
|
|
|
@ -41,16 +41,16 @@ files:
|
|||
translation: /insight/src/main/res/values-%android_code%/alert_titles.xml
|
||||
- source: /insight/src/main/res/values/exceptions.xml
|
||||
translation: /insight/src/main/res/values-%android_code%/exceptions.xml
|
||||
- source: /automation/src/main/res/values/strings.xml
|
||||
translation: /automation/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /plugins/automation/src/main/res/values/strings.xml
|
||||
translation: /plugins/automation/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /pump/eopatch/src/main/res/values/strings.xml
|
||||
translation: /pump/eopatch/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /pump/diaconn/src/main/res/values/strings.xml
|
||||
translation: /pump/diaconn/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /pump/pump-common/src/main/res/values/strings.xml
|
||||
translation: /pump/pump-common/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /openhumans/src/main/res/values/strings.xml
|
||||
translation: /openhumans/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /plugins/openhumans/src/main/res/values/strings.xml
|
||||
translation: /plugins/openhumans/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /implementation/src/main/res/values/strings.xml
|
||||
translation: /implementation/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /ui/src/main/res/values/strings.xml
|
||||
|
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation project(':app-wear-shared:shared')
|
||||
implementation project(':database:entities')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':automation')
|
||||
implementation project(':plugins:automation')
|
||||
implementation project(':interfaces')
|
||||
implementation project(':core:core-main')
|
||||
implementation project(':core:fabric')
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue