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

Some tweaks to the app (fixed duplicates and added option to show age this year) #4

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2018

  1. Fixed problem with duplicated accounts getting created.

    When initially importing contacts you could end up with duplicated accounts if you had more than one google account you were importing from.
    Cristi Libotean committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    97cc926 View commit details
    Browse the repository at this point in the history
  2. Reworked the way separators are handled.

    Added ability to show the age the person is turning to (or has turned to) this year.
    Cristi Libotean committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    b90a9b5 View commit details
    Browse the repository at this point in the history
  3. Updated romanian translation.

    Cristi Libotean committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    bdee6f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Added ability to add multiple notifications beforehand for the same p…

    …erson.
    
    Instead of being able to only add a single extra notification (either 1 day, 2 days, 3 days, 1 week or 2 weeks beforehand) you can add any/all of these.
    Cristi Libotean committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    d5e9041 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Added ability to notify about anniversaries, custom anniversaries as …

    …well as birthdays.
    Cristi Libotean committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    19588e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Reworked alarms so that the app no longer creates a separate alarm fo…

    …r each person for each anniversary. Instead a single, recurring alarm is created that checks for all anniversaries that we need to notify for.
    
    Added library joda-time to help with date handling, date manipulations and fix problems with inconsistencies between days to birthday, days from birth and other problems.
    Added notification colors for birthdays that are near.
    Added colors for All Fragment page for birthdays that are near.
    Cristi Libotean committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    dd20e04 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    d3c17be View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Switched package from com.djonique.birtydas to com.eblis.whenwasit.

    Made sure notifications are sent in order.
    WIP: Attempt to make ads work again.
    Cristi Libotean committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    9d70f14 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. When ads are disabled show a final rewards ad.

    Cristi Libotean committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    706f893 View commit details
    Browse the repository at this point in the history
  2. If rewards ad fails to load don't keep trying to load it.

    Allow user to edit anniversary type label.
    Cristi Libotean committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f22f55d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Fixed NPEs when switching from knowing year and not knowing year when…

    … adding contacts.
    Cristi Libotean committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    c2b7e07 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Fixed problem where you couldn't add multiple contacts, they would al…

    …l point to the same one.
    Cristi Libotean committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    50bca08 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Attempt to fix crash on Settings loading for the first time.

    Cristi Libotean committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    b60e2d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Added contact pictures in details page and birthday notification.

    Clicking on picture or date of birth will bring up contact details window.
    Cristi Libotean committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    0086be9 View commit details
    Browse the repository at this point in the history
  2. Fixed crash on Android Pie

    Cristi Libotean committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    aba5343 View commit details
    Browse the repository at this point in the history
  3. Added banner file

    Cristi Libotean committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    7747c61 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Added profile pictures in month view and default list view.

    Cristi Libotean committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    6c5272e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Added ability to import contacts automatically every day (enabled by …

    …default).
    Cristi Libotean committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    ea3ad8b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2018

  1. Guard against null pointer cursor when retrieving contacts.

    Cristi Libotean committed Oct 13, 2018
    Configuration menu
    Copy the full SHA
    b2111b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ca6c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Update french wording

    claireduf committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    cdba1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a91f6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from claireduf/master

    Update wording (especially in French)
    eblis committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    9d0d772 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Updated version number.

    Cristi Libotean committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    d3e4858 View commit details
    Browse the repository at this point in the history
  2. If rewards video fails to load just continue.

    Cristi Libotean committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    ed2e810 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Added note about recommended way of adding birthdays.

    Cristi Libotean committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    45585cb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Added contact category and ability to add/edit it as well as search f…

    …or it.
    Cristi Libotean committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    05dc61a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Added ability to contact users via WhatsApp and also allow them to se…

    …lect contact method.
    Cristi Libotean committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    8ac6f62 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Fixed import/export to XML.

    Cristi Libotean committed Mar 5, 2019
    1 Configuration menu
    Copy the full SHA
    bf11d01 View commit details
    Browse the repository at this point in the history
  2. Fixed widget no longer working.

    Cristi Libotean committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    966056d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Guard against invalid persons being added to the db.

    Cristi Libotean committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    c67f533 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Fixed problem with birthdays showing incorrect date when switching be…

    …tween time zones with more than 24h between them.
    Cristi Libotean committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    e280928 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Updating libraries and versions

    eblis committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    53ce56a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    ae31cbe View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Use a default person if we can't find it instead of null (avoids cras…

    …hes)
    
    Attempt to fix battery issues on very strict OSes.
    Clicking on a birthday notification will open the details activity again (fixed bug).
    Updated library versions to latest available ones.
    eblis committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    88b4734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1202a32 View commit details
    Browse the repository at this point in the history