Commit graph

170 commits

Author SHA1 Message Date
Nils Norman Haukås fec1faa8b9 add no github badge 2024-01-22 15:17:52 +01:00
Nils Norman Haukås cf2991b510 upgrade jquery, add package.json lock file. 2018-03-29 20:52:31 +02:00
Nils Norman Haukås 212cbb413a update readme 2017-07-11 18:34:06 +02:00
Nils Norman Haukås 58aec44864 bump version number 2017-07-11 18:26:52 +02:00
Nils Norman Haukås d2b30c6141 update packaging setup. Update readme 2017-07-11 18:26:08 +02:00
Nils Norman Haukås 290ad3409c bump version number 2017-07-11 17:55:48 +02:00
Nils Norman Haukås 5a075f908b load rangy after loading angular 2017-07-11 17:51:24 +02:00
Nils Norman Haukås 64d8b98251 add comment. refactor code 2017-07-11 15:32:35 +02:00
Nils Norman Haukås 2d9c876603 increment version number 2017-07-11 15:04:04 +02:00
Nils Norman Haukås 426c9e5a56 Successfully implement fuzzy find with tests 2017-07-11 14:55:22 +02:00
Nils Norman Haukås 548791f5ec remove unusable rangy test. Add new failing test. 2017-07-11 11:29:46 +02:00
Nils Norman Haukås c87b65b8aa prevent tags from wrapping 2017-07-11 10:59:42 +02:00
Nils Norman Haukås 92a471d640 is able to recover range if the savedWord has shifted to the right. 2017-07-10 15:24:57 +02:00
Nils Norman Haukås c4dfdf3aff added the beginnings of an algorithm to fuzzy find the closest word match 2017-07-09 23:34:31 +02:00
Nils Norman Haukås 69058d950f More work on webservice tests
It's proving hard to test serializing and deserializing a range.
Deactivating that code for now until we can find a better way to test
this.
2017-07-09 18:36:05 +02:00
Nils Norman Haukås caba5e20ac refactor test 2017-07-09 17:18:59 +02:00
Nils Norman Haukås 07611e708e change test command to npm run test:dist 2017-07-09 17:09:59 +02:00
Nils Norman Haukås 95fa6a67a6 formatting adjustment 2017-07-09 17:09:35 +02:00
Nils Norman Haukås 99dd22c1bf add test data 2017-07-06 00:42:05 +02:00
Nils Norman Haukås a0a8165841 use console logging 2017-07-06 00:41:42 +02:00
Nils Norman Haukås d36c12ac34 bugfix angular bootstrapping. Tweak test. 2017-07-05 23:43:49 +02:00
Nils Norman Haukås c1fec6cc54 more test tweaks. Refactor webpageService 2017-07-05 22:24:01 +02:00
Nils Norman Haukås 7583a86c90 add very basic test for webpageService. Added ngMock dependency. 2017-07-05 21:25:47 +02:00
Nils Norman Haukås 0605cd03f1 enabled karma tests to load the tagit-module before tests. 2017-06-06 21:32:50 +02:00
Nils Norman Haukås 905a0761a4 add startup log message 2017-06-06 20:54:22 +02:00
Nils Norman Haukås 305d0c2486 add karma test configuration 2017-06-06 20:19:52 +02:00
Nils Norman Haukås f35f9015b2 replace ava with karma test runner 2017-06-06 19:52:15 +02:00
Nils Norman Haukås b89d6a1f2b typo fix 2017-05-01 21:49:33 +02:00
Nils Norman Haukås a7ff3c6052 Lay the ground for having unit tests. 2017-05-01 21:47:21 +02:00
Nils Norman Haukås b81fdf10d5 update readme 2017-05-01 21:16:57 +02:00
Nils Norman Haukås 8387e2d3c6 tweak zip script 2017-05-01 21:16:49 +02:00
Nils Norman Haukås 3252b1c4ef tag new plugin release 2017-05-01 21:02:33 +02:00
Nils Norman Haukås 2a841bc464 made test page work with new webpack2 setup 2017-04-19 21:42:15 +02:00
Nils Norman Haukås 6f5fa788a1 use better module for uuid 2017-04-16 23:15:52 +02:00
Nils Norman Haukås 49de6f0d0c replace typings with use of @types. Swap jspm for webpack2. 2017-04-16 22:47:27 +02:00
Nils Norman Haukås dc48b619ec update browser loading files. Update typescript dl to 2.0.7 2017-04-15 23:06:53 +02:00
Nils Norman Haukås 6ed5a84934 found and squashed angular invocation bug. 2017-04-15 20:38:15 +02:00
Nils Norman Haukås 75a32605a7 specify chromium browser 2017-04-15 20:37:43 +02:00
Nils Norman Haukås d11cd64e25 Make query url configurable as well. 2016-08-27 20:46:26 +02:00
Nils Norman Haukås 98028d6430 Ensure CSS is added after html edit. 2016-08-27 20:36:59 +02:00
Nils Norman Haukås f1e3180323 Remove sourcemap from JS output 2016-08-27 20:35:55 +02:00
Nils Norman Haukås f526586fbc enable extension to post to any url 2016-08-26 20:20:55 +02:00
Nils Norman Haukås 3a1a7b18cf remove comment 2016-08-26 20:20:55 +02:00
Nils Norman Haukås efc3c808bd Ask user to login with google email on startup
Squashed commit of the following:

commit e6574f0fa51b78df71201d3674e40b13993c4ce3
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 18:45:11 2016 +0200

    bump version number

commit 1286a15c3e
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:47:10 2016 +0200

    Reload settings after receiving logged in userinfo

commit ca518d4978
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:46:42 2016 +0200

    Add 'identity.email' permission

commit 4b9579ceee
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:45:43 2016 +0200

    Bugfix background.js initialization. Added logging

commit 6747062ed6
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:45:18 2016 +0200

    Prevent error from dist folder being there

commit e5c9317569
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 16:47:39 2016 +0200

    Use chromium as the default test browser

commit cd02b08a9f
Author: Nils Norman Haukås <nils@thunki.com>
Date:   Sun Aug 14 23:44:30 2016 +0200

    Hide menu if user is not logged in

    Will also prompt user to login if user has not logged in
    yet. Furthermore I need to see if we actually need to
    really delete cache before asking for the user info.
    Hmm.

commit fd66219b3c
Author: Nils Norman Haukås <nils@thunki.com>
Date:   Sun Aug 14 23:44:03 2016 +0200

    Promisified background.js
2016-08-25 18:46:22 +02:00
Nils Norman Haukås 90d769ed76 Achieved user login and retrieving user data. 2016-08-14 21:22:32 +02:00
Nils Norman Haukås c1e46e36e1 Use api for requesting user info
Found an api for requesting the email of the logged in user.
Let's see how that works. Also discovered that content scripts
cannot login a user that has to be done by a background script.
2016-08-14 20:01:44 +02:00
Nils Norman Haukås fcee0cb3d8 Added plugin packaging command 2016-08-14 19:18:31 +02:00
Nils Norman Haukås 2ee040e70b Added larger screenshot 2016-08-14 19:11:01 +02:00
Nils Norman Haukås e6a64e91c4 update manifest key 2016-08-14 18:58:47 +02:00
Nils Norman Haukås d97edae417 Prepare for adding login
Added test button for trying out login.

Updated chrome extension id references to point to the originally
published extension.

Made first screen default screen
2016-08-14 18:50:49 +02:00