Adam Brown
|
81f6f768fb
|
formatting function arguments to be on separate lines
|
2022-09-01 12:46:49 +01:00 |
|
Adam Brown
|
62e8beadf8
|
allowing optional emails
- when the email stage is non mandatory, email emails are treated as a dummy step, as per the legacy flow
|
2022-08-31 17:40:35 +01:00 |
|
Onuray Sahin
|
6341cf92a3
|
Merge pull request #6946 from vector-im/feature/ons/device_manager_other_session_list
[Device Manager] Render other sessions (PSG-668)
|
2022-08-31 17:01:20 +03:00 |
|
Benoit Marty
|
0950e41526
|
Merge pull request #6967 from vector-im/feature/bma/fix_crashes
Fix crashes
|
2022-08-31 15:25:57 +02:00 |
|
Adam Brown
|
7a79032ea7
|
Merge pull request #6720 from vector-im/feature/adm/modularisation-app-module
Modularisation - vector-app module
|
2022-08-31 10:12:38 +01:00 |
|
Benoit Marty
|
b18395f418
|
Changelog
|
2022-08-31 10:41:05 +02:00 |
|
Benoit Marty
|
36e3abece6
|
Handle missing external application when trying to Record a Video or on other cases.
https://github.com/matrix-org/element-android-rageshakes/issues/42362
|
2022-08-31 10:41:05 +02:00 |
|
Benoit Marty
|
98ce9899ff
|
Fix incorrectly caught exception
|
2022-08-31 10:41:05 +02:00 |
|
Adam Brown
|
feb1a2a876
|
including vector-app in the code_quality script
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
177049ba91
|
merging with develop
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
244aa094ef
|
adding fragment testing dependency as a possible solution for missing jacoco agent on CI
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
18a9846071
|
moving application based tests to the vector-app module
- they require the VectorApplication to trigger
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
7837252f5f
|
applying missing nightly build type config
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
8df971bf7b
|
avoiding spawing a daemon for the CI quality checks
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
10b1612ba3
|
fixing typo in changelog
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
75828e8797
|
tweaking ci lint memory allowance
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
713e1ef2ed
|
merging with develop
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
d543c76259
|
attempting to redistibute lint memory allowance to fix OOM
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
d2ca4edc6d
|
lifting the application launcher colour to the application module
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
c7f945c8b5
|
lifting the application config and icon to the application module
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
39f9eb9641
|
adding changelog entry
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
cfe5a4d212
|
using entry point instead of manually fetching fields from application
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
5c994ebfdd
|
lifting the phonenumber dependency to the deps file and exposing as api for the app level module
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
2d61e71409
|
using the vector-app module to handle recursively applying lint
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
4d3e21d046
|
reusing lint file
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
117948f3f1
|
renaming output apks to match the previous name
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
615ab414ff
|
moving imports around to match application/library split
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
f67ec6d14e
|
copying the vector lint config for the top level application
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
ad398d8caa
|
moving font certs file to the module that uses it
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
32b32376c9
|
updating artifact paths to match new module location
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
1ff340b018
|
lifting the manifest provider references to the app module manifest
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
c29e96ab46
|
reording import
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
ddaaa1aaeb
|
avoid clashing buildconfig and moving placeholders to the modules which uses them
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
2e81056b1e
|
adding library support for the android-stem plugin
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
f0bc18d5ca
|
introducing vector-app module to act as the top level application
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
fc8aa16105
|
using build meta for application id
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
bbbea4f316
|
using non final id reference for stub id, ids in library modules are not final
|
2022-08-31 09:16:00 +01:00 |
|
Nikita Fedrunov
|
657796c8b5
|
new app layout is enabled (#6959)
|
2022-08-31 10:06:01 +02:00 |
|
Benoit Marty
|
456d831a7d
|
Merge pull request #6917 from vector-im/feature/bma/incr_sync_perf
Feature/bma/incr sync perf
|
2022-08-31 09:06:32 +02:00 |
|
Eric Decanini
|
b0fb1f908e
|
Space Switching: Space Invites (#6924)
|
2022-08-30 15:30:51 +02:00 |
|
Onuray Sahin
|
357a859cdc
|
Cleanup recyclerview.
|
2022-08-30 16:28:02 +03:00 |
|
Onuray Sahin
|
ec85199250
|
Code review fixes.
|
2022-08-30 15:51:53 +03:00 |
|
Onuray Sahin
|
66fa5ca98e
|
Code review fixes.
|
2022-08-30 15:47:00 +03:00 |
|
Adam Brown
|
3319ed95dd
|
Merge pull request #6953 from vector-im/dependabot/gradle/com.github.UnifiedPush-android-embedded_fcm_distributor-2.1.2
Bump android-embedded_fcm_distributor from 2.1.1 to 2.1.2
|
2022-08-30 08:55:38 +01:00 |
|
Benoit Marty
|
51dcaf7556
|
Merge pull request #6925 from vector-im/feature/bma/http_log
Feature/bma/http log
|
2022-08-29 15:04:46 +02:00 |
|
Benoit Marty
|
a8eb7d95ac
|
Create a new fun for code clarity
|
2022-08-29 14:32:12 +02:00 |
|
Nikita Fedrunov
|
14e3753183
|
fabs are moved from HomeRoomListFragment to NewHomeDetailFragment (#6943)
|
2022-08-29 13:26:39 +02:00 |
|
Benoit Marty
|
f668be5266
|
Remove tmp comment
|
2022-08-29 12:39:58 +02:00 |
|
Benoit Marty
|
8168420877
|
Merge pull request #6932 from vector-im/dependabot/gradle/org.jlleitschuh.gradle.ktlint-11.0.0
Bump org.jlleitschuh.gradle.ktlint from 10.3.0 to 11.0.0
|
2022-08-29 10:39:24 +02:00 |
|
Benoit Marty
|
a8ccb92912
|
Merge pull request #6934 from vector-im/dependabot/gradle/flipper-0.162.0
Bump flipper from 0.161.0 to 0.162.0
|
2022-08-29 10:38:06 +02:00 |
|