https://github.com/SufficientlySecure/birthday-calendar
Display all contact birthdays automatically in your standard Android calendar.
https://github.com/SufficientlySecure/birthday-calendar
android birthdays calendar
Last synced: about 1 year ago
JSON representation
Display all contact birthdays automatically in your standard Android calendar.
- Host: GitHub
- URL: https://github.com/SufficientlySecure/birthday-calendar
- Owner: SufficientlySecure
- License: gpl-3.0
- Created: 2012-07-15T15:44:07.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T23:35:01.000Z (about 5 years ago)
- Last Synced: 2025-03-09T21:02:21.291Z (about 1 year ago)
- Topics: android, birthdays, calendar
- Language: Java
- Homepage: https://www.schuermann.eu/android/
- Size: 4.36 MB
- Stars: 98
- Watchers: 9
- Forks: 29
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Birthday Calendar
[
](https://f-droid.org/app/org.birthdayadapter)
Birthday Calendar is the first implementation to really display all contact birthdays automatically in your standard Android calendar without hassle.
Birthday Calendar provides birthdays, anniversaries, and other events from your contacts as a real calendar, which is displayed in your standard Android calendar application. To my knowledge, this is the first implementation that implements birthdays as a real calendar integrated in the Android calendar. All other apps only displays their own lists but have no real integration!
For more information visit https://www.sufficientlysecure.org/android/
# Build with Gradle
1. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
2. Open the Android SDK Manager (shell command: ``android``). Expand the Extras directory and install "Android Support Repository"
3. Export ANDROID_HOME pointing to your Android SDK
4. Execute ``./gradlew build``
## More build information
Different productFlavors are build with gradle:
- ``full``
- ``full_google`` with workarounds for Google Play
- ``free`` without settings
# Contribute
Fork Birthday Calendar and do a Pull Request. I will merge your changes back into the main project.
# Translations
Translations are hosted on Transifex, which is configured by ".tx/config".
1. To pull newest translations install transifex client (e.g. ``apt-get install transifex-client``)
2. Config Transifex client with "~/.transifexrc"
3. Go into root folder of git repo
4. execute ``tx pull`` (``tx pull -a`` to get all languages)
see http://help.transifex.net/features/client/index.html#user-client
# Coding Style
## Code
* Indentation: 4 spaces, no tabs
* Maximum line width for code and comments: 100
* Opening braces don't go on their own line
* Field names: Non-public, non-static fields start with m.
* Acronyms are words: Treat acronyms as words in names, yielding !XmlHttpRequest, getUrl(), etc.
See http://source.android.com/source/code-style.html
## XML
* XML Maximum line width 999
* XML: Split multiple attributes each on a new line (Eclipse: Properties -> XML -> XML Files -> Editor)
* XML: Indent using spaces with Indention size 4 (Eclipse: Properties -> XML -> XML Files -> Editor)
See http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/
# Licenses
Birthday Calendar is licensed under the GPLv3+.
The file LICENSE includes the full license text.
## Details
Birthday Calendar is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Birthday Calendar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Birthday Calendar. If not, see .
## Libraries
* Android-Support-Preference-V7-Fix
https://github.com/Gericop/Android-Support-Preference-V7-Fix
Apache License v2
* HtmlTextView
https://github.com/dschuermann/html-textview
Apache License v2
* VintageChroma
https://github.com/MrBIMC/VintageChroma
Apache License v2
## Images
* icon.svg
Based on Tango Icon Library and Tango Pidgin Icon Theme
http://tango.freedesktop.org/
Public Domain (Tango Icon Library) and GPL (Tango Pidgin Icon Theme)