LibKGAPIProject
ActivePublic

Details

Description

LibKGAPI is a library that implements APIs to interact with various Google services.

Recent Activity

Sep 25 2021

dvratil claimed T8311: Implement People API.
Sep 25 2021, 7:27 PM · LibKGAPI

Apr 21 2020

poboiko closed T8376: [Calendar] Implement support for syncToken as Resolved.

I guess with D28162: [calendar] Implement SyncToken for Calendar service and D28560: [resources] Add a unified Google Groupware Resource this is fixed now.

Apr 21 2020, 10:34 AM · LibKGAPI

Oct 1 2019

barchiesi closed D24301: Fix null pointer dereference, keep FileModifyJob metadata and serialize with options..
Oct 1 2019, 12:10 PM · LibKGAPI, KDE PIM
barchiesi closed D24310: Fix comparison typo.
Oct 1 2019, 11:56 AM · LibKGAPI, KDE PIM
dvratil accepted D24301: Fix null pointer dereference, keep FileModifyJob metadata and serialize with options..

Thanks for the fix. Since this is a bugfix, please land this patch to the Applications/19.08 branch, then merge the branch to master.

Oct 1 2019, 11:37 AM · LibKGAPI, KDE PIM
dvratil accepted D24310: Fix comparison typo.

Well spotted! Thanks

Oct 1 2019, 11:32 AM · LibKGAPI, KDE PIM

Sep 30 2019

barchiesi claimed T11751: Tasks library code cleanup.
Sep 30 2019, 1:21 PM · LibKGAPI
barchiesi moved T11751: Tasks library code cleanup from Backlog to In Progress on the LibKGAPI board.
Sep 30 2019, 1:21 PM · LibKGAPI
barchiesi added a project to D24310: Fix comparison typo: LibKGAPI.
Sep 30 2019, 12:39 PM · LibKGAPI, KDE PIM

Sep 29 2019

barchiesi added a comment to D24301: Fix null pointer dereference, keep FileModifyJob metadata and serialize with options..

Regarding point 1, mea culpa 😬

Sep 29 2019, 6:28 PM · LibKGAPI, KDE PIM
barchiesi added a project to D24301: Fix null pointer dereference, keep FileModifyJob metadata and serialize with options.: LibKGAPI.
Sep 29 2019, 6:24 PM · LibKGAPI, KDE PIM

Sep 22 2019

dvratil renamed T11752: Blogger library code cleanup from Blogger API cleanup to Blogger library code cleanup.
Sep 22 2019, 11:49 AM · LibKGAPI
dvratil created T11752: Blogger library code cleanup.
Sep 22 2019, 11:49 AM · LibKGAPI
dvratil added a comment to T11741: Fix link ordering - BUG411425.

Sounds like there might be a problem with exports or some symbol name duplication that leads to some weird behavior during LTO.

Sep 22 2019, 11:44 AM · LibKGAPI
dvratil created T11751: Tasks library code cleanup.
Sep 22 2019, 11:40 AM · LibKGAPI
dvratil created T11750: Drive library code cleanup.
Sep 22 2019, 11:38 AM · LibKGAPI
dvratil moved T11748: Contacts library code cleanup from Backlog to In Progress on the LibKGAPI board.
Sep 22 2019, 11:35 AM · LibKGAPI
dvratil claimed T11748: Contacts library code cleanup.
Sep 22 2019, 11:35 AM · LibKGAPI
dvratil updated the task description for T11748: Contacts library code cleanup.
Sep 22 2019, 11:34 AM · LibKGAPI
dvratil created T11748: Contacts library code cleanup.
Sep 22 2019, 11:34 AM · LibKGAPI

Sep 21 2019

barchiesi created T11741: Fix link ordering - BUG411425.
Sep 21 2019, 4:19 PM · LibKGAPI

Sep 19 2019

barchiesi closed D23979: Add missing parameters to Permission related jobs and fix url typo..
Sep 19 2019, 9:09 AM · LibKGAPI, KDE PIM
barchiesi updated the diff for D23979: Add missing parameters to Permission related jobs and fix url typo..

Fixed minor nitpicks

Sep 19 2019, 9:07 AM · LibKGAPI, KDE PIM
dvratil requested changes to D23979: Add missing parameters to Permission related jobs and fix url typo..

Just minor nitpicks. Fix those and you can commit the patch. Thanks!

Sep 19 2019, 8:28 AM · LibKGAPI, KDE PIM

Sep 18 2019

barchiesi updated the diff for D23979: Add missing parameters to Permission related jobs and fix url typo..

Remove debug info from permissions example.

Sep 18 2019, 4:51 PM · LibKGAPI, KDE PIM
barchiesi added a comment to D23979: Add missing parameters to Permission related jobs and fix url typo..

@dvratil I rechecked if Permission was complete and added missing attributes. Also added an example.

Sep 18 2019, 4:50 PM · LibKGAPI, KDE PIM
barchiesi updated the diff for D23979: Add missing parameters to Permission related jobs and fix url typo..

Added parameter default values to member initialization.

Sep 18 2019, 4:47 PM · LibKGAPI, KDE PIM

Sep 17 2019

dvratil requested changes to D23979: Add missing parameters to Permission related jobs and fix url typo..

Thanks for the fix. Could you also modify the constructors so that the class members are initialized using the fooDefault constants as well, so that we really only have a single place in the entire file where the default value is defined?

Sep 17 2019, 12:04 PM · LibKGAPI, KDE PIM

Sep 16 2019

barchiesi updated the diff for D23979: Add missing parameters to Permission related jobs and fix url typo..

That sounds like a better way of handling defaults, I'll keep it in mind when touching other Jobs.

Sep 16 2019, 1:26 PM · LibKGAPI, KDE PIM
dvratil requested changes to D23979: Add missing parameters to Permission related jobs and fix url typo..

Nice, thanks for the patch.

Sep 16 2019, 12:39 PM · LibKGAPI, KDE PIM
barchiesi updated the diff for D23979: Add missing parameters to Permission related jobs and fix url typo..

Added missing derived class access-specifier to PermissionDeleteJob.

Sep 16 2019, 10:36 AM · LibKGAPI, KDE PIM

Sep 15 2019

barchiesi added a project to D23979: Add missing parameters to Permission related jobs and fix url typo.: LibKGAPI.
Sep 15 2019, 10:04 PM · LibKGAPI, KDE PIM

Jul 1 2019

elvisangelaccio added a comment to D21838: Add Drive resource and example..

@barchiesi This commit broke the kio-gdrive build (CanCreateTeamDrives no longer existing).

Jul 1 2019, 9:16 PM · LibKGAPI, KDE PIM

Jun 23 2019

barchiesi closed D21838: Add Drive resource and example..
Jun 23 2019, 4:01 PM · LibKGAPI, KDE PIM
dvratil accepted D21838: Add Drive resource and example..

Nice trick! :)

Jun 23 2019, 12:03 PM · LibKGAPI, KDE PIM

Jun 19 2019

barchiesi updated the diff for D21838: Add Drive resource and example..
  • Silence Team Drive deprecation warnings for examples and tests.

@dvratil this seems like a possible solution, what do you think?

Jun 19 2019, 10:56 PM · LibKGAPI, KDE PIM

Jun 18 2019

dvratil added a comment to D21838: Add Drive resource and example..

It's fine to leave it in and ignore the warnings - I think there's some way to disable deprecation warnings internally, but I can't find it now.

Jun 18 2019, 8:18 AM · LibKGAPI, KDE PIM

Jun 17 2019

barchiesi added a comment to D21838: Add Drive resource and example..
  • Deprecate Teamdrive fetch/create/modify/delete jobs.

    I added KGAPIDRIVE_DEPRECATED_EXPORT to the create/delete/modify/fetch jobs and afterwards all tests and the teamdrive example show warnings. Is that correct? Or should I delete tests/examples?
Jun 17 2019, 3:05 PM · LibKGAPI, KDE PIM
dvratil accepted D21838: Add Drive resource and example..

Looks good, thanks a lot!

Jun 17 2019, 12:20 PM · LibKGAPI, KDE PIM

Jun 16 2019

barchiesi updated the diff for D21838: Add Drive resource and example..

Fixing previous edit mistakes (not sure what happened, still trying to understand arc).

Jun 16 2019, 4:13 PM · LibKGAPI, KDE PIM
barchiesi updated the diff for D21838: Add Drive resource and example..
  • Added canCreateDrives attribute to About.
Jun 16 2019, 4:10 PM · LibKGAPI, KDE PIM
barchiesi updated the diff for D21838: Add Drive resource and example..

Renamed wrong attributes in Drives::Capabilities.

Jun 16 2019, 12:25 PM · LibKGAPI, KDE PIM
barchiesi added a project to D21838: Add Drive resource and example.: LibKGAPI.
Jun 16 2019, 11:31 AM · LibKGAPI, KDE PIM

Jun 3 2019

gennad removed a watcher for LibKGAPI: gennad.
Jun 3 2019, 6:23 AM

May 23 2019

barchiesi added a comment to D20843: Fix CMakeLists always building examples..

Sorry, I must have overlooked this one :( You should be able to commit it for yourself now (arc land).

May 23 2019, 8:41 AM · LibKGAPI, KDE PIM
barchiesi closed D20843: Fix CMakeLists always building examples..
May 23 2019, 8:39 AM · LibKGAPI, KDE PIM
dvratil accepted D20843: Fix CMakeLists always building examples..

Sorry, I must have overlooked this one :( You should be able to commit it for yourself now (arc land).

May 23 2019, 8:30 AM · LibKGAPI, KDE PIM

May 22 2019

barchiesi updated the diff for D20843: Fix CMakeLists always building examples..

Changed (wrong) commit email address.

May 22 2019, 10:50 PM · LibKGAPI, KDE PIM

May 19 2019

barchiesi abandoned D19948: DRAFT Add Standard Query Parameters support.

All changes have been covered by other differentials, this can be abandoned.

May 19 2019, 5:00 PM · LibKGAPI, KDE PIM
dvratil closed D20888: Adapt to LibKGAPI setFields() changes..
May 19 2019, 11:36 AM · LibKGAPI, KIO GDrive