Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Custom data from other apps #27

Closed
1 of 3 tasks
vestrel00 opened this issue Nov 1, 2021 · 2 comments
Closed
1 of 3 tasks

Custom data from other apps #27

vestrel00 opened this issue Nov 1, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

vestrel00 commented Nov 1, 2021

This library should support custom data from;

Created, Read, Update, Delete (CRUD) APIs for custom data integration in general is already supported. We just need to research what custom data that these other apps use. Use the debug module to look into the data table and look for custom data mimetypes. Then, create a new custom data module using the existing customdata-x modules as reference. A separate module should be created for each custom data set. E.G. customdata-googlecontacts, customdata-whatsapp

This issue will provide more documentation on how to get started with this work; #17

An issue should be created for each task! Do not use this issue to implement all of the above! This issue is just here as a registry for all custom data from other apps that will be supported for V1.

Note

This work is different from what the native Contacts app is doing. The native Contacts app (or AOSP Contacts) parses a bunch of xml files coming in from other apps that declare their custom data in xml. This allows external apps to show their custom data within the native Contacts app. The native Contacts app does this from an application perspective, which is not the same as what we want to do from a library perspective. We want to provide other developers a concrete way to Create, Read, Update, Delete (CRUD) custom data from other apps. We may still do what the native Contacts app is doing at some point, if we want to provide other developers a way to dynamically integrate custom data from other apps without having to explicitly know about them.

The work for this is split to #112

@vestrel00 vestrel00 added the enhancement New feature or request label Nov 1, 2021
@vestrel00 vestrel00 added this to the Additional features for v1 milestone Nov 1, 2021
@vestrel00
Copy link
Owner Author

Blocked by #17 . We need to complete that howto first in order to get started with this work in the right direction!

@vestrel00 vestrel00 changed the title Social media custom data Custom data from other apps Jan 4, 2022
@vestrel00
Copy link
Owner Author

Converting this to a discussion because it is not an actual issue but rather something that is used to track other similar issues =)

Repository owner locked and limited conversation to collaborators Feb 22, 2022
@vestrel00 vestrel00 converted this issue into discussion #187 Feb 22, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant