Commit Graph

87 Commits

Author SHA1 Message Date
4127d09122 Restored accidental ignore. 2016-05-31 04:52:03 +01:00
90aefb124c Updated gitignore. 2016-05-31 04:51:39 +01:00
5b464f0302 Moved into module. 2016-05-31 03:53:29 +01:00
48a9fa6c24 Added README. 2016-05-24 17:33:59 +01:00
539fcd05ce Updated tox.ini 2016-05-24 17:33:30 +01:00
13988566a8 Added more info to refresh failure dialog. 2016-05-23 16:54:43 +01:00
27cda72609 Merge remote-tracking branch 'origin/master' 2016-05-07 21:52:52 +01:00
60bc7483b2 Fixed API refresh showing as failed due to incorrect response formatting. 2016-05-07 21:52:26 +01:00
nathan@archer
2205c29c54 Added debug level console logging. 2016-04-03 16:33:50 +01:00
nathan@archer
30e4f6b266 Add catch for failure when system doesn't have required SSL certificates. 2016-04-03 16:21:00 +01:00
c655bad631 Configured Tox to give coverage.py data 2016-03-25 18:21:53 +00:00
42a5ff1eb9 Setup Tox testing enviornment. 2016-03-25 17:10:01 +00:00
de045d86ee Added information dialog about what user information is stored. 2016-03-15 21:55:30 +00:00
9ed98eaae7 Added some basic logging. 2016-03-15 20:22:04 +00:00
ca63d344df Now allows username to login instead of API key if they have logged in with an API key at least once. 2016-03-15 20:03:01 +00:00
2f5dd712c8 Fixed API refresh status spin not working. 2016-03-13 19:17:47 +00:00
169a13c01b Fixed grid settings to properly show linear progress element on small resolutions.
fixes #2
2016-02-20 21:19:45 +00:00
cf5852794b Linear mode now has tracking of the current quiz item index and allows skipping to the desired item.
closes #1
2016-02-19 17:49:33 +00:00
45d6e6f30d Added missing html tag attribute closing. 2016-02-18 19:21:55 +00:00
84de8f5780 Radical answers are now stripped of "-" characters. 2016-02-18 01:13:45 +00:00
7488a5eb7b Added tooltip for available quiz modes. 2016-01-26 21:25:36 +00:00
2164e73579 Added additional quiz accessibility test. 2016-01-26 21:25:00 +00:00
ce79ffe566 Added coverage.py pragma comments to mark code that will not be covered by unit tests due to external api dependencies. 2016-01-26 02:57:07 +00:00
61cd2beef8 Added tests for invalid user_items arguments. 2016-01-26 01:16:21 +00:00
2502c099a3 Answer input textbox colour is reset after wrong entry on next keypress. 2016-01-26 01:09:43 +00:00
92347da966 Added sample user data for use in tests. 2016-01-25 22:17:52 +00:00
fbfd4932e6 Added tests for user_items filter urls. 2016-01-25 22:02:41 +00:00
fb0f6d7ccd Fixed incorrect vocabulary_count, wasn't accounting for the doubling of kanji items. 2016-01-25 21:45:09 +00:00
f743358355 Now using important_reading data to determine kana answer for kanji. 2016-01-25 16:49:20 +00:00
32bae249db Added tests for some formatting mechanisms. 2016-01-25 13:25:53 +00:00
7dad8ab54d Added unit tests for user login. 2016-01-24 19:01:53 +00:00
80d988e2c6 Error for invalid filter is now auto hidden on a new filter submission. 2016-01-23 01:56:11 +00:00
0f116d1fe2 Moved quiz buttons to horizontal layout. 2016-01-22 16:51:27 +00:00
bcc9fd08c7 Fixed WK link url generation for radicals. 2016-01-20 20:59:17 +00:00
d0dfdee06c Added 3rd party license info. 2016-01-19 21:15:33 +00:00
8491d93ff0 Added a button to view the WaniKani page for the current question item. 2016-01-19 21:15:33 +00:00
6c298c2c08 Fixed a broken image icon showing in some browsers where the placeholder for potential images was. 2016-01-19 21:15:33 +00:00
eba6c19f6e Added login persistence. 2016-01-19 21:15:33 +00:00
441623a947 Added Linear Mode which quizzes all items in order. 2016-01-19 21:15:33 +00:00
a94dee2d97 Added link to WK account page on landing page. 2016-01-19 21:15:32 +00:00
836fa49b0d Switched json parser to improve encoding/decoding times. 2016-01-19 21:15:21 +00:00
c61cd505af Fixed count responses being floats instead of ints, changed wording in response to better reflect content. 2015-12-23 23:40:33 +00:00
8b170c3264 Kanji and Vocab responses now have separate items for kana and meaning rather than both in one. 2015-12-23 23:16:26 +00:00
1cc615d083 Fixed error if user_items was missing query string elements. 2015-12-12 00:14:43 +00:00
35ad032d88 Switched user_item response generation to use list comprehensions. 2015-12-12 00:01:19 +00:00
a9e48abd96 Added filtering for item types (radical, kanji & vocab) 2015-12-10 15:57:52 +00:00
c5fb8db98c Added and setup frontend for filtering by srs state. 2015-11-21 03:00:17 +00:00
a907736895 Added query element for /user_items to filter item srs state. 2015-11-17 18:58:07 +00:00
231b4231a3 Now using query string instead of dedicated route. 2015-11-17 18:47:00 +00:00
25d916d4a0 Moved answer submission button inline with text entry area. 2015-10-24 01:29:37 +01:00