aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
Commit message (Collapse)AuthorAgeFilesLines
* Card::getOwner should return the actual valueRoeland Jago Douma2021-03-011-1/+1
| | | | | | | I guess we never call this at runtime or it would already ahve done boom very loudly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Convert the card resource to a string if necessaryChristoph Wurst2020-11-131-1/+6
| | | | | | | Apparently the fetched column can be a string or resource. Hence we have to catch the resource type and convert it to a string. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix writing BLOBs to postgres with recent contacts interactionChristoph Wurst2020-08-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Rename app-generated to z-app-generated, because macOS Contacts supports ↵Georg Ehrke2020-05-081-1/+0
| | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Implement ctag and etag in ContactsInteractionGeorg Ehrke2020-05-083-3/+28
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-13/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-14/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-5/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Convert share event to an interaction eventChristoph Wurst2020-03-251-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Register an address book with recent contactsChristoph Wurst2020-03-2521-0/+1715
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>