Skip to content
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

Makes "Enable Notifications for this session" respond to enabled value in pusher #7281

Merged
merged 51 commits into from
Oct 12, 2022
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
5ced831
Adds push notifications switch
ericdecanini Sep 28, 2022
e1b78b9
Adds functionality to Push notification toggle
ericdecanini Sep 28, 2022
233d07e
Adds DefaultPushersServiceTest for togglePusher
ericdecanini Sep 29, 2022
da80c08
Adds DefaultTogglePusherTaskTest
ericdecanini Sep 29, 2022
670cceb
Adds SessionOverviewViewModelTest for toggling pusher
ericdecanini Sep 29, 2022
71558ed
Hides pusher toggle if there are no pushers of the device
ericdecanini Sep 29, 2022
3cc22c5
Adds changelog file
ericdecanini Sep 29, 2022
66b8ebd
Edits changelog file
ericdecanini Sep 29, 2022
ae2a02c
Fixes copyrights
ericdecanini Oct 3, 2022
47e5491
Unregisters checkedChangelistener in onDetachedFromWindow for switch …
ericdecanini Oct 3, 2022
d91bbfd
Links notification settings toggle to pusher service
ericdecanini Oct 3, 2022
ac33ac1
Adds changelog file
ericdecanini Oct 3, 2022
757ee1a
Adds error handling to VectorSettingsNotificationPreferenceFragment
ericdecanini Oct 4, 2022
121415d
Removes comment in FakePushersService
ericdecanini Oct 4, 2022
225050d
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 5, 2022
c038540
Fixes post merge errors
ericdecanini Oct 5, 2022
2289fde
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 5, 2022
1639b71
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 7, 2022
a1908b0
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 7, 2022
3398646
Fixes imports and improves string name
ericdecanini Oct 7, 2022
9c533bc
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 9, 2022
4f65d5d
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 9, 2022
c3a70b5
Fixes legal copies
ericdecanini Oct 9, 2022
a951a80
Fixes kdoc punctuation
ericdecanini Oct 9, 2022
a9dd794
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
e999aab
Fixes string error
ericdecanini Oct 9, 2022
b4c15d3
Removes unused imports
ericdecanini Oct 9, 2022
c356b8c
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 9, 2022
ddc0021
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
4a8eb51
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 9, 2022
91e902f
Fixes lint errors
ericdecanini Oct 9, 2022
a996c8c
Fixes test errors
ericdecanini Oct 9, 2022
3ecd04f
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
be16bad
Fixes test errors
ericdecanini Oct 9, 2022
f397a62
Fixes error
ericdecanini Oct 9, 2022
6895e14
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
971fe8e
Fixes error
ericdecanini Oct 9, 2022
476aab3
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
e44bca3
Fixes error
ericdecanini Oct 9, 2022
1e3dbba
Fixes error
ericdecanini Oct 9, 2022
49c6240
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
9de170a
Fixes error
ericdecanini Oct 9, 2022
f93674d
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 9, 2022
110600c
Merge branch 'feature/eric/msc3881' into feature/eric/push-toggle-not…
ericdecanini Oct 10, 2022
2f2dc4e
Merge branch 'feature/eric/push-toggle-notifications' into feature/er…
ericdecanini Oct 10, 2022
cb81451
Merge remote-tracking branch 'origin/develop' into feature/eric/notif…
ericdecanini Oct 11, 2022
b02b4a3
Adds lost tests
ericdecanini Oct 11, 2022
c6224b1
Adds PusherEntity migration
ericdecanini Oct 11, 2022
d1562d3
Fixes session overview layout overlap
ericdecanini Oct 11, 2022
992d7d3
Fixes switch being enabled by default
ericdecanini Oct 11, 2022
5a1eac6
Binds entire view to toggle switch
ericdecanini Oct 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds changelog file
ericdecanini committed Sep 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3cc22c5366f9b108c5e1859f64a9247fc03d6e3b
1 change: 1 addition & 0 deletions changelog.d/7261.wip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adds pusher toggle setting to (new) device manager