Skip to content
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

Format code with latest code style #3975

Merged
merged 16 commits into from
Mar 30, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    54ccb13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25acdc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c30ec0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94dae82 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    1e34060 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade ktlint to 1.1.1

    Disable standard rules which can't be formatted with ktlint automatially.
    Bambooin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3cc1b3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45178b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    838708f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    320f3e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83126a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc6466d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27c111f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64c4823 View commit details
    Browse the repository at this point in the history
  10. fix: add SLF4J providers

    SLF4J: No SLF4J providers were found.
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
    SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
    SLF4J: Ignoring binding found at [jar:file:/home/runner/.gradle/caches/transforms-3/7adcb909ec6a171fc6a1a1c1cf301964/transformed/jetified-logback-classic-1.2.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
    Bambooin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    24121df View commit details
    Browse the repository at this point in the history
  11. fix: remove duplicated old codes

    This issue was introduced in: 7136ff3
    
    Fix by removing old codes and keep the new codes.
    
    > ISO 639 is not a stable standard; some of the language codes it defines (specifically "iw", "ji", and "in") have changed. This constructor accepts both the old codes ("iw", "ji", and "in") and the new codes ("he", "yi", and "id"), but all other API on Locale will return only the OLD codes.
    
    com.amaze.filemanager.ui.fragments.preferencefragments.UiPrefsFragmentTest > testDefaultBehaviour[28] FAILED
        java.lang.IllegalArgumentException: list[49] is a repetition
            at android.os.LocaleList.__constructor__(LocaleList.java:193)
            at android.os.LocaleList.<init>(LocaleList.java)
            at androidx.core.os.LocaleListCompat$Api24Impl.createLocaleList(LocaleListCompat.java:341)
            at androidx.core.os.LocaleListCompat.create(LocaleListCompat.java:77)
            at androidx.core.os.LocaleListCompat.forLanguageTags(LocaleListCompat.java:172)
            at com.amaze.filemanager.utils.ContextLocaleExtKt.getLocaleListFromXml(ContextLocaleExt.kt:53)
            at com.amaze.filemanager.utils.ContextLocaleExtKt.getLangPreferenceDropdownEntries(ContextLocaleExt.kt:62)
            at com.amaze.filemanager.ui.fragments.preferencefragments.UiPrefsFragment.onCreatePreferences(UiPrefsFragment.kt:55)
            at androidx.preference.PreferenceFragmentCompat.onCreate(PreferenceFragmentCompat.java:161)
            at androidx.fragment.app.Fragment.performCreate(Fragment.java:3090)
    Bambooin committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6754c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c559987 View commit details
    Browse the repository at this point in the history