summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2023-06-28tests: Add support for installed testsMarco Trevisan (Treviño)1-0/+5
2022-02-03examples: Check whether the returned date is validBenjamin Berg3-5/+9
2021-12-16Allow FpPrint data to be extended on enrollment.Dmitrii Shcherbakov3-30/+95
2021-05-14utilities: Explicitly list default enum valueBenjamin Berg1-0/+1
2021-04-12device: Deprecate fp_device_{supports,has}_* functions for has_featureMarco Trevisan (Treviño)5-6/+6
2020-11-23identify: Use stored print to show identify informationMarco Trevisan (Treviño)1-5/+28
2020-11-23examples: Add Identify exampleMarco Trevisan (Treviño)4-2/+352
2020-11-08verify/enroll: Save and use locally saved prints also for devices with storageMarco Trevisan (Treviño)2-19/+46
2020-09-29Remove trailing \n where they are not necessaryBenjamin Berg4-6/+6
2020-06-17verify: Use fast matching callback also for non-storage devicesMarco Trevisan (Treviño)1-1/+1
2020-06-17img-capture: Exit with error if the device doesn't support captureMarco Trevisan (Treviño)1-0/+7
2020-06-17examples: Don't try to save an image from a print without itMarco Trevisan (Treviño)2-2/+2
2020-06-13examples: add img-capture exampleVasily Khoruzhick4-2/+189
2020-04-24examples: Cancel verify operation on Ctrl+CBenjamin Berg1-7/+28
2020-04-24example: Cancel enroll operation on Ctrl+CBenjamin Berg1-7/+30
2020-04-14examples: Fix typoBastien Nocera1-1/+1
2020-02-10compat: Use new GDate autoptr and define if neededMarco Trevisan (Treviño)1-2/+2
2020-01-17examples/verify: Prompt match/no-match report in callbackMarco Trevisan (Treviño)1-16/+17
2020-01-16verify: Add match callback reportMarco Trevisan (Treviño)1-1/+31
2020-01-16examples: add FP_COMPONENT definitionsMarco Trevisan (Treviño)5-0/+10
2020-01-16verify: Add a verify_quit convenience functionMarco Trevisan (Treviño)1-11/+20
2020-01-16verify: Always close an open device before quitting the loopMarco Trevisan (Treviño)1-3/+6
2020-01-13Introduce an early reporting mechanism for verify and matchBenjamin Berg1-0/+2
2020-01-08examples: Do not re-prompt the finger when repeating verificationBenjamin Berg1-2/+5
2020-01-08examples: Continue verification when return is pressedBenjamin Berg1-1/+1
2020-01-08examples: Save image even on match failureBenjamin Berg1-4/+4
2020-01-08storage: Do not free image data owned by FpPrintBenjamin Berg1-1/+1
2020-01-08examples: Do not free data returned by g_variant_get_fixed_arrayBenjamin Berg1-2/+2
2020-01-08examples: Fix possible use-after-free in storage codeBenjamin Berg1-2/+7
2019-12-18examples: Iterate through fingers via first/last refsMarco Trevisan (Treviño)1-18/+8
2019-12-17cleanup: Use #pragma once everywhereMarco Trevisan (Treviño)2-9/+2
2019-12-16examples: Fix double device closing in manage-printsBenjamin Berg1-3/+0
2019-12-14meson: Split single-line dependencies to reduce the diff on changesMarco Trevisan (Treviño)1-1/+4
2019-12-12meson: Rely on libfprint dependency to get root_includeMarco Trevisan (Treviño)1-6/+2
2019-12-04storage: Include storage header so that we have declarationsMarco Trevisan (Treviño)1-0/+1
2019-12-04cpp-test: Fix indentationMarco Trevisan (Treviño)1-4/+4
2019-12-04meson: Use add_project_arguments for common cflagsMarco Trevisan (Treviño)1-4/+2
2019-12-04drivers, examples: Don't use -Wno-pointer-sign and fix relative errorsMarco Trevisan (Treviño)1-1/+1
2019-11-27examples: Handle the cases where the print date is not setMarco Trevisan (Treviño)2-9/+19
2019-11-25meson: Use preferred syntax everywhereMarco Trevisan (Treviño)1-12/+12
2019-11-25verify: Ensure we set set the autoptr value to NULL at definitionMarco Trevisan (Treviño)1-1/+1
2019-11-20examples: allow to select multiple devicesMarco Trevisan (Treviño)1-2/+28
2019-11-20examples: Move discover_device function to utilitiesMarco Trevisan (Treviño)5-37/+17
2019-11-20examples: Make possible to select the finger to enroll/verifyMarco Trevisan (Treviño)6-59/+169
2019-11-20Uncrustify everything except for nbisMarco Trevisan (Treviño)5-416/+476
2019-11-20examples: Remove old verify_live exampleBenjamin Berg1-188/+0
2019-11-20examples: Remove x11 based examplesBenjamin Berg3-379/+0
2019-11-20examples: Add manage-prints test to list and delete printsMarco Trevisan (Treviño)1-0/+327
2019-11-20examples: Add back examples using the async APIsMarco Trevisan (Treviño)6-243/+432
2019-11-20examples: Add sendvirtimg.py script to send a print to virtual_imgdevBenjamin Berg1-0/+111