Commit Graph

15 Commits

Author SHA1 Message Date
tastytea a198f1323a
Reformat remwharead_wrapper.cpp. 2020-10-31 13:30:04 +01:00
tastytea 4e9e750e35
Initialize variables in native-wrapper. 2020-10-31 13:28:45 +01:00
tastytea 7e147012fe
Rewrite wrapper to be more readable.
continuous-integration/drone/push Build is passing Details
2020-01-28 02:48:58 +01:00
tastytea 1c2828369d
Unescape the escaped string we get from the WebExtension. 2020-01-27 10:34:46 +01:00
tastytea b79dacf742
Remove debug statement.
continuous-integration/drone/push Build is passing Details
2020-01-27 07:26:39 +01:00
tastytea 8c1c18ed54
Add support for more robust message parsing to native-wrapper.
continuous-integration/drone/push Build is passing Details
Step 1 for #7.
2020-01-27 04:27:45 +01:00
tastytea a5ec7609f9
Fix/supress clang-tidy warnings in Mozilla-wrapper. 2019-10-30 07:47:39 +01:00
tastytea f8040f4803
Make type conversions explicit. 2019-10-25 06:00:36 +02:00
tastytea ab3085023b
Mark numbers in wrapper const if possible.
continuous-integration/drone/push Build is passing Details
2019-09-22 22:05:44 +02:00
tastytea d5b07b51c7
Remove filesystem from wrapper.
It was a leftover from an obsolete feature.
2019-09-22 22:04:35 +02:00
tastytea 7ac7bd2edb
Make reading input in wrapper more robust.
We read the size of the message now instead of getting everything between
quotes.
2019-09-22 21:59:46 +02:00
tastytea d746b8c266
Remove obsolete code from wrapper.
continuous-integration/drone/push Build is passing Details
2019-09-22 20:58:59 +02:00
tastytea dcef2b8a28
Commented out unused code. 2019-08-06 19:31:48 +02:00
tastytea c70414114c
WebExtension: Native wrapper: replace TEMPFILE with file path,
continuous-integration/drone/push Build was killed Details
And return it. In preparation for a “View database” feature in the
WebExtension.
2019-05-26 18:02:47 +02:00
tastytea de5d65d32a
Re-implemented wrapper in C**, added proper cmake recipe.
continuous-integration/drone/push Build is passing Details
2019-05-21 13:05:17 +02:00