tmo1
tmo1
It's going to be difficult to figure this out without being able to reproduce the problem. [Android is supposed to "aggregate" "matching" contacts](https://developer.android.com/guide/topics/providers/contacts-provider), but I don't see a definition of...
567 is more than twice 279, so it's not just a neat case of each contact appearing twice.
I may have a solution for this, and I starting implementing it in code, but I can't really test or debug it without a contacts collection that displays the problem....
Yes, that's a major feature I would like to add. I don't know how soon I'll get to it, though. I've been learning Android development through this project, and the...
Hi, I have added a basic scheduled backup implementation. Currently, the user can select a particular time of day, and the app will automatically execute a backup at that time...
> Hi @tmo1 thanks for the work. I tested it, and it seems to work well once you exclude the app from battery optimization. Thanks for testing! > Without that...
> @tmo1 One possible improvement you can make is to limit the number of backup files to 5 (or some number exposed in preference) and delete all old files. That...
I'm currently working on a mechanism to allow exporting to be controlled by an external application (such as [Automation](https://server47.de/automation/) or [Easer](https://github.com/renyuneyun/Easer/blob/master/README.en.md)), which will provide more flexibility in scheduling exports. I'm...
> One option may be to allow the user to customize the name of the exported file. This way, if they so wish, the user can just opt to have...
> One option may be to allow the user to customize the name of the exported file. This way, if they so wish, the user can just opt to have...