{"id":26104018,"url":"https://github.com/SufficientlySecure/birthday-adapter","last_synced_at":"2025-03-09T21:01:39.860Z","repository":{"id":3963309,"uuid":"5057255","full_name":"SufficientlySecure/birthday-calendar","owner":"SufficientlySecure","description":"Display all contact birthdays automatically in your standard Android calendar.","archived":false,"fork":false,"pushed_at":"2021-05-03T23:35:01.000Z","size":4574,"stargazers_count":98,"open_issues_count":30,"forks_count":29,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-25T08:05:58.178Z","etag":null,"topics":["android","birthdays","calendar"],"latest_commit_sha":null,"homepage":"https://www.schuermann.eu/android/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SufficientlySecure.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-15T15:44:07.000Z","updated_at":"2025-02-05T03:16:45.000Z","dependencies_parsed_at":"2022-08-30T15:52:53.707Z","dependency_job_id":null,"html_url":"https://github.com/SufficientlySecure/birthday-calendar","commit_stats":null,"previous_names":["sufficientlysecure/birthday-adapter"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SufficientlySecure%2Fbirthday-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SufficientlySecure%2Fbirthday-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SufficientlySecure%2Fbirthday-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SufficientlySecure%2Fbirthday-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SufficientlySecure","download_url":"https://codeload.github.com/SufficientlySecure/birthday-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242750785,"owners_count":20179257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","birthdays","calendar"],"created_at":"2025-03-09T21:01:02.156Z","updated_at":"2025-03-09T21:01:39.831Z","avatar_url":"https://github.com/SufficientlySecure.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Birthday Calendar\n\n[\u003cimg src=\"https://f-droid.org/badge/get-it-on.png\"\n      alt=\"Get it on F-Droid\"\n      height=\"80\"\u003e](https://f-droid.org/app/org.birthdayadapter)\n\nBirthday Calendar is the first implementation to really display all contact birthdays automatically in your standard Android calendar without hassle.\n\nBirthday 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! \n\nFor more information visit https://www.sufficientlysecure.org/android/\n\n# Build with Gradle\n\n1. Have Android SDK \"tools\", \"platform-tools\", and \"build-tools\" directories in your PATH (http://developer.android.com/sdk/index.html)\n2. Open the Android SDK Manager (shell command: ``android``). Expand the Extras directory and install \"Android Support Repository\"\n3. Export ANDROID_HOME pointing to your Android SDK\n4. Execute ``./gradlew build``\n\n## More build information\n\nDifferent productFlavors are build with gradle:\n- ``full``\n- ``full_google`` with workarounds for Google Play\n- ``free`` without settings\n\n# Contribute\n\nFork Birthday Calendar and do a Pull Request. I will merge your changes back into the main project.\n\n# Translations\n\nTranslations are hosted on Transifex, which is configured by \".tx/config\".\n\n1. To pull newest translations install transifex client (e.g. ``apt-get install transifex-client``)\n2. Config Transifex client with \"~/.transifexrc\"\n3. Go into root folder of git repo\n4. execute ``tx pull`` (``tx pull -a`` to get all languages)\n\nsee http://help.transifex.net/features/client/index.html#user-client\n\n# Coding Style\n\n## Code\n* Indentation: 4 spaces, no tabs\n* Maximum line width for code and comments: 100\n* Opening braces don't go on their own line\n* Field names: Non-public, non-static fields start with m.\n* Acronyms are words: Treat acronyms as words in names, yielding !XmlHttpRequest, getUrl(), etc.\n\nSee http://source.android.com/source/code-style.html\n\n## XML\n* XML Maximum line width 999\n* XML: Split multiple attributes each on a new line (Eclipse: Properties -\u003e XML -\u003e XML Files -\u003e Editor)\n* XML: Indent using spaces with Indention size 4 (Eclipse: Properties -\u003e XML -\u003e XML Files -\u003e Editor)\n\nSee http://www.androidpolice.com/2009/11/04/auto-formatting-android-xml-files-with-eclipse/\n\n# Licenses\nBirthday Calendar is licensed under the GPLv3+.  \nThe file LICENSE includes the full license text.\n\n## Details\nBirthday Calendar is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nBirthday Calendar is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with Birthday Calendar.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n## Libraries\n* Android-Support-Preference-V7-Fix  \n  https://github.com/Gericop/Android-Support-Preference-V7-Fix  \n  Apache License v2\n\n* HtmlTextView  \n  https://github.com/dschuermann/html-textview  \n  Apache License v2\n\n* VintageChroma  \n  https://github.com/MrBIMC/VintageChroma  \n  Apache License v2\n\n\n## Images\n\n* icon.svg  \n  Based on Tango Icon Library and Tango Pidgin Icon Theme  \n  http://tango.freedesktop.org/  \n  Public Domain (Tango Icon Library) and GPL (Tango Pidgin Icon Theme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSufficientlySecure%2Fbirthday-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSufficientlySecure%2Fbirthday-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSufficientlySecure%2Fbirthday-adapter/lists"}