From 203a576b51bdba474535f14e5e0549d752562d61 Mon Sep 17 00:00:00 2001 From: Vandolf Estrellado Date: Mon, 13 Jun 2022 13:05:44 -1000 Subject: [PATCH] Release 0.2.1 --- README.md | 28 +++++++++++----------- docs/entities/about-local-contacts.md | 2 +- docs/entities/include-only-desired-data.md | 2 +- docs/other/share-contacts-vcard.md | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 8ce2c5a1..ced0f03f 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ as the native (AOSP) Android Contacts app and Google Contacts app, this library ## Quick links - 📜 [Documentation][github-pages] -- 🚉 [Current release - 0.2.0](https://github.com/vestrel00/contacts-android/releases/tag/0.2.0) -- 🚂 [Upcoming release - 0.3.0](https://github.com/vestrel00/contacts-android/discussions/160) +- 🚉 [Current release - 0.2.1](https://github.com/vestrel00/contacts-android/releases/tag/0.2.1) +- 🚂 [Upcoming release - 0.3.0](https://github.com/vestrel00/contacts-android/discussions/218) - đŸ—ē [Project roadmap][project-roadmap] - 💌 [Why use this library?][why-use-this] @@ -130,18 +130,18 @@ To install individual modules, ```groovy dependencies { - implementation 'com.github.vestrel00.contacts-android:core:0.2.0' + implementation 'com.github.vestrel00.contacts-android:core:0.2.1' - implementation 'com.github.vestrel00.contacts-android:async:0.2.0' - implementation 'com.github.vestrel00.contacts-android:customdata-gender:0.2.0' - implementation 'com.github.vestrel00.contacts-android:customdata-googlecontacts:0.2.0' - implementation 'com.github.vestrel00.contacts-android:customdata-handlename:0.2.0' - implementation 'com.github.vestrel00.contacts-android:customdata-pokemon:0.2.0' - implementation 'com.github.vestrel00.contacts-android:customdata-rpg:0.2.0' - implementation 'com.github.vestrel00.contacts-android:debug:0.2.0' - implementation 'com.github.vestrel00.contacts-android:permissions:0.2.0' - implementation 'com.github.vestrel00.contacts-android:test:0.2.0' - implementation 'com.github.vestrel00.contacts-android:ui:0.2.0' + implementation 'com.github.vestrel00.contacts-android:async:0.2.1' + implementation 'com.github.vestrel00.contacts-android:customdata-gender:0.2.1' + implementation 'com.github.vestrel00.contacts-android:customdata-googlecontacts:0.2.1' + implementation 'com.github.vestrel00.contacts-android:customdata-handlename:0.2.1' + implementation 'com.github.vestrel00.contacts-android:customdata-pokemon:0.2.1' + implementation 'com.github.vestrel00.contacts-android:customdata-rpg:0.2.1' + implementation 'com.github.vestrel00.contacts-android:debug:0.2.1' + implementation 'com.github.vestrel00.contacts-android:permissions:0.2.1' + implementation 'com.github.vestrel00.contacts-android:test:0.2.1' + implementation 'com.github.vestrel00.contacts-android:ui:0.2.1' // Notice that when importing specific modules/subprojects, the first ":" comes after "contacts-android". } ``` @@ -152,7 +152,7 @@ To install all modules in a single line, ```groovy dependencies { - implementation 'com.github.vestrel00:contacts-android:0.2.0' + implementation 'com.github.vestrel00:contacts-android:0.2.1' // Notice that when importing all modules, the first ":" comes after "vestrel00". } ``` diff --git a/docs/entities/about-local-contacts.md b/docs/entities/about-local-contacts.md index 727c93ab..3fa1317c 100644 --- a/docs/entities/about-local-contacts.md +++ b/docs/entities/about-local-contacts.md @@ -62,6 +62,6 @@ The Contacts Provider may or may not enforce these Account restrictions. However Contacts app imposes these restrictions. Therefore, this library also imposes these restrictions and disables consumers from violating them. -> ⚠ī¸ As of [version 0.3.0](https://github.com/vestrel00/contacts-android/discussions/160), these +> ⚠ī¸ As of [version 0.3.0](https://github.com/vestrel00/contacts-android/discussions/218), these > [restrictions will be removed](https://github.com/vestrel00/contacts-android/issues/167). You > will be able insert or update all of the above fields for local raw contacts. \ No newline at end of file diff --git a/docs/entities/include-only-desired-data.md b/docs/entities/include-only-desired-data.md index 895e42a9..2c0c5f0d 100644 --- a/docs/entities/include-only-desired-data.md +++ b/docs/entities/include-only-desired-data.md @@ -113,7 +113,7 @@ update API. The following is what constitutes an _"updated"_ event; Blank data are deleted from the database, unless the the complete set of corresponding fields are not included in the update operation. -> ⚠ī¸ Prior to [version 0.3.0](https://github.com/vestrel00/contacts-android/discussions/160), before +> ⚠ī¸ Prior to [version 0.2.1](https://github.com/vestrel00/contacts-android/discussions/160), before > [`include` in update APIs have been overhauled](https://github.com/vestrel00/contacts-android/issues/209), > blank data are deleted from the database even if the corresponding fields are not included. diff --git a/docs/other/share-contacts-vcard.md b/docs/other/share-contacts-vcard.md index 597a6eec..fbf21085 100644 --- a/docs/other/share-contacts-vcard.md +++ b/docs/other/share-contacts-vcard.md @@ -3,7 +3,7 @@ This library provides several functions to create `Intent`s that allow you to share contacts from the Contacts Provider database. -> ℹī¸ These APIs are available since [version 0.3.0](https://github.com/vestrel00/contacts-android/discussions/160) +> ℹī¸ These APIs are available since [version 0.2.1](https://github.com/vestrel00/contacts-android/discussions/160) > upon implementing [issue #211](https://github.com/vestrel00/contacts-android/issues/211). ## Share an existing contact