Убрали // [PACKAGE] из разметки, чтобы было меньше шума
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
<Rationale>Заголовок служит 'паспортом' файла, позволяя инструментам мгновенно понять его расположение, имя и назначение.</Rationale>
|
||||
<Definition type="regex">
|
||||
<!-- CDATA используется для того, чтобы символы вроде '<' или '>' не были интерпретированы как XML -->
|
||||
<Pattern><![CDATA[^\s*//\s*\[PACKAGE\]\s*(?P<package>.*?)\n//\s*\[FILE\]\s*(?P<file>.*?)\n//\s*\[SEMANTICS\]\s*(?P<semantics>.*)]]></Pattern>
|
||||
<Pattern><![CDATA[^\s*//\s*\[FILE\]\s*(?P<file>.*?)\n//\s*\[SEMANTICS\]\s*(?P<semantics>.*)]]></Pattern>
|
||||
</Definition>
|
||||
<Example><![CDATA[
|
||||
// [PACKAGE] com.example.your.package.name
|
||||
// [FILE] YourFileName.kt
|
||||
// [SEMANTICS] ui, viewmodel, state_management
|
||||
package com.example.your.package.name
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens
|
||||
// [FILE] MainActivity.kt
|
||||
// [SEMANTICS] app, ui, activity, entrypoint
|
||||
package com.homebox.lens
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens
|
||||
// [FILE] MainApplication.kt
|
||||
// [SEMANTICS] app, hilt, timber, entrypoint
|
||||
package com.homebox.lens
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.navigation
|
||||
// [FILE] NavGraph.kt
|
||||
// [SEMANTICS] app, ui, navigation
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.navigation
|
||||
// [FILE] NavigationActions.kt
|
||||
// [SEMANTICS] app, ui, navigation, actions
|
||||
package com.homebox.lens.navigation
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.navigation
|
||||
// [FILE] Screen.kt
|
||||
// [SEMANTICS] app, ui, navigation, routes
|
||||
package com.homebox.lens.navigation
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.common
|
||||
// [FILE] AppDrawer.kt
|
||||
// [SEMANTICS] app, ui, common, navigation
|
||||
package com.homebox.lens.ui.common
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.common
|
||||
// [FILE] MainScaffold.kt
|
||||
// [SEMANTICS] app, ui, common, scaffold
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.components
|
||||
// [FILE] ColorPicker.kt
|
||||
// [SEMANTICS] app, ui, component, color
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.components
|
||||
// [FILE] LoadingOverlay.kt
|
||||
// [SEMANTICS] app, ui, component, loading
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.mapper
|
||||
// [FILE] ItemMapper.kt
|
||||
// [SEMANTICS] app, ui, mapper, item
|
||||
package com.homebox.lens.ui.mapper
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
|
||||
// [FILE] DashboardScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, dashboard
|
||||
package com.homebox.lens.ui.screen.dashboard
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
|
||||
// [FILE] DashboardUiState.kt
|
||||
// [SEMANTICS] app, ui, state, dashboard
|
||||
package com.homebox.lens.ui.screen.dashboard
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.dashboard
|
||||
// [FILE] DashboardViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, dashboard
|
||||
package com.homebox.lens.ui.screen.dashboard
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.inventorylist
|
||||
// [FILE] InventoryListScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, list
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.inventorylist
|
||||
// [FILE] InventoryListViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, list
|
||||
package com.homebox.lens.ui.screen.inventorylist
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.itemdetails
|
||||
// [FILE] ItemDetailsScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, details
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.itemdetails
|
||||
// [FILE] ItemDetailsViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, details
|
||||
package com.homebox.lens.ui.screen.itemdetails
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.itemedit
|
||||
// [FILE] ItemEditScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, edit
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.itemedit
|
||||
// [FILE] ItemEditViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, edit
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.labeledit
|
||||
// [FILE] LabelEditScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, edit, label
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.labeledit
|
||||
// [FILE] LabelEditViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, edit, label
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
|
||||
// [FILE] LabelsListScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, list, label
|
||||
package com.homebox.lens.ui.screen.labelslist
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
|
||||
// [FILE] LabelsListUiState.kt
|
||||
// [SEMANTICS] app, ui, state, list, label
|
||||
package com.homebox.lens.ui.screen.labelslist
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.labelslist
|
||||
// [FILE] LabelsListViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, list, label
|
||||
package com.homebox.lens.ui.screen.labelslist
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.locationedit
|
||||
// [FILE] LocationEditScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, edit, location
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
|
||||
// [FILE] LocationsListScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, list, location
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
|
||||
// [FILE] LocationsListUiState.kt
|
||||
// [SEMANTICS] app, ui, state, list, location
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.locationslist
|
||||
// [FILE] LocationsListViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, list, location
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.search
|
||||
// [FILE] SearchScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, search
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.search
|
||||
// [FILE] SearchViewModel.kt
|
||||
// [SEMANTICS] app, ui, viewmodel, search
|
||||
package com.homebox.lens.ui.screen.search
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.settings
|
||||
// [FILE] SettingsScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, settings
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.setup
|
||||
// [FILE] SetupScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, setup
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.setup
|
||||
// [FILE] SetupUiState.kt
|
||||
// [SEMANTICS] ui_state, data_model, immutable
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.setup
|
||||
// [FILE] SetupViewModel.kt
|
||||
// [SEMANTICS] ui_logic, viewmodel, state_management, user_setup, authentication_flow
|
||||
package com.homebox.lens.ui.screen.setup
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.screen.splash
|
||||
// [FILE] SplashScreen.kt
|
||||
// [SEMANTICS] app, ui, screen, splash
|
||||
package com.homebox.lens.ui.screen.splash
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.theme
|
||||
// [FILE] Color.kt
|
||||
// [SEMANTICS] app, ui, theme, color
|
||||
package com.homebox.lens.ui.theme
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.theme
|
||||
// [FILE] Theme.kt
|
||||
// [SEMANTICS] app, ui, theme
|
||||
package com.homebox.lens.ui.theme
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.ui.theme
|
||||
// [FILE] Typography.kt
|
||||
// [SEMANTICS] app, ui, theme, typography
|
||||
package com.homebox.lens.ui.theme
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] buildsrc.dependencies
|
||||
// [FILE] Dependencies.kt
|
||||
// [SEMANTICS] build, dependencies
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] ExampleInstrumentedTest.kt
|
||||
// [SEMANTICS] testing, android, ktlint, rules
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] CustomRuleSetProvider.kt
|
||||
// [SEMANTICS] ktlint, rules, provider
|
||||
package com.busya.ktlint.rules
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] FileHeaderRule.kt
|
||||
// [SEMANTICS] ktlint, rules, file_header
|
||||
package com.busya.ktlint.rules
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] MandatoryEntityDeclarationRule.kt
|
||||
// [SEMANTICS] ktlint, rules, entity_declaration
|
||||
package com.busya.ktlint.rules
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] NoStrayCommentsRule.kt
|
||||
// [SEMANTICS] ktlint, rules, comments
|
||||
package com.busya.ktlint.rules
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.busya.ktlint.rules
|
||||
// [FILE] ExampleUnitTest.kt
|
||||
// [SEMANTICS] testing, ktlint, rules
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api
|
||||
// [FILE] HomeboxApiService.kt
|
||||
// [SEMANTICS] data, api, retrofit
|
||||
package com.homebox.lens.data.api
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] CustomFieldDto.kt
|
||||
// [SEMANTICS] data, dto, custom_field
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] GroupStatisticsDto.kt
|
||||
// [SEMANTICS] data, dto, statistics
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ImageDto.kt
|
||||
// [SEMANTICS] data, dto, image
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ItemAttachmentDto.kt
|
||||
// [SEMANTICS] data, dto, attachment
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ItemCreateDto.kt
|
||||
// [SEMANTICS] data, dto, item_creation
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ItemOutDto.kt
|
||||
// [SEMANTICS] data, dto, item_detailed
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ItemSummaryDto.kt
|
||||
// [SEMANTICS] data, dto, item_summary
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] ItemUpdateDto.kt
|
||||
// [SEMANTICS] data, dto, item_update
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LabelCreateDto.kt
|
||||
// [SEMANTICS] data, dto, label, create
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LabelOutDto.kt
|
||||
// [SEMANTICS] data, dto, label
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LabelSummaryDto.kt
|
||||
// [SEMANTICS] data, dto, label, summary
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LabelUpdateDto.kt
|
||||
// [SEMANTICS] data, dto, label, update
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LocationCreateDto.kt
|
||||
// [SEMANTICS] data, dto, location, create
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LocationOutCountDto.kt
|
||||
// [SEMANTICS] data, dto, location, count
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LocationOutDto.kt
|
||||
// [SEMANTICS] data, dto, location
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LocationUpdateDto.kt
|
||||
// [SEMANTICS] data, dto, location, update
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] LoginFormDto.kt
|
||||
// [SEMANTICS] data, dto, login
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] MaintenanceEntryDto.kt
|
||||
// [SEMANTICS] data, dto, maintenance
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] PaginationResultDto.kt
|
||||
// [SEMANTICS] data, dto, pagination
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.dto
|
||||
// [FILE] TokenResponseDto.kt
|
||||
// [SEMANTICS] data, dto, token
|
||||
package com.homebox.lens.data.api.dto
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.api.model
|
||||
// [FILE] LoginRequest.kt
|
||||
// [SEMANTICS] data, dto, login
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db
|
||||
// [FILE] Converters.kt
|
||||
// [SEMANTICS] data, database, room, converter
|
||||
package com.homebox.lens.data.db
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db
|
||||
// [FILE] HomeboxDatabase.kt
|
||||
// [SEMANTICS] data, database, room
|
||||
package com.homebox.lens.data.db
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.dao
|
||||
// [FILE] ItemDao.kt
|
||||
// [SEMANTICS] data, database, dao, item
|
||||
package com.homebox.lens.data.db.dao
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.dao
|
||||
// [FILE] LabelDao.kt
|
||||
// [SEMANTICS] data, database, dao, label
|
||||
package com.homebox.lens.data.db.dao
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.dao
|
||||
// [FILE] LocationDao.kt
|
||||
// [SEMANTICS] data, database, dao, location
|
||||
package com.homebox.lens.data.db.dao
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] ItemEntity.kt
|
||||
// [SEMANTICS] data, database, entity, item
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] ItemLabelCrossRef.kt
|
||||
// [SEMANTICS] data, database, entity, relation
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] ItemWithLabels.kt
|
||||
// [SEMANTICS] data, database, entity, relation
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] LabelEntity.kt
|
||||
// [SEMANTICS] data, database, entity, label
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] LocationEntity.kt
|
||||
// [SEMANTICS] data, database, entity, location
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.db.entity
|
||||
// [FILE] Mapper.kt
|
||||
// [SEMANTICS] data, database, mapper
|
||||
package com.homebox.lens.data.db.entity
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.di
|
||||
// [FILE] ApiModule.kt
|
||||
// [SEMANTICS] data, di, networking
|
||||
package com.homebox.lens.data.di
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.di
|
||||
// [FILE] DatabaseModule.kt
|
||||
// [SEMANTICS] data, di, database
|
||||
package com.homebox.lens.data.di
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.di
|
||||
// [FILE] RepositoryModule.kt
|
||||
// [SEMANTICS] data, di, repository
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.di
|
||||
// [FILE] StorageModule.kt
|
||||
// [SEMANTICS] data, di, storage
|
||||
package com.homebox.lens.data.di
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.mapper
|
||||
// [FILE] DomainToDto.kt
|
||||
// [SEMANTICS] data, mapper
|
||||
package com.homebox.lens.data.mapper
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.mapper
|
||||
// [FILE] DtoToDomain.kt
|
||||
// [SEMANTICS] data, mapper
|
||||
package com.homebox.lens.data.mapper
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.repository
|
||||
// [FILE] AuthRepositoryImpl.kt
|
||||
// [SEMANTICS] data, repository, authentication
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.repository
|
||||
// [FILE] CredentialsRepositoryImpl.kt
|
||||
// [SEMANTICS] data, repository, credentials, security
|
||||
package com.homebox.lens.data.repository
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.repository
|
||||
// [FILE] EncryptedPreferencesWrapper.kt
|
||||
// [SEMANTICS] data, security, preferences
|
||||
package com.homebox.lens.data.repository
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.repository
|
||||
// [FILE] ItemRepositoryImpl.kt
|
||||
// [SEMANTICS] data, repository, item
|
||||
package com.homebox.lens.data.repository
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.data.security
|
||||
// [FILE] CryptoManager.kt
|
||||
// [SEMANTICS] data, security, crypto
|
||||
package com.homebox.lens.data.security
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] Credentials.kt
|
||||
// [SEMANTICS] domain, model, credentials
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] CustomField.kt
|
||||
// [SEMANTICS] domain, model, custom_field
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] GroupStatistics.kt
|
||||
// [SEMANTICS] domain, model, statistics
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] Image.kt
|
||||
// [SEMANTICS] domain, model, image
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] Item.kt
|
||||
// [SEMANTICS] domain, model, item, data_model
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] ItemAttachment.kt
|
||||
// [SEMANTICS] domain, model, attachment
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] ItemCreate.kt
|
||||
// [SEMANTICS] domain, model, item_creation
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] ItemOut.kt
|
||||
// [SEMANTICS] domain, model, item_detailed
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] ItemSummary.kt
|
||||
// [SEMANTICS] domain, model, item_summary
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// [PACKAGE] com.homebox.lens.domain.model
|
||||
// [FILE] ItemUpdate.kt
|
||||
// [SEMANTICS] domain, model, item_update
|
||||
package com.homebox.lens.domain.model
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user