Commit Graph

319 Commits

Author SHA1 Message Date
Alex Yatskov
77a558fc31
Merge pull request #112 from derxe/patch-3
Fix bug where API returns noteid even when no note is added
2019-03-04 19:25:35 -08:00
derxe
600979e745
Fix bug where API returns noteid even when no note is added 2019-03-05 03:53:57 +01:00
Alex Yatskov
0db93be681
Merge pull request #108 from c-okelly/master
Add new createModel Api end point without documentation
2019-03-01 15:12:55 -08:00
c-okelly
bbcb29ea43 Update changes from PR and add documentation 2019-03-01 17:44:33 +00:00
Alex Yatskov
399d1db48e
Merge pull request #110 from mpontus/feature/note-deletion
Introduce note deletion functionality
2019-02-27 09:14:43 -08:00
Mikhail Pontus
47f9db35bd Introduce note deletion functionality 2019-02-26 20:28:36 +03:00
c-okelly
31aad05668 Add new createModel Api end point without documentation 2019-02-22 18:51:01 +00:00
Alex Yatskov
ed4fec5549
Merge pull request #107 from derxe/patch-2
Bug fix, duplicate audio filenames
2019-02-18 08:47:45 -08:00
derxe
9330e23d8a
Bug fix, duplicate audio filenames
Fix the bug where old file name was referenced in the audio field. 

The problem was, if the audio file we were trying to save already existed it got automatically saved with a different name (the number was appended to the end), but inside the card the incorrect old filename was referenced.
2019-02-18 16:42:29 +01:00
1786110939 Updating README.md 2019-02-03 08:48:57 -08:00
24e70fac57 Updating README.md 2019-02-02 11:13:36 -08:00
ebd569ee23 Updating README.md 2019-02-02 09:06:47 -08:00
e9d0675b82 Updating README.md 2019-02-01 19:56:51 -08:00
1448c8d43f Updating README.md 2019-01-05 19:51:38 -08:00
4a57c7aabe Updating README.md 2019-01-05 19:43:44 -08:00
Alex Yatskov
3cb97f6023
Merge pull request #101 from z1lc/patch-1
Add API endpoint to load a profile
2018-12-01 19:53:24 -08:00
rsanek
e54e95eb7e update readme 2018-12-01 19:48:06 -08:00
Robert Sanek
0fe61050c9
Update AnkiConnect.py 2018-12-01 19:42:56 -08:00
Robert Sanek
8c3390106a
Add API endpoint to load a profile
If this needs tests please let me know
2018-12-01 08:13:38 -08:00
aa7b277927 update formatting in readme 2018-11-07 12:52:30 -08:00
Alex Yatskov
bdeb2fe0c5
Merge pull request #99 from bertoncelj1/feature_allowDuplicate
Add option to allow adding duplicate notes
2018-11-07 12:50:48 -08:00
Anže Bertoncelj
36a55adf0a Add option to allow adding duplicate notes 2018-11-07 21:05:02 +01:00
Alex Yatskov
01e506588c
Merge pull request #97 from HelenFoster/https-fix
Use AnkiRequestsClient for downloads in Anki 2.1
2018-10-19 10:59:41 -07:00
Helen Foster
136a6ec2f6 Use AnkiRequestsClient for downloads in Anki 2.1
Fixes #96
2018-10-19 13:20:42 +01:00
7bb03108be Updating README.md 2018-09-15 20:21:03 -07:00
Alex Yatskov
47a99111c7
Merge pull request #88 from louietan/master
Convert iterator to list to make it JSON serializable.
2018-07-29 10:46:54 -07:00
louie
6a1a90e753 Convert iterator to list to make it JSON serializable. 2018-07-29 16:11:50 +08:00
Alex Yatskov
da4252cb11
Merge pull request #86 from bertoncelj1/patch-1
Change addNote auto fields parameter to array
2018-07-04 15:42:47 -07:00
Anže Bertoncelj
847c2b252a
Change addNote auto fields parameter to array
The "fields" parameter should be array instead of a string.
2018-07-03 15:50:50 +02:00
e4a9286989 adding logging 2018-06-30 11:23:13 -07:00
bddef5eabd temporarily remove travis until I get it working properly 2018-06-23 10:09:50 -07:00
f109f89d2f fixing more issues with audio 2018-06-23 09:53:28 -07:00
7d39517280 fix audio download 2018-06-22 18:51:22 -07:00
Alex Yatskov
f1a27b47cd
Merge pull request #83 from 1nsp1r3rnzt/master
fixed grammar mistake in duplicate
2018-06-20 16:43:14 -07:00
Ranjit Singh
2808fac33f fixed grammar mistake in duplicate 2018-06-20 13:48:45 -04:00
795709b9ac fix failing to create notes when audio could not be downloaded 2018-06-03 15:09:13 -07:00
0ca55353fa fix typo 2018-06-03 08:26:33 -07:00
Alex Yatskov
6882ca642a
Merge pull request #79 from CharlesHenry/master
Add template field to guiCurrentCard output + increment API_VERSION
2018-05-25 10:46:13 -07:00
Charles Henry
e38f92b159 Merge branch 'master' of https://github.com/FooSoft/anki-connect 2018-05-25 13:32:06 +01:00
Charles Henry
5768a28446 Update documentation and unit tests to use version 6 + include new template field in example output of guiCurrentCard 2018-05-25 13:31:32 +01:00
c95947e6f4 Updating README.md 2018-05-19 21:23:24 -07:00
Charles Henry
c32cf1eb7a Add template to getCurrentCard output + increment API_VERSION 2018-05-18 13:46:33 +01:00
Charles Henry
4cef534271 Merge branch 'master' of https://github.com/FooSoft/anki-connect 2018-05-18 13:40:39 +01:00
cd11abfc2a fix changeDeck tests 2018-05-09 14:20:20 -07:00
968341a66f add unit tests for cards 2018-05-08 20:38:28 -07:00
95ab8164cd updating note and deck tests 2018-05-08 18:47:45 -07:00
f79c98bb96 rename zip script 2018-05-08 18:31:52 -07:00
20a39f7604 work on deck tests 2018-05-08 18:29:29 -07:00
4ebcffb698 work on graphical tests 2018-05-08 18:17:26 -07:00
c39e092a04 add graphical tests 2018-05-08 18:16:36 -07:00