Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-29#1239 Crash on rotate - Downgrade dependencies1239-crash-on-rotateStefan Niedermann
- AppCompat 1.3.0 → 1.2.0 - Fragment 1.3.4 → 1.3.3 Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-26Bump annotations from 21.0.0 to 21.0.1dependabot[bot]
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.0 to 21.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/21.0.0...21.0.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25Run lint in CIStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25Use default locale when checking whether device manufacturer is samsungStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25Clean up build.gradle filesStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-25Bump gson from 2.8.6 to 2.8.7dependabot[bot]
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.7. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.7) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24Extract logic to clear Glide cache into CustomAppGlideModuleStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-24version bump to v3.4.4v3.4.4Stefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-24Update changelogStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-24Fix moving note to another account (#1235)Niedermann IT-Dienstleistungen
- Moving from within a note using the 3-dots-menu did not work at all because no account was passed to the chooser - Moving a note does no longer require to re-read the full content. This is already done by `MainViewModel`. The method expects the full note to be passed
2021-05-24[tx-robot] updated from transifexNextcloud bot
2021-05-21Force same width of screenshots in README.mdNiedermann IT-Dienstleistungen
by removing the titles. They still are available as Alt description of the images and quite obvious.
2021-05-21Bump annotations from 20.1.0 to 21.0.0dependabot[bot]
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 21.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/20.1.0...21.0.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20Merge remote-tracking branch 'origin/master'Stefan Niedermann
2021-05-20- 🎨 Fix theming issue when theming app is disabled on the serverStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-20l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-19Add unit test for GridItemDecorationStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-19Minor clean upStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-19Merge remote-tracking branch 'origin/master'Stefan Niedermann
2021-05-19Fix a few lint warningsStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-19Bump fragment from 1.3.3 to 1.3.4dependabot[bot]
Bumps fragment from 1.3.3 to 1.3.4. Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19Fix a few a11y issuesStefan Niedermann
Signed-off-by: Stefan Niedermann <info@niedermann.it>
2021-05-19Bump appcompat from 1.2.0 to 1.3.0dependabot[bot]
Bumps appcompat from 1.2.0 to 1.3.0. Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18[tx-robot] updated from transifexNextcloud bot
2021-05-18Catch possible NPEs and reduce warningsStefan Niedermann
2021-05-18Harden ApiProvider for concurrent modifications and add unit testsStefan Niedermann
2021-05-18Remove need for synchronized access to ApiProvider instanceStefan Niedermann
2021-05-18Adjust test styleStefan Niedermann
2021-05-17Cover exception cases in CapabilitiesClientTestStefan Niedermann
2021-05-17Add Unit test for fetching DisplayNameStefan Niedermann
2021-05-17Add Unit test for fetching CapabilitiesStefan Niedermann
2021-05-17Reduce diff with masterStefan Niedermann
2021-05-17Enhance testability by using Singleton pattern for ApiProviderStefan Niedermann
2021-05-17Merge remote-tracking branch 'origin/master'Stefan Niedermann
2021-05-16[tx-robot] updated from transifexNextcloud bot
2021-05-16Do not explicitly request ApplicationContext because we already do it in the ↵Stefan Niedermann
constructor
2021-05-16Adds Unit test for syncStatus and errors LiveData in NotesRepositoryStefan Niedermann
2021-05-16Adds Unit test for deleting an AccountStefan Niedermann
2021-05-14version bump to 3.4.3v3.4.3Stefan Niedermann
2021-05-14Update changelogStefan Niedermann
2021-05-14Minor refactoringStefan Niedermann
2021-05-14Fix mocksStefan Niedermann
2021-05-14Merge branch 'master' of https://github.com/Cui-Yusong/nextcloud-notes into ↵Stefan Niedermann
Cui-Yusong-master
2021-05-14updateCui
2021-05-14updateCui
2021-05-14Remove unused variableStefan Niedermann
2021-05-14Remove unused importsStefan Niedermann
2021-05-14Merge remote-tracking branch 'origin/master'Stefan Niedermann
2021-05-14Fix #1215 Menu text color in dark modeStefan Niedermann
2021-05-14Bump gradle from 4.2.0 to 4.2.1dependabot[bot]
Bumps gradle from 4.2.0 to 4.2.1. Signed-off-by: dependabot[bot] <support@github.com>