-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1.0.6 #6
Merged
Update 1.0.6 #6
Conversation
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
…uery.getUpdatedData method and adjusted the related sections
…oxBackendConfiguration utility class
…noxViewModel and Retriever classes!
…he copyOnClipboard utility method
…vityProvider apis
…se library as module!
N7ghtm4r3
added
core
Issues related to the core module
backend
Issues related to the backend module
compose
Issues related to the compose module
labels
Jan 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
showSnackbarMessage
to also supportJsonObject
.AppContextInitializer
provider.isInputValid
method inInputsValidator
protected instead of private (as per [221]).EquinoxItemsHelper
at line 313 where it wasn't checking if the value was equal to the last column.EquinoxViewModel
.viewModelScope
instance to handle requests in the prebuiltViewModel
.@RequiresSuperCall
annotation on line 203 ofEquinoxItemsHelper
(it was unnecessary).invokeRoutine
function inLoadingItemUI
.EquinoxRequester
to the compose module.EquinoxItemsHelper
, provided the index set to 1 (fixed the doc comment as well) in theprepareQuery
of theBatchQuery
interface.auth
method (added brackets) inAuthEquinoxViewModel
.OutlinedText
andTextField
fields ininputsUi
.Requester
to the core module (network package).copyToClipboard
function.EquinoxItemsHelper.mergeAlternativelyInColumnsValues
(line 273) by checking if the list is empty before execution.PaginateResponse
utility class as@Transient
.filterValues
method toBatchQuery
interface inEquinoxItemsHelper
to allow filtering (not mandatory, return all values if not overridden).Equinox-Compose
library to an internal module namedequinox-compose
.TimeFormatter
similar to the one inAPIManager
with an analogous@Returner
annotation.colorOneSideBorder
modifier to adjust the top and bottom border color (not just half of the item).showSnackbarMessage
to also acceptStringResource
.serverProtector
usage.URL_REGEX
inInputsValidator
to validateip:port
values.sendRequest
to useJson
fromkotlinx
.KMPrefs
inEquinoxLocalUser
.EquinoxViewModel
.onFailure
lambda inEquinoxProfileViewModel
.entity
package in the backend.EquinoxBaseEndpointsSet
to the core module (network package).batchDelete
inEquinoxItemsHelper
has only one field for deletion, provided a method that accepts just a list of values instead of a list of list values.FetcherManager
toRetrieveManager
and replaced "fetch" text accordingly.getContrastingColor
ofChameleonText
as public.emailValidator
andurlValidator
instances protected instead of private inInputsValidator
.noInternetConnectionRetryText
inManagedContent
to acceptStringResource
.onSync()
inSyncBatchContainer
ofEquinoxItemsHelper
to invoke after synchronization.Field 'isLastPage'
requiring a serial name by properly using@SerialName
.EquinoxLocalUser
automatically invoke theinitLocalUser
method.EquinoxWindowKit
.launchApp
inAuthEquinoxViewModel
as@RequiresSuperCall
.T
generic type fromEquinoxItemsHelper
.EquinoxViewModel
.