-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 2.1 branch from flerda #2
Commits on Jan 14, 2013
-
Bumping beta version, I find it strange that it was still beta1, mayb…
…e I did a mistake when branching/pulling?
Configuration menu - View commit details
-
Copy full SHA for b9744e6 - Browse repository at this point
Copy the full SHA b9744e6View commit details
Commits on Jan 20, 2013
-
note type manager needs to ignore the default note type for current d…
…eck (dae/anki c335ea2cee) - No real change, as we don't use aqt/models:_tmpNote() that uses this change - still I optimized a bit the Models.current() calls and added some javadoc
Configuration menu - View commit details
-
Copy full SHA for a883db3 - Browse repository at this point
Copy the full SHA a883db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31e805 - Browse repository at this point
Copy the full SHA f31e805View commit details -
we must remove cards from learning queue on bury or they end up with …
…an invalid status when unburied (dae/anki aefc58d5d5)
Configuration menu - View commit details
-
Copy full SHA for 58d47f9 - Browse repository at this point
Copy the full SHA 58d47f9View commit details -
Issue 1567: Handle failure to fetch card count.
If the card count is not fetched correctly, we should fail the import.
Configuration menu - View commit details
-
Copy full SHA for 2ef32ed - Browse repository at this point
Copy the full SHA 2ef32edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2949285 - Browse repository at this point
Copy the full SHA 2949285View commit details -
Merge pull request #5 from flerda/v2.0.1-npe
Issue 1567: Handle failure to fetch card count.
Configuration menu - View commit details
-
Copy full SHA for c574949 - Browse repository at this point
Copy the full SHA c574949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8643715 - Browse repository at this point
Copy the full SHA 8643715View commit details -
Merge pull request #25 from iniju/v2.0.1-libanki-update-to-anki-v2.0.5
Libanki update to anki v2.0.5
Configuration menu - View commit details
-
Copy full SHA for fe831fa - Browse repository at this point
Copy the full SHA fe831faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d08d3 - Browse repository at this point
Copy the full SHA a0d08d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c44e65 - Browse repository at this point
Copy the full SHA 8c44e65View commit details
Commits on Jan 21, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3f4c8f7 - Browse repository at this point
Copy the full SHA 3f4c8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e535b0 - Browse repository at this point
Copy the full SHA 8e535b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22077b - Browse repository at this point
Copy the full SHA f22077bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73fe526 - Browse repository at this point
Copy the full SHA 73fe526View commit details
Commits on Jan 22, 2013
-
Merge pull request #27 from iniju/v2.0.1-use-proper-json-null
Issue 1624: JSON problem with null values
Configuration menu - View commit details
-
Copy full SHA for a26d9ac - Browse repository at this point
Copy the full SHA a26d9acView commit details -
fix issue with getting stuck at flashscreen if dialog for 'have you a…
…lready upgraded?' comes up and we reply 'do nothing'
Configuration menu - View commit details
-
Copy full SHA for 4f888d2 - Browse repository at this point
Copy the full SHA 4f888d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b0acb - Browse repository at this point
Copy the full SHA f9b0acbView commit details -
Merge pull request #29 from iniju/v2.0.1-fix-cloze-tmpl-issue-1626
Issue 1626: Alternative cloze format causes crash.
Configuration menu - View commit details
-
Copy full SHA for cbe7bfe - Browse repository at this point
Copy the full SHA cbe7bfeView commit details -
Merge pull request #30 from iniju/v2.0.1-stuck-at-flashscreen
Stuck after skipping upgrade.
Configuration menu - View commit details
-
Copy full SHA for 1d64c85 - Browse repository at this point
Copy the full SHA 1d64c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6ef22 - Browse repository at this point
Copy the full SHA cc6ef22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a970a4 - Browse repository at this point
Copy the full SHA 5a970a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804f735 - Browse repository at this point
Copy the full SHA 804f735View commit details -
Merge pull request #8 from flerda/v2.0.1-time-strings
Issue 1621: Change error messages for wrong time.
Configuration menu - View commit details
-
Copy full SHA for e12dcfb - Browse repository at this point
Copy the full SHA e12dcfbView commit details -
Merge pull request #7 from flerda/v2.0.1-filtered
Issue 1619: Change "dynamic" to "filtered" deck.
Configuration menu - View commit details
-
Copy full SHA for 996e29d - Browse repository at this point
Copy the full SHA 996e29dView commit details -
Merge pull request #9 from flerda/v2.0.1-whitespace
Removing some extra whitespace.
Configuration menu - View commit details
-
Copy full SHA for d3ad375 - Browse repository at this point
Copy the full SHA d3ad375View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf7282e - Browse repository at this point
Copy the full SHA bf7282eView commit details
Commits on Jan 23, 2013
-
Merge pull request #32 from iniju/v2.0.1-dev
Catch up merge from iniju into 2.0.1
Configuration menu - View commit details
-
Copy full SHA for bd724ad - Browse repository at this point
Copy the full SHA bd724adView commit details -
make json serializations compatible with anki: Python's json.dumps()
function doesn't escape forward slashes when serializing. Android's org.json.JSONObject.toString() function does escape them. That means that when we save some card templates (frequently having tags that have a forward slash when closing) we might be breaking them.
Configuration menu - View commit details
-
Copy full SHA for 6762874 - Browse repository at this point
Copy the full SHA 6762874View commit details -
Merge pull request #31 from iniju/v2.0.1-json-escape-fix
Fix for JSON escaping.
Configuration menu - View commit details
-
Copy full SHA for 7fd41b5 - Browse repository at this point
Copy the full SHA 7fd41b5View commit details -
Merge pull request #33 from flerda/v2.0.1-dev
Catch up merge from 2.0.1 into 2.1
Configuration menu - View commit details
-
Copy full SHA for d935e92 - Browse repository at this point
Copy the full SHA d935e92View commit details