Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Display all device events #79

Merged
merged 43 commits into from
Dec 4, 2016
Merged

Display all device events #79

merged 43 commits into from
Dec 4, 2016

Conversation

alexstyl
Copy link
Owner

Description

This PR introduces the ability to display any kind of Android supported event. Additionally, it in this PR we are storing in the database all static events and calculate on the fly dynamic events such as Special cases of Namedays. This allow us to be able to display the events of any possible date we want instead of having to limit into the database stored events.

Test(s) added

added plenty, modified others

Screenshots

Coming soon.

- Need handling of custom events
- Need better handling of namedays
The PeopleEventsContentProvider was doing too much.
- It used to validate the query arguments passed so that it matches the only query
- It modified the arguments passed so that we always returned the correct date
- It was not flexible at all
Overall that was more of a hack than a proper implementation. This commit makes the provider just query the events and
it's up to the caller to perform the correct parameters.
* develop:
  Remove all google-services files
  Update README.md
@alexstyl alexstyl merged commit a614be2 into develop Dec 4, 2016
@alexstyl alexstyl deleted the all_events branch December 4, 2016 22:35
@alexstyl alexstyl mentioned this pull request Feb 11, 2017
alexstyl added a commit that referenced this pull request Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant