Commit Graph

632 Commits

Author SHA1 Message Date
David Bailey
6da8481b07 Add getDecks function 2017-08-13 09:02:59 +01:00
Alex Yatskov
e50f2af06b Merge pull request #24 from techdavid/aresuspended-and-aredue
Add areDue function and change isSuspended to areSuspended
2017-08-12 12:39:25 -07:00
David Bailey
3f4885adfb Improve wording of README 2017-08-12 16:30:23 +01:00
David Bailey
64c61a32fa Fix IndexError for new cards with areDue / getIntervals 2017-08-12 16:21:04 +01:00
David Bailey
a6c15d7bb2 Change isSuspended to areSuspended; add areDue function; code style fixes 2017-08-12 16:17:53 +01:00
Alex Yatskov
c09c171dcd Merge pull request #23 from techdavid/add-changedeck
Add changeDeck function
2017-08-10 17:05:01 -07:00
David Bailey
aea292f092 Add changeDeck function 2017-08-10 18:34:43 +01:00
Alex Yatskov
caea9cbc08 Merge pull request #22 from techdavid/getintervals-and-cardstonotes
Create getIntervals and cardsToNotes functions
2017-08-09 17:05:13 -07:00
David Bailey
e02f8b2d65 Add cardsToNotes function 2017-08-09 23:55:13 +01:00
David Bailey
6a6f9d7d2a fix typo 2017-08-09 23:55:12 +01:00
David Bailey
1a2c559ca2 Add getIntervals function 2017-08-09 23:55:03 +01:00
Alex Yatskov
9298f867f6 Merge pull request #21 from techdavid/tag-suspend-bugfix
Fix issue #20; add isSuspended function; update code style
2017-08-05 20:21:40 -07:00
David Bailey
dc01014daf Fix issue #20; add isSuspended function; update code style 2017-08-06 02:29:59 +01:00
Alex Yatskov
f48e6431b5 Merge pull request #19 from techdavid/tag-suspend-bugfix
Call startEditing before / stopEditing after tagging
2017-08-05 08:59:42 -07:00
David Bailey
3f755cbd08 Call startEditing before / stopEditing after tagging 2017-08-05 10:08:56 +01:00
Alex Yatskov
4e9f96460b Merge pull request #18 from techdavid/addtags-and-suspend
Add tagging and suspend functions
2017-08-03 17:03:40 -07:00
David Bailey
30f3d5618a Rename browse to findCards and add new findNotes function 2017-08-03 22:31:47 +01:00
David Bailey
a78d40457c Change behaviour of tag/suspend functions 2017-08-03 22:21:59 +01:00
David Bailey
e8088146f3 Add tagging and suspend functions 2017-08-03 21:07:22 +01:00
5dfffadda7 Updating README.md 2017-07-30 17:32:28 -07:00
Alex Yatskov
46ba1d84f9 Merge pull request #17 from techdavid/fix-guideckreview
Fix bug where guiDeckReview always returns null
2017-07-30 10:39:29 -07:00
David Bailey
50300b55b5 Fix bug where guiDeckReview always returns null 2017-07-30 11:48:57 +01:00
Alex Yatskov
d926260da4 Merge pull request #16 from techdavid/multi-actions
Add multi function
2017-07-27 12:28:18 -07:00
David Bailey
a129f8365b Update README for multi action 2017-07-27 18:54:02 +01:00
David Bailey
b8e63c383d Add multi function 2017-07-27 18:32:34 +01:00
Alex Yatskov
fbf938bf49 Merge pull request #15 from techdavid/fast-browse
Add fast non-GUI browse function
2017-07-21 12:47:23 -07:00
David Bailey
81c069342c Update README with non-gui browse documentation 2017-07-21 12:45:31 +01:00
David Bailey
d9f94652b2 Add fast non-GUI browse function 2017-07-21 01:50:12 +01:00
5517473072 more reliable testing for anki alpha 2017-07-05 21:29:46 -07:00
tomasgodoi
fdabb37aaf Including a delay to start the test. 2017-07-06 00:59:42 -03:00
tomasgodoi
b64c6e34ee Running docker. 2017-07-06 00:55:10 -03:00
tomasgodoi
6bec4bb5b6 Including entrypoint.sh to run xvfb to simulate an X Server. 2017-07-06 00:53:54 -03:00
tomasgodoi
d4e521b17d Another try. 2017-07-06 00:28:47 -03:00
tomasgodoi
4e94a358ac Trying to fix another error. 2017-07-06 00:25:39 -03:00
tomasgodoi
8734bacac2 Fixing another syntax error. 2017-07-06 00:22:51 -03:00
tomasgodoi
989c750a73 Fixing .yml. 2017-07-06 00:19:44 -03:00
tomasgodoi
d7e32d4081 Forcing build. 2017-07-06 00:15:42 -03:00
tomasgodoi
6b81ef2f33 Including travis support to execute tests. 2017-07-06 00:14:04 -03:00
da7c1c8a45 exposing more information about note fields (#11) 2017-07-05 13:01:13 -07:00
c0d8d7f029 fix guiBrowse to work on anki alpha, add gitignore 2017-07-04 12:35:04 -07:00
fdeef8099a cleanup 2017-07-04 11:42:47 -07:00
f57b767fba use decorators instead of api_ prefix 2017-07-04 11:42:08 -07:00
cdba2c47ee improvements to python interop 2017-07-04 11:29:09 -07:00
0507add4c6 add fields to guiCurrentCard (#11) 2017-07-02 17:52:57 -07:00
0b9fae13fd updating readme 2017-07-02 17:33:59 -07:00
7e3e6fd5fc add guiDeckReview request (#11) 2017-07-02 17:27:31 -07:00
Alex Yatskov
a626da9df9 Merge pull request #12 from txgio/deck-browser-and-deck-overview
Include actions to open the Deck Overview for a given deck name and go to the Deck Browser
2017-07-02 14:02:46 -07:00
tomasgodoi
013050cb9a Fixing some issues. Changing the guiDeckBrowser return to nothing. 2017-07-02 17:38:08 -03:00
tomasgodoi
ffd64ffca0 Including documentation. 2017-07-02 14:50:30 -03:00
tomasgodoi
17c928627c Including actions to go to a deck overview by name and to got to the deck browser screen. 2017-07-02 14:35:14 -03:00