|
7e147012fe
|
Rewrite wrapper to be more readable.
continuous-integration/drone/push Build is passing
|
2020-01-28 02:48:58 +01:00 |
|
|
5e9937c9a0
|
WebExtension: Use \u001f as separator.
continuous-integration/drone/push Build is passing
|
2020-01-27 10:35:41 +01:00 |
|
|
1c2828369d
|
Unescape the escaped string we get from the WebExtension.
|
2020-01-27 10:34:46 +01:00 |
|
|
b79dacf742
|
Remove debug statement.
continuous-integration/drone/push Build is passing
|
2020-01-27 07:26:39 +01:00 |
|
|
8c1c18ed54
|
Add support for more robust message parsing to native-wrapper.
continuous-integration/drone/push Build is passing
Step 1 for #7.
|
2020-01-27 04:27:45 +01:00 |
|
|
a5ec7609f9
|
Fix/supress clang-tidy warnings in Mozilla-wrapper.
|
2019-10-30 07:47:39 +01:00 |
|
|
f8040f4803
|
Make type conversions explicit.
|
2019-10-25 06:00:36 +02:00 |
|
|
ab3085023b
|
Mark numbers in wrapper const if possible.
continuous-integration/drone/push Build is passing
|
2019-09-22 22:05:44 +02:00 |
|
|
d5b07b51c7
|
Remove filesystem from wrapper.
It was a leftover from an obsolete feature.
|
2019-09-22 22:04:35 +02:00 |
|
|
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 |
|
|
d746b8c266
|
Remove obsolete code from wrapper.
continuous-integration/drone/push Build is passing
|
2019-09-22 20:58:59 +02:00 |
|
|
2802095443
|
Put quotes around URI to prevent the shell from altering it.
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
|
2019-08-11 20:21:05 +02:00 |
|
|
f8a5f881f3
|
Fixed NMH JSON. The path was incomplete.
continuous-integration/drone/push Build is passing
|
2019-08-06 19:33:54 +02:00 |
|
|
dcef2b8a28
|
Commented out unused code.
|
2019-08-06 19:31:48 +02:00 |
|
|
b4e845a352
|
Updated CMake recipes and changed file structure.
continuous-integration/drone/push Build is failing
|
2019-08-03 22:27:08 +02:00 |
|
|
81d4a7f396
|
webextension: Added browser to list of globals.
continuous-integration/drone/push Build is passing
|
2019-06-15 02:48:38 +02:00 |
|
|
f90883c412
|
webextension: Added checkbox to enable/disable archiving to popup.
continuous-integration/drone/push Build is passing
|
2019-06-15 00:52:45 +02:00 |
|
|
91d3059e13
|
webextension: Replaced var with const and let.
|
2019-06-15 00:45:12 +02:00 |
|
|
976febdfc2
|
WebExtension: Simplified and refactored code.
|
2019-05-26 19:45:22 +02:00 |
|
|
c70414114c
|
WebExtension: Native wrapper: replace TEMPFILE with file path,
continuous-integration/drone/push Build was killed
And return it. In preparation for a “View database” feature in the
WebExtension.
|
2019-05-26 18:02:47 +02:00 |
|
|
08f647f86e
|
WebExtension: If no setting is found, leave archive-setting checked.
continuous-integration/drone/push Build is passing
|
2019-05-24 14:44:50 +02:00 |
|
|
42fbf0a55d
|
WebExtension: Added shortcut.
continuous-integration/drone/push Build is passing
|
2019-05-24 14:07:49 +02:00 |
|
|
cd5a4ecf31
|
WebExtension: Added option to toggle archiving.
|
2019-05-24 14:00:00 +02:00 |
|
|
052f67f372
|
WebExtension: Renamed popup files.
|
2019-05-24 13:05:21 +02:00 |
|
|
c37d251394
|
WebExtension: Corrected comment.
continuous-integration/drone/push Build is passing
|
2019-05-22 19:06:59 +02:00 |
|
|
f7faef4d31
|
WebExtension: Allow spaces in tags.
continuous-integration/drone/push Build is passing
|
2019-05-22 13:46:12 +02:00 |
|
|
e81ab358cd
|
WebExtension: Remove error message from popup on launch.
|
2019-05-22 13:45:37 +02:00 |
|
|
7661e5e39e
|
Renamed XPI build script, added info about it to readme.
|
2019-05-22 10:46:30 +02:00 |
|
|
3225fe35fe
|
Allow changing MOZILLA_NMH_DIR.
continuous-integration/drone/push Build is passing
|
2019-05-21 22:40:30 +02:00 |
|
|
721804ab33
|
Replace the path to the wrapper in remwharead.json.
continuous-integration/drone/push Build was killed
|
2019-05-21 19:46:17 +02:00 |
|
|
8c424ac635
|
Display error message in popup if launch fails.
continuous-integration/drone/push Build is passing
|
2019-05-21 17:41:10 +02:00 |
|
|
f2cfd3e5ef
|
Added status message to WebExtension.
continuous-integration/drone/push Build is passing
|
2019-05-21 17:11:14 +02:00 |
|
|
c102066d3a
|
Deleted obsolete wrapper-path from cmake config.
continuous-integration/drone/push Build is passing
|
2019-05-21 16:22:13 +02:00 |
|
|
a847ff7c48
|
Fixed linter errors and warnings.
continuous-integration/drone/push Build is passing
|
2019-05-21 15:02:10 +02:00 |
|
|
f3ef0a79c4
|
Deleted shellscript-wrapper.
|
2019-05-21 15:01:42 +02:00 |
|
|
7a18b35856
|
Added icons.
|
2019-05-21 13:59:35 +02:00 |
|
|
e05b154e21
|
Show error in popup.
|
2019-05-21 13:30:53 +02:00 |
|
|
de5d65d32a
|
Re-implemented wrapper in C**, added proper cmake recipe.
continuous-integration/drone/push Build is passing
|
2019-05-21 13:05:17 +02:00 |
|
|
65c0bfc7ea
|
Improved webextension and wrapper script.
continuous-integration/drone/push Build is passing
Got rid of the form, it was causing errors. Sending back a test
message worked.
|
2019-05-21 09:42:58 +02:00 |
|
|
0ef7dbe253
|
Minimal working Firefox extension.
continuous-integration/drone/push Build is passing
|
2019-05-20 19:23:16 +02:00 |
|