forked from nextcloud/android
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix crashes #1
Open
ashpieboop
wants to merge
92
commits into
koying:instantupload_all
Choose a base branch
from
ashpieboop:instantupload_all
base: instantupload_all
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix crashes #1
ashpieboop
wants to merge
92
commits into
koying:instantupload_all
from
ashpieboop:instantupload_all
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
AndyScherzinger
force-pushed
the
instantupload_all
branch
from
November 3, 2019 10:35
5ef9898
to
dc31c93
Compare
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Bumps gradle from 3.5.1 to 3.5.2. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
- Eliminate access to shared preferences when setting dark theme. - Extend AppPreferences interface to allow subscription for preference changes - Improve preferences interface documentation Fixes nextcloud#4791 Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
Theming: Fix date picker button text colour
…m.android.tools.build-gradle-3.5.2 Bump gradle from 3.5.1 to 3.5.2
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
…f dagger Signed-off-by: Alice Gaudon <alice@gaudon.pro>
9e15f5e Merge pull request nextcloud#4799 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.2 d208681 Merge pull request nextcloud#4796 from nextcloud/datepicker 7a8aee3 [tx-robot] updated from transifex a3ae321 Bump gradle from 3.5.1 to 3.5.2 b0563b9 Theming: Fix date picker button text colour 207f894 [tx-robot] updated from transifex 1ec0984 [tx-robot] updated from transifex 5131514 [tx-robot] updated from transifex 38a83bb daily dev 20191102
…-as-wallpaper-issue Fixing picture "set as wallpaper" issue in properties (duplicate)
…ared-preferences-with-app-preferences-in-base-activity Replace BaseActivity.sharedPreferences with app preferences
890789f Merge pull request nextcloud#4797 from nextcloud/ezaquarii/replace-shared-preferences-with-app-preferences-in-base-activity 180bdee Merge pull request nextcloud#4801 from Infomaniak/feature/resolve-set-as-wallpaper-issue 039adc0 [tx-robot] updated from transifex b59938d daily dev 20191106
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 17.0.0 to 18.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Commits](JetBrains/java-annotations@17.0.0...18.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…g.jetbrains-annotations-18.0.0 Bump annotations from 17.0.0 to 18.0.0
Activity account is set in FilesActivity.onAccount(), but related components are updated in BaseActivity.onStart(). 1. Initialize account in BaseActivity.onCreate() 2. Update storage manager and capabilities immediately on account set, not waiting for onStart() lifecycle. 3. inline storage manager and capabilities update in setAccount() 4. Remove setAccount()/onAccountSet() calls that sets default account, as this duplicates BaseActivity.onCreate() Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
…ble-3.9.0 Add changelog for 3.9.0
f245b72 Merge pull request nextcloud#4823 from nextcloud/changelog-master-stable-3.9.0 d30b574 Add changelog for 3.9.0 df6d847 [tx-robot] updated from transifex 4343c3d Merge pull request nextcloud#4814 from nextcloud/dependabot/gradle/org.jetbrains-annotations-18.0.0 86027dd Bump annotations from 17.0.0 to 18.0.0 4690042 [tx-robot] updated from transifex ff646aa daily dev 20191108
… [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
…up_qa Disable android backup on the QA app
…-of-get-current-account-to-get-user Migrate simple cases of get current account to get user
e92daa2 Merge pull request nextcloud#4853 from nextcloud/migrate-simple-cases-of-get-current-account-to-get-user 99d9a69 Merge pull request nextcloud#4885 from nextcloud/disable_android_backup_qa 10960bf [tx-robot] updated from transifex 9f24b25 [tx-robot] updated from transifex b7876c4 disable GoogleAppIndexingWarning lint check 11687c6 Drone: update FindBugs results to reflect reduced error/warning count [skip ci] 80fb800 Merge commit 'a7eb7148fa0ceb42981366eb2ddcf0ff921e6a55' b91136c Disable android backup on the QA app a7eb714 Migrate simple cases of getCurrentAccount() to getUser() 6249a06 daily dev 20191123
….gitlab.arturbosch.detekt-detekt-gradle-plugin-1.2.0 Bump detekt-gradle-plugin from 1.1.1 to 1.2.0
Bumps `kotlin_version` from 1.3.60 to 1.3.61. Updates `kotlin-gradle-plugin` from 1.3.60 to 1.3.61 Updates `kotlin-stdlib-jdk7` from 1.3.60 to 1.3.61 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.3.60...v1.3.61) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…tlin_version-1.3.61 Bump kotlin_version from 1.3.60 to 1.3.61
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… + action button Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
…ded boolean boxing Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
…display (design review) Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
…m.google.android-flexbox-2.0.0 Bump flexbox from 1.1.1 to 2.0.0
Show/Hide auto upload list items
Signed-off-by: Chris Koying Browet <cbro@semperpax.com>
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
…s on remote Signed-off-by: Alice Gaudon <alice@gaudon.pro>
… [skip ci] Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
- Changes NameConflictPolicy for manual uploads from default RENAME to ASK_USER - Removal of helper class FileUploader.UploadRequester (methods become static and go to FileUploader) Signed-off-by: Alice Gaudon <alice@gaudon.pro>
ashpieboop
force-pushed
the
instantupload_all
branch
from
December 2, 2019 17:58
44f75ec
to
2cdc3b1
Compare
ashpieboop
pushed a commit
to ashpieboop/android
that referenced
this pull request
Jan 14, 2020
Fix dark theme koying#1
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.
Fixes immediate issues that prevented this feature from working in the original PR's current state :
I also fixed a log typo in the db upgrade process