Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

SQ-55/notifications settings #136

Merged
merged 10 commits into from Mar 16, 2017
Merged

SQ-55/notifications settings #136

merged 10 commits into from Mar 16, 2017

Conversation

danybony
Copy link
Contributor

@danybony danybony commented Mar 16, 2017

This PR creates the SettingsActivity.
It's possible to access this from the Schedule screen (with dedicated menu item).
For now it only contains a toggle to enable/disable notifications for upcoming events.
We check for that preference status in the notifications service.

Icon in schedule menu Settings screen
device-2017-03-16-193522 device-2017-03-16-174940

@rock3r
Copy link
Collaborator

rock3r commented Mar 16, 2017

That isn't the correct icon FYI but for now it's ok -- this is the correct one:
image

@rock3r rock3r self-assigned this Mar 16, 2017
@rock3r rock3r self-requested a review March 16, 2017 17:52
Copy link
Collaborator

@rock3r rock3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

case R.id.action_settings:
navigate.toSettings();
return true;
default:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to need a cmd-alt-l


</android.support.design.widget.AppBarLayout>

<FrameLayout
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could've put the <fragment ... /> here directly I suppose, but whatevs

@rock3r rock3r merged commit 608ef9f into SQ-55/feature_branch Mar 16, 2017
@rock3r rock3r deleted the SQ-55/settings branch March 16, 2017 18:59
@rock3r rock3r mentioned this pull request Mar 21, 2017
8 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants