Commit graph

3610 commits

Author SHA1 Message Date
Marcel Hibbe
ac0c961557
open Conversation after being created via ContactsController
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:06 +01:00
Marcel Hibbe
dbf6b91260
rename ConversationOperationDialog to ConversationsListBottomDialog
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:06 +01:00
Marcel Hibbe
9423376ca7
tidy up
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:06 +01:00
Marcel Hibbe
bec19428e0
share conversation link
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:05 +01:00
Marcel Hibbe
76451c1649
fix actions that are clicked in Conversation Bottom Dialog
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:05 +01:00
Marcel Hibbe
d76203a093
remove api v1 variants for conversations canLeave and canDelete methods
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:05 +01:00
Marcel Hibbe
aedede9ffd
proof of concept: use conductor with BottomSheetDialog
two approaches are added with this commit (just for testing):

1.for conversationOperationAddFavorite
- replace UI in ConversationOperationDialog
- push another controller via method in ConversationsListController (makes no sense here, but will be useful for other cases)

2. for conversationOperationRemoveFavorite
- hide UI
- introduce another conductor router for dialog
- push new Controller with new router
- fetchData in old controller

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:05 +01:00
Marcel Hibbe
cb9189da19
replace CallMenuController with ConversationOperationDialog.kt
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:04 +01:00
Marcel Hibbe
90a99d4994
fix design when keyboard is shown
- set windowSoftInputMode to adjustResize
- comment out everything related to KeyboardUtils

this fixes the design when keyboard is shown. At least this breaks the BottomSheet which will be hidden by the keyboard.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-02-16 11:34:04 +01:00
Andy Scherzinger
2e440ff3bd
Merge pull request #1818 from nextcloud/dependabot/gradle/com.pinterest-ktlint-0.44.0
Bump ktlint from 0.43.0 to 0.44.0
2022-02-16 07:17:47 +01:00
Nextcloud bot
7e79aff79b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-16 03:58:19 +00:00
dependabot[bot]
221cbad6bb
Bump ktlint from 0.43.0 to 0.44.0
Bumps [ktlint](https://github.com/pinterest/ktlint) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/compare/0.43.0...0.44.0)

---
updated-dependencies:
- dependency-name: com.pinterest:ktlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 02:06:44 +00:00
Nextcloud bot
8a8596dcc9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-15 05:39:21 +00:00
Nextcloud Android Bot
709787a845 Weekly 13.1.0 Alpha 12 2022-02-14 03:13:23 +00:00
Andy Scherzinger
9f5cac81b2
Merge pull request #1813 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.9.0
Bump gson from 2.8.9 to 2.9.0
2022-02-12 12:59:53 +01:00
dependabot[bot]
a13dbfd5e5
Bump gson from 2.8.9 to 2.9.0
Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.0.
- [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.9...gson-parent-2.9.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 10:03:20 +00:00
Andy Scherzinger
9456856855
Merge pull request #1810 from nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.13.1
Bump jackson-core from 2.13.0 to 2.13.1
2022-02-12 11:02:26 +01:00
dependabot[bot]
e2ca56d87b
Bump jackson-core from 2.13.0 to 2.13.1
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.0...jackson-core-2.13.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 18:01:09 +00:00
Andy Scherzinger
348b1b8431
Merge pull request #1809 from nextcloud/bugfix/noid/dependabot
bump open pr count to 20
2022-02-11 18:59:40 +01:00
Andy Scherzinger
918c69a772
bump open pr count to 20
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-11 18:49:03 +01:00
Andy Scherzinger
48cb999bba
Merge pull request #1808 from nextcloud/dependabot/github_actions/actions/setup-java-2.5.0
Bump actions/setup-java from 1 to 2.5.0
2022-02-11 18:30:28 +01:00
Andy Scherzinger
769a3ef146
add distribution
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-11 18:02:24 +01:00
dependabot[bot]
b9ff241b25
Bump actions/setup-java from 1 to 2.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 16:24:31 +00:00
Andy Scherzinger
e852442b0b
Merge pull request #1807 from nextcloud/dependabot/github_actions/hmarr/auto-approve-action-2.1.0
Bump hmarr/auto-approve-action from 2.0.0 to 2.1.0
2022-02-11 17:22:34 +01:00
Andy Scherzinger
cdc6e96bee
Merge pull request #1806 from nextcloud/dependabot/github_actions/actions/stale-4.1.0
Bump actions/stale from 3 to 4.1.0
2022-02-11 17:21:45 +01:00
dependabot[bot]
7229a0d921
Bump hmarr/auto-approve-action from 2.0.0 to 2.1.0
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 15:21:31 +00:00
dependabot[bot]
b2a6561b92
Bump actions/stale from 3 to 4.1.0
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 15:21:28 +00:00
Andy Scherzinger
ef1ed285e9
Merge pull request #1805 from nextcloud/bugfix/noid/dependabot
fix dependabot yaml formatting
2022-02-11 16:21:08 +01:00
Andy Scherzinger
f1f2439be1
fix dependabot yaml formatting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-11 16:20:22 +01:00
Andy Scherzinger
81a989d035
Merge pull request #1804 from nextcloud/bugfix/noid/dependabot
Update dependabot script
2022-02-11 10:07:52 +01:00
Andy Scherzinger
dbbf53cc86
update dependabot script to latest files-android version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-11 09:42:30 +01:00
Andy Scherzinger
e2bf6f6326
Merge pull request #1802 from nextcloud/bugfix/noid/lifecycle-extensions
Bump lifecycle-extensions to 2.2.0
2022-02-11 09:41:17 +01:00
Nextcloud bot
8f96a46db8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-11 03:58:15 +00:00
drone
7d062d7d4a Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: drone <drone@nextcloud.com>
2022-02-10 19:33:58 +00:00
Andy Scherzinger
5f9d129b1e
bump lifecycle-extensions to 2.2.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-10 18:27:47 +01:00
Andy Scherzinger
c82d949f0c
Merge pull request #1801 from nextcloud/dependabot/gradle/com.bluelinelabs-conductor-3.1.3
Bump conductor from 3.1.1 to 3.1.3
2022-02-10 18:27:09 +01:00
dependabot[bot]
fc04dce758
Bump conductor from 3.1.1 to 3.1.3
Bumps [conductor](https://github.com/bluelinelabs/Conductor) from 3.1.1 to 3.1.3.
- [Release notes](https://github.com/bluelinelabs/Conductor/releases)
- [Commits](https://github.com/bluelinelabs/Conductor/commits)

---
updated-dependencies:
- dependency-name: com.bluelinelabs:conductor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 17:13:06 +00:00
Andy Scherzinger
3c194e6396
Merge pull request #1791 from nextcloud/feat/workflow-auto-update-fixup.yml
Updating fixup.yml workflow from template
2022-02-10 18:12:15 +01:00
Andy Scherzinger
92c605853d
Merge pull request #1742 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.6.10
Bump kotlin-gradle-plugin from 1.5.21 to 1.6.10
2022-02-10 18:11:39 +01:00
dependabot[bot]
4806f35303
Bump kotlin-gradle-plugin from 1.5.21 to 1.6.10
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.6.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.6.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 17:53:56 +01:00
Andy Scherzinger
b1902f76f6
Merge pull request #1799 from nextcloud/bugfix/noid/dagger
Bump dagger to 2.40.5
2022-02-10 17:53:25 +01:00
Andy Scherzinger
17b2bfe590
Merge pull request #1798 from nextcloud/bugfix/noid/eventbus
Bump eventbus to 3.3.1
2022-02-10 17:52:13 +01:00
Andy Scherzinger
248e0c7944
bump dagger to 2.40.5
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-10 17:40:25 +01:00
Andy Scherzinger
4e8db4fbbb
bump eventbus to 3.3.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-10 17:36:28 +01:00
Andy Scherzinger
487daccfc6
Merge pull request #1797 from nextcloud/bugfix/noid/okhttp
Bump okhttp to 4.9.3
2022-02-10 17:35:31 +01:00
Andy Scherzinger
6a991d9404
bump okhttp to 4.9.3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-10 17:26:49 +01:00
Andy Scherzinger
de1ab33eca
Merge pull request #1796 from nextcloud/bugfix/noid/constraintlayout
Bump constraint layout to 2.1.3
2022-02-10 17:24:42 +01:00
drone
f6193276db Drone: update Lint results to reflect reduced error/warning count [skip ci]
Signed-off-by: drone <drone@nextcloud.com>
2022-02-10 16:14:38 +00:00
Andy Scherzinger
9faa2749de
bump constraint layout to 2.1.3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2022-02-10 17:09:05 +01:00
Nextcloud bot
0e136c4852
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-10 04:03:41 +00:00