Adam Brown
2ee52f2062
fixing import ordering
2022-08-02 15:31:13 +01:00
Adam Brown
d1a63ccd2d
removing unused import
2022-08-02 14:32:12 +01:00
Adam Brown
3c1e183ed6
using low privacy log from the vector module for code within vector, instead of the sdk flag
2022-08-02 14:32:12 +01:00
Adam Brown
9b1def3c1d
updating variable casing as they're no longer const val or file level
2022-08-02 14:32:12 +01:00
Adam Brown
8b9d1bb0d8
making use of the existing sdk int provider instead of supplying it via the BuildMeta
2022-08-02 14:32:12 +01:00
Adam Brown
cb59d82846
extracting the notification action ids to their own file
2022-08-02 14:31:46 +01:00
Adam Brown
fe1019f29f
using Config strict mode flag directly within the Application as the build meta can't be injected before super application.onCreate
2022-08-02 14:31:46 +01:00
Adam Brown
3d207f93f1
removing unused imports and fixing missing full stop on docs
2022-08-02 14:31:46 +01:00
Adam Brown
cceac66504
moving build flavor information to the build meta
2022-08-02 14:31:46 +01:00
Adam Brown
18943e3453
removing unused buildconfig option
2022-08-02 14:31:46 +01:00
Adam Brown
df02f505ad
moving git versioning to the buildMeta abstraction
2022-08-02 14:31:46 +01:00
Adam Brown
d42c27bfe0
lifting the low privacy build config to the config
2022-08-02 14:31:46 +01:00
Adam Brown
811b2e8c75
accessing the notification action ids via a dedicated class which builds upon the application id
2022-08-02 14:31:46 +01:00
Adam Brown
9fe3fc69dd
extracting the config models to their own files
2022-08-02 14:31:46 +01:00
Adam Brown
cc4aae0f4a
replacing DEBUG build config flag with injectable property
2022-08-02 14:31:46 +01:00
Adam Brown
b6d052e58d
lifting voip setting to a voip config
2022-08-02 14:31:46 +01:00
Adam Brown
56afac26ad
creating a location sharing config for holding the map tiler key
2022-08-02 14:31:46 +01:00
Adam Brown
012485b8e3
lifting the live location sharing build flag to the config along with debug toggle
2022-08-02 14:31:46 +01:00
Adam Brown
f14aabcd22
ports the key sharing strategy to the config
2022-08-02 14:31:46 +01:00
Adam Brown
e795e9da52
porting the onboarding variant selection to the config
2022-08-02 14:31:45 +01:00
Adam Brown
87a8c786f7
moving the voice message limit to the config module
2022-08-02 14:31:24 +01:00
Adam Brown
274b1a149c
moving analytics config to the config module, it's now up to forks to opt out rather than relying on the package name to not be vector
2022-08-02 14:31:23 +01:00
Jorge Martin Espinosa
c848615636
Disable 'Enable biometrics' option if there are not biometric authenticators enrolled. ( #6714 )
...
* Disable 'Enable biometrics' option if there are not biometric authenticators enrolled.
* Improve biometric pref enabled check
* Fix changelog issue
* Address review comments. Add extra catch clauses to key migrations.
* Add tests for key migrators
2022-08-02 15:31:08 +02:00
ericdecanini
b0a9b482e7
Adds issue numbers to unimplemented FAB clicks
2022-08-02 15:18:45 +02:00
Adam Brown
3fe7a9d8d5
Merge pull request #6588 from vector-im/dependabot/gradle/io.gitlab.arturbosch.detekt-1.21.0
...
Bump io.gitlab.arturbosch.detekt from 1.20.0 to 1.21.0
2022-08-02 12:56:45 +01:00
Maxime NATUREL
c926b4cc69
Fix moving some components to dedicated package
2022-08-02 10:47:38 +02:00
Maxime NATUREL
e311d0e469
Fixing missing cleanUp of the LocationSharingAndroidService
2022-08-02 10:36:32 +02:00
Maxime NATUREL
2c10d9dcaa
Fixing missing call to timer.cancel() when view is detached
2022-08-02 10:35:42 +02:00
Maxime NATUREL
f44d8b0b20
Fixing missing call to SymbolManager.onDestroy()
2022-08-02 10:35:42 +02:00
Maxime NATUREL
72e2951c3e
Fixing missing cleanUp on RecyclerView
2022-08-02 10:35:42 +02:00
Maxime NATUREL
9781656c1d
Fixing leak on bottomSheetController callback
2022-08-02 10:35:42 +02:00
Maxime NATUREL
4f71741107
Fixing leak on OnSymbolClickListener
2022-08-02 10:35:42 +02:00
Maxime NATUREL
49ad37a7f6
Using Duration to have clearer syntax
2022-08-02 09:27:27 +02:00
Maxime NATUREL
004f40bff5
Setting 5 seconds for min period of update for location tracking
2022-08-02 09:13:16 +02:00
Maxime NATUREL
8571fd0ba9
Fix after rebase
2022-08-02 09:09:19 +02:00
Maxime NATUREL
be696f5a5c
Align naming of components for the live location feature
2022-08-02 09:09:19 +02:00
Adam Brown
1411fdd99f
Merge branch 'hotfix/v1.4.31' into develop
2022-08-01 18:29:55 +01:00
Adam Brown
fde2aee69a
Merge branch 'hotfix/v1.4.31' of github.com:vector-im/element-android into hotfix/v1.4.31
2022-08-01 17:50:22 +01:00
Adam Brown
0c4c695b9c
adding missing fullstops in to docs
2022-08-01 17:15:50 +01:00
Adam Brown
e0349b27ed
updating version for hotfix release
2022-08-01 16:51:19 +01:00
Adam Brown
9114630bba
replacing single context thread with semaphore
...
- avoids the need for a dedicated long living thread instance
2022-08-01 16:23:41 +01:00
Adam Brown
3725921400
using injectable dispatchers instead of direct usage
2022-08-01 16:14:49 +01:00
Adam Brown
6b754f3e03
avoiding unneeded main context switch
2022-08-01 15:12:39 +01:00
Adam Brown
410a7b525f
reusing the suspend scope
2022-08-01 13:13:00 +01:00
Adam Brown
fedbe048ba
creating a dedicated threadsafe Session instance initializer in order to attempt to restore session when they're not yet created in memory
2022-08-01 13:11:19 +01:00
phardyle
6671a100ad
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (2327 of 2327 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-08-01 03:50:35 +00:00
Fork Liang
91b0465caa
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (2327 of 2327 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-08-01 03:50:33 +00:00
Eric Decanini
ddaf1128ac
Merge pull request #6598 from vector-im/task/eric/space-switching-unit-tests
...
Space Switching Refactoring and Unit Tests
2022-07-29 16:21:33 +02:00
ericdecanini
406a67827c
Adds scroll behaviour to FABs
2022-07-29 15:48:21 +02:00
ericdecanini
8e7e320e40
Finalises new layout FABs
2022-07-29 15:28:55 +02:00
Benoit Marty
b161e5eb2e
Add Kdoc on SpaceListFragment
2022-07-29 13:06:37 +02:00
Benoit Marty
07dc0d2e54
Rename layout for clarity
2022-07-29 13:06:37 +02:00
Benoit Marty
e9aab6331a
Improve layout preview, item_group does not exist anymore.
2022-07-29 13:06:37 +02:00
Benoit Marty
59f00cd196
Merge pull request #6637 from vector-im/feature/bma/danger
...
Danger
2022-07-29 12:55:32 +02:00
Maxime NATUREL
c7d5ceca5d
Merge pull request #6644 from vector-im/feature/mna/notification-tap-lls
...
[Location Share] Open maximized map on tapping on live sharing notification (PSG-616)
2022-07-29 11:27:53 +02:00
ericdecanini
4f5ad816f1
Fixes AppStateHandlers in code after merge
2022-07-29 10:56:33 +02:00
Maxime NATUREL
3a5c139759
Converting drawable to bitmap for map symbol to fix invisible text
2022-07-29 10:14:00 +02:00
Benoit Marty
fb67499657
Knit: do not check node_modules
folder
2022-07-29 10:02:40 +02:00
Benoit Marty
cc6dad3fce
Ignore PluralsCandidate, I do not know why it is reported by Danger, since this is a warning. Also make this issue an error.
2022-07-29 10:02:40 +02:00
Adam Brown
67d4afa012
updating build versions for next release cycle
2022-07-29 09:02:17 +01:00
Benoit Marty
a2e8506600
Fix and suppress lint issue. RestrictedApi is for the usage of ShortcutInfoCompat.Builder.
2022-07-28 19:03:05 +02:00
Benoit Marty
eee418d1fd
Migrate previous pinned Shortcut to the new Intent
2022-07-28 18:26:44 +02:00
Maxime NATUREL
b2e64e6265
Fixing missing clear on TabLayoutMediator when view is destroyed
2022-07-28 17:25:42 +02:00
Benoit Marty
6e0ca3958b
Shortcuts must first start MainActivity to ensure the session is restored.
2022-07-28 16:19:28 +02:00
ericdecanini
d49f104332
Adds fab buttons
2022-07-28 15:09:57 +02:00
Adam Brown
bc856fd16c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (2311 of 2327 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-07-28 12:14:17 +00:00
Weblate
e9472d64f2
Merge branch 'origin/develop' into Weblate.
2022-07-28 11:12:31 +00:00
phardyle
ba25e6d6fb
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (2314 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-07-28 11:11:42 +00:00
Adam Brown
b409431b0f
Merge pull request #6666 from vector-im/feature/adm/missing-space-rooms
...
`Home` always showing all rooms
2022-07-28 12:10:36 +01:00
Adam Brown
d304624878
removing extra blank lines
2022-07-28 11:49:50 +01:00
Adam Brown
bb9459fcab
adding test around sso url fetching
2022-07-28 11:41:40 +01:00
Adam Brown
8ef0850752
removing unused import
2022-07-28 11:05:28 +01:00
Adam Brown
09d840506e
replacing inverted takeIf chain with positive when conditions
2022-07-28 11:04:35 +01:00
Maxime NATUREL
d60683d991
Merge pull request #6664 from vector-im/fix/mna/cancel-infinite-animation
...
Cancel infinite animations in TypingMessageDotsView
2022-07-28 11:48:26 +02:00
ericdecanini
590f99a5c2
Adds comments to SpaceStateHandler
2022-07-28 11:33:54 +02:00
ericdecanini
e6addd1319
Merge remote-tracking branch 'origin/develop' into task/eric/space-switching-unit-tests
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/HomeDetailFragment.kt
2022-07-28 11:25:14 +02:00
ericdecanini
a11d5ebdd9
Replaces TODOs
2022-07-28 11:24:00 +02:00
Adam Brown
e8476882fc
providing a type for the NoFilter to avoid the ambiguity of the nullable param
2022-07-28 10:22:11 +01:00
Adam Brown
1ba8d29333
fixing rooms from other spaces being included in home due to wrong filter param
...
- we were passing null which meant no filter was being applied
2022-07-28 10:10:01 +01:00
Maxime NATUREL
a0534d8fcc
Merge pull request #6636 from vector-im/feature/mna/ended-state-map-live-location
...
[Location Share] - Expanded map state when no more live location shares (PSG-629)
2022-07-28 10:53:31 +02:00
Maxime NATUREL
fbd1009ebc
Fixing missing cancel on infinite ObjectAnimators
2022-07-28 10:00:07 +02:00
Johan Smits
0fccedd68f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2315 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/nl/
2022-07-28 06:32:57 +00:00
Auri B. P
f366211436
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (2315 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ca/
2022-07-28 06:32:54 +00:00
phardyle
01555d5cb4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2315 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-07-28 06:32:52 +00:00
Przemysław Romanik
e612421be3
Translated using Weblate (Polish)
...
Currently translated at 99.0% (2293 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-07-28 06:32:52 +00:00
LinAGKar
128ff1f8eb
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2315 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-07-28 06:32:47 +00:00
phardyle
aea0d2f2ca
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.9% (2314 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-07-28 06:32:42 +00:00
Dinh Quang Tuyen
066d96912b
Translated using Weblate (Vietnamese)
...
Currently translated at 88.9% (2060 of 2315 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/vi/
2022-07-28 06:32:28 +00:00
Adam Brown
c4831510ac
adding tests around the state resetting
2022-07-27 17:17:36 +01:00
Adam Brown
a32a78751a
adding test around login with username and password
2022-07-27 16:40:12 +01:00
Adam Brown
01bc275311
Merge pull request #6651 from vector-im/feature/adm/enable-ftue
...
FTUE - Enable onboarding FTUE flows
2022-07-27 16:38:35 +01:00
Adam Brown
87a0957d9a
adding test around login with token
2022-07-27 16:37:35 +01:00
Adam Brown
e77688b3f4
adding splash action tests
2022-07-27 16:37:17 +01:00
ericdecanini
d3a1783e57
Adds invites to new home menu
2022-07-27 16:05:25 +02:00
ericdecanini
9a981bb1d5
Adds profile icon to toolbar
2022-07-27 15:37:31 +02:00
Adam Brown
64c875e017
add ticket reference for TODO
2022-07-27 14:05:39 +01:00
Adam Brown
0fcf7c7079
Merge pull request #6641 from vector-im/feature/adm/ftue-soft-exit-email-verification
...
FTUE - Allow editing email during email verification
2022-07-27 14:00:20 +01:00
Adam Brown
8639b69e73
removing unused imports
2022-07-27 13:21:17 +01:00
Jorge Martín
58ea816cae
Ignore tests with broken mocks in APIs < 30. It looks like a mockk issue.
2022-07-27 14:02:18 +02:00
Jorge Martín
b468a9da33
Improve lock screen implementation.
2022-07-27 14:02:18 +02:00
Adam Brown
28362b53f8
enabling the ftue feature flags
2022-07-27 12:18:10 +01:00
Adam Brown
fe0c2fc57f
adding UI test support for the ftue onboarding feature flags
2022-07-27 12:17:59 +01:00
Adam Brown
746191163a
updating test verification interaction, there's no skip and we can press back instead
2022-07-27 12:17:03 +01:00
Adam Brown
067a030f19
Merge pull request #6649 from vector-im/feature/adm/auth-testing-results
...
FTUE - Test session feedback
2022-07-27 12:09:35 +01:00
Adam Brown
5cc96850af
updating font scale access as the activity wait no longer works with the latest changes
2022-07-27 11:50:14 +01:00
Nikita Fedrunov
45bbf74db3
new room list implementation for EditLayout ( #6618 )
2022-07-27 12:17:07 +02:00
Adam Brown
f21a978608
removing unused imports
2022-07-27 10:33:34 +01:00
Adam Brown
12b6f54cf9
updating captcha icon
2022-07-27 10:16:41 +01:00
Adam Brown
abcde349f0
using invisible visibility to avoid loading spinner from jumping around and hiding the loading when resending the email
2022-07-27 10:08:26 +01:00
ericdecanini
7de82e0204
Adds white status and navigation bars
2022-07-27 11:04:53 +02:00
Maxime NATUREL
0750e80f04
Use context.obtainStyledAttributes instead of context.theme.obtainStyledAttributes
2022-07-27 11:04:14 +02:00
Adam Brown
87995abc7f
updating verification copy to match latest
2022-07-27 09:40:39 +01:00
Adam Brown
b6695c7009
using dedicated sign in copy for the server selection header
2022-07-27 09:37:50 +01:00
Adam Brown
616c1d780f
updating sign in specific subtitle for the server selection screen
2022-07-27 09:36:12 +01:00
Maxime NATUREL
47960c0dfd
Use const to define banner background alpha
2022-07-27 10:29:14 +02:00
Maxime NATUREL
d62cf70b8c
Add usage of TypedArray.use when possible
2022-07-27 10:28:43 +02:00
Benoit Marty
f37034c18e
Merge pull request #6643 from vector-im/feature/bma/fix_firebase_popup
...
Feature/bma/fix firebase popup
2022-07-26 20:15:05 +02:00
Adam Brown
653c97b40d
disabling the server url selection submit button when the selection is empty
2022-07-26 17:19:20 +01:00
Adam Brown
2dae13f6c8
applying the password character limit to the keyboard done action
2022-07-26 17:05:25 +01:00
Adam Brown
e6df2b39b4
handling unverified email as a dialog error in the reset password flow with a friendly error message
2022-07-26 16:58:19 +01:00
Benoit Marty
e577320301
Change name of fun.
2022-07-26 17:47:49 +02:00
Benoit Marty
41d35e68a0
Inject SharedPreferences
2022-07-26 17:43:38 +02:00
Valere
8e2eb1903d
Merge pull request #6475 from vector-im/feature/bca/crypto_unable_self_verify
...
Handle case when device cannot be verified
2022-07-26 16:12:43 +02:00
ericdecanini
7334d909d5
Adds options menu
2022-07-26 16:00:46 +02:00
Maxime NATUREL
f3ad9e38c3
Update the notification when starting/stopping new live in room
2022-07-26 15:28:27 +02:00
Adam Brown
fd255039f3
adding tests around initialising the viewmodel and handling email send success actions
2022-07-26 14:26:03 +01:00
Maxime NATUREL
f56c315207
Dedicated notification builder and opening map on tap of notification
2022-07-26 14:33:40 +02:00
ericdecanini
5958559186
Styles collapsed title text
2022-07-26 14:31:02 +02:00
Benoit Marty
e5163ad9c3
Better safe than sorry. This popup should not show up on production version
2022-07-26 14:23:44 +02:00
Benoit Marty
c6b9dba041
Rename fun
2022-07-26 14:23:44 +02:00
Benoit Marty
1e8a8d4da0
Display the nightly popup only once a day
2022-07-26 14:23:44 +02:00
ericdecanini
a5039287b2
Adds feature flag functionality
2022-07-26 13:38:15 +02:00
Adam Brown
f6070ee9ca
allowing the user to edit their email address after starting the verfication process
...
- the email verification screen is no longer a hard exit during the standard account creation flow, however if a authentication session is restored eg the app is killed and reopened whilst waiting for email verifcation, then pressing back will cause the flow to be restarted
2022-07-26 11:57:03 +01:00
Adam Brown
c66b1885ad
allowing the child ftue fragments to determine if they're the back action is a hard exit
2022-07-26 11:53:04 +01:00
ericdecanini
3df337fa07
Adds new layout toolbar
2022-07-26 12:38:29 +02:00
Adam Brown
abab2a0db7
including knowledge of if the session was restored when fastforwarding to the waiting for email
2022-07-26 11:30:34 +01:00
Johannes Marbach
e9bd271642
Merge pull request #6634 from vector-im/johannes/ec-permission-shortcuts
...
Put EC permission shortcuts behind labs flag (PSG-630)
2022-07-25 20:38:22 +02:00
Maxime NATUREL
c3bc53fe48
Merge pull request #6626 from vector-im/feature/mna/open-map-on-tap-of-lls-status-bar
...
[Location sharing] - OnTap on the top live status bar, display the expanded map view (PSG-614)
2022-07-25 17:40:33 +02:00
Maxime NATUREL
d4186af761
Merge pull request #6608 from vector-im/feature/mna/ux-review-fixes-22-07-11
...
[Location sharing] - Small improvements of UI for live (PSG-613)
2022-07-25 16:42:48 +02:00
Maxime NATUREL
989c2ee967
Removing non necessary root binding
2022-07-25 15:37:11 +02:00
Maxime NATUREL
4cfb79d566
Small renamings to be more consistent
2022-07-25 14:49:49 +02:00
Maxime NATUREL
d0a9e9eda0
Reverting some after rebase changes
2022-07-25 14:37:31 +02:00
Maxime NATUREL
e1ea10e0a2
Adding attribute to set the start margin of icon
2022-07-25 14:17:07 +02:00
Maxime NATUREL
e51488bc57
Adding ended live banner view in the map screen
2022-07-25 12:01:10 +02:00
Benoit Marty
cc0c9c262c
Less annoying Nightly dialog.
2022-07-25 11:18:53 +02:00
Benoit Marty
a06dc55848
Merge pull request #6629 from vector-im/feature/bma/nightyl_in_app_alert
...
Add in-app alert to let user know if a new version is available.
2022-07-25 10:40:42 +02:00
Maxime NATUREL
5e59eb474a
Adding attribute to control alpha of the banner background
2022-07-25 10:36:28 +02:00
Benoit Marty
c28e7c86d4
Merge pull request #6341 from artkoenig/develop
...
Fixed issues with reporting sync state events from different threads
2022-07-25 10:21:12 +02:00
Johannes Marbach
d96d9575ed
Add FLAG_IMMUTABLE
...
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-07-25 10:12:44 +02:00
Benoit Marty
4dd5fa7051
Shorter code.
2022-07-25 10:07:52 +02:00