0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
Commit Graph

740 Commits

Author SHA1 Message Date
timrae
4be4bb1492 Bumped version to 2.5alpha61
@branch-specific
2015-09-27 15:04:12 +09:00
timrae
8e65953f26 Upgrade HttpClient from stock Android to Apache 4.4.1 2015-09-27 14:20:10 +09:00
timrae
f1a97a0ae5 Bumped version to 2.5alpha60
@branch-specific
2015-09-27 13:04:57 +09:00
Tim Rae
5eaf256d51 Merge pull request #3672 from timrae/squeenix_note_type_editor
Squeenix note type editor
2015-09-27 12:51:15 +09:00
timrae
3f1743e187 Fix some mistakes and do code cleanup on model editor 2015-09-27 12:34:26 +09:00
squeenix
a3663ccc0a Added model editor
Added respositioning tool and made field tasks async
Fixed formatting and a few strings
Fixed the title in the field editor dialogue
Added changing sort field as an async task
Lots of cleanup, moved to deckpicker menu, various refactoring, various fixes
Fixed string for adding field
Minor formatting
Added confirmation dialogs and minor usability concerns
Many small style changes
2015-09-27 00:13:18 +09:00
timrae
fcebf39b23 Fix some issues with deck picker and study options
Highlight selected deck properly on tablet (closes #3666)
Don't show "congratulations" message or graph when deck is empty
Offer the user some help if they click on an empty deck
Fix issue where FAB wasn't rising above SnackBar
2015-09-26 18:36:21 +09:00
timrae
ba01fec64e Bumped version to 2.5alpha59
@branch-specific
2015-09-26 14:57:06 +09:00
Tim Rae
a794a54e98 Merge pull request #3644 from timrae/android-m
Update to SDK 23
2015-09-25 15:45:37 +09:00
Tim Rae
5e94142026 Merge pull request #3652 from hssm/max-timer
Fix review time counting and max timer display
2015-09-25 15:33:02 +09:00
Houssam Salem
882fb7eef3 Fix review time counting and max timer display
The timer displayed during review will now stop counting up when it
reaches the maximal answer time and will be highlighted red to indicate
that it has reached its limit (the desktop client does both).

This commit also changes the technique used to account for a card's true
review time after a pause and resume of the reviewer. The new technique
shifts back the *current* time by the elapsed interval instead of trying
to shift the original start time by the elapsed time.This prevents clock
changes from impacting the elapsed time.

This resolves the long-standing negative review time bug for which
there was a workaround in place, and thus removed in this commit.
2015-09-24 11:48:00 +10:00
timrae
1e70d3867b Bumped version to 2.5alpha58
@branch-specific
2015-09-18 20:51:13 +09:00
timrae
39859bd480 Give ripple effect to items in DeckPicker 2015-09-18 19:11:31 +09:00
timrae
01923d6a2a Fixes #3656 2015-09-16 18:59:02 +09:00
Tim Rae
28fe3acc43 Merge pull request #3655 from timrae/custom-font-override
Fix broken font override behavior
2015-09-15 12:31:43 +09:00
timrae
a34237b768 Fix broken font override behavior
We were using !important in the actual CSS font definitions which is wrong. E.g. @font-face {font-family: "kochi-mincho-subst" !important; font-weight: normal !important; font-style: normal !important; src: url("file:///sdcard/AnkiDroid/fonts/kochi-mincho-subst.ttf");}.
!important should only go in the class:
BODY, .card, * { font-family: "kochi-mincho-subst" !important; font-weight: normal !important; font-style: normal !important; }
2015-09-15 12:18:10 +09:00
timrae
10b0cd99ad Bumped version to 2.5alpha57
@branch-specific
2015-09-15 10:02:42 +09:00
timrae
29fbd1a3f7 Updated strings from Crowdin 2015-09-15 09:34:26 +09:00
Tim Rae
7798a84d19 Merge pull request #3653 from timrae/minor-tweaks
Fix broken DeckTask cancel logic
2015-09-15 02:11:01 +09:00
timrae
3e2fecac29 Fix broken DeckTask cancel logic 2015-09-15 01:56:45 +09:00
Houssam Salem
f4e9abe12a Dismiss context menu after deck rename
Also ignore attempts to rename deck to the same name. This saves us
from showing an error when there really wasn't anything wrong.
2015-09-13 16:18:23 +10:00
timrae
b949a16393 Reduce margins in DeckPicker 2015-09-13 01:44:57 +09:00
timrae
9d2df62f72 Make Browser search task cancel when necessary
Fixes #3647
2015-09-12 21:07:33 +09:00
timrae
e234eb79ce Make deck expander easier to tap 2015-09-12 20:18:03 +09:00
timrae
0da575532a Bumped version to 2.5alpha56
@branch-specific
2015-09-11 16:49:20 +09:00
timrae
778b60008d Merge branch 'develop' of github.com:ankidroid/Anki-Android into develop 2015-09-11 16:39:04 +09:00
timrae
6d7a99e679 Updated strings from Crowdin 2015-09-11 16:37:55 +09:00
Tim Rae
25462ed553 Merge pull request #3646 from timrae/api-squash
Small update to API
2015-09-11 16:37:15 +09:00
timrae
bb6144d1da Small update to API
remove unnecessary ref to context in some methods
add check for duplicates method
add a build script to make zip for jcenter
2015-09-11 16:27:17 +09:00
Tim Rae
52b794da5a Merge pull request #3630 from timrae/api-squash
Create API for easier integration with 3rd party apps
2015-09-11 05:22:22 +09:00
timrae
93b5e4dd08 Create API for easier integration with 3rd party apps 2015-09-11 05:08:18 +09:00
timrae
a5eb3889ad Update to SDK 23 2015-09-09 02:55:47 +09:00
timrae
f2eb8d87ae Fix the notification and widget counts 2015-09-08 23:37:53 +09:00
Tim Rae
0b385f6a40 Merge pull request #3639 from timrae/progress-bars
Replace progress bar on toolbar with progress bar in the main layout
2015-09-06 23:50:31 +09:00
timrae
a6de860cd3 Replace progress bar on toolbar with progress bar in the main layout 2015-09-06 23:19:39 +09:00
timrae
39df3debb4 Bumped version to 2.5alpha55
@branch-specific
2015-09-06 15:27:15 +09:00
Tim Rae
6e696efece Merge pull request #3637 from timrae/sync-cancel-fix
Sync cancel fix
2015-09-06 15:20:41 +09:00
timrae
9a769f2c04 Fix perceived crash when cancelling sync
don't allow cancellation of full sync
2015-09-06 15:19:47 +09:00
timrae
e31c71eefb Fix grey on grey colors in my account 2015-09-06 15:13:47 +09:00
timrae
b7f5780b1b Bumped version to 2.5alpha54
@branch-specific
2015-09-04 21:51:28 +09:00
timrae
bebaf8ec2b Add ability to cancel sync 2015-09-04 21:37:34 +09:00
timrae
7639df9131 Fix broken tablet layout 2015-09-04 21:17:20 +09:00
timrae
f52c40c4e1 Bumped version to 2.5alpha53
@branch-specific
2015-09-04 13:55:03 +09:00
Tim Rae
637f44a4c4 Merge pull request #3632 from timrae/snackbars
Show SnackBar instead of dialog when sync was successful
2015-09-04 13:48:16 +09:00
timrae
82f5a58552 Show SnackBar instead of dialog when sync was successful 2015-09-04 13:31:48 +09:00
timrae
fe3ac8593d Updated strings from Crowdin 2015-09-03 21:42:39 +09:00
timrae
252bb83bef Bumped version to
@branch-specific
2015-09-03 20:12:44 +09:00
timrae
f1a2cbd888 Fix black on grey icons in dialogs with night mode on 2015-09-03 18:37:20 +09:00
timrae
53eadec203 Pull translations from crowdin 2015-09-02 19:59:57 +09:00
Tim Rae
20a7a5247e Merge pull request #3579 from wlky/cpextension
ContentProvider: Fix for wrong "IllegalArgumentException"
2015-09-02 22:49:20 +12:00