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

7296 Commits

Author SHA1 Message Date
Houssam Salem
3bf2cbe190 Add missing gesture actions 2015-06-29 19:28:29 +10:00
Houssam Salem
0ddc6b8fba Fix strings with "card" that should be "note"
Fix strings with "card" that should be "note"
2015-06-29 17:43:43 +10:00
Tim Rae
8630cbeaf8 Merge pull request #873 from hssm/dyn-unbury
Expose unbury button for filtered decks
2015-06-29 15:01:31 +09:00
Tim Rae
ef8c7b7617 Merge pull request #874 from hssm/quote-tags
Quote tags when building tag-based custom study deck
2015-06-29 11:39:16 +09:00
Houssam Salem
27fd179149 Quote tags when building tag-based custom study deck 2015-06-27 18:21:08 +10:00
Houssam Salem
4cbe3c8f0d Expose unbury button for filtered decks 2015-06-27 17:30:32 +10:00
Houssam Salem
a5d665600f Merge pull request #872 from hssm/customstudy
Use correct JSON null value for delays in filtered deck.
2015-06-26 22:31:52 +10:00
Houssam Salem
36914e316d Use correct JSON null value for delays in filtered deck.
Fix for previous commit.
2015-06-26 22:28:10 +10:00
Houssam Salem
3a89a242cf Merge pull request #871 from hssm/customstudy
Fix custom steps not being disabled in filtered deck
2015-06-26 20:29:40 +10:00
Houssam Salem
d31fa947c9 Fix custom steps not being disabled in filtered deck 2015-06-26 20:22:13 +10:00
timrae
c0e3762a58 Bumped version to 2.5alpha40
@branch-specific
2015-06-22 23:51:02 +09:00
Tim Rae
1f52f44d6f Merge pull request #870 from ospalh/feature-footer-buttons-and-top-bar
Better night mode and top review counts bar
2015-06-22 23:42:37 +09:00
ospalh
5e3f658fea Fewer hard-coded numbers 2015-06-22 16:37:53 +02:00
ospalh
a71853b589 Better night mode and top review counts bar
* Move the review counts up a bit. Looks better without the border around the flash card
* Do not set the review buttons background to white explicitly. Probably redundant now
* Use 48 dp high flat buttons as persistent footer buttons. Rename the style, which is used only for these footer buttons
* Dark night mode top bar with light new, learn, review counts
2015-06-22 15:40:40 +02:00
Tim Rae
29d37cbb19 Merge pull request #869 from ospalh/feature-quick-fix-for-2661
Fix for 2661.
2015-06-22 18:26:29 +09:00
ospalh
1e8fc43ad3 Fix for 2661.
Look like you can stop the reviewer before `mSched` is set up. Don’t try to access it then.
2015-06-22 11:00:19 +02:00
timrae
04ad7d9615 Updated strings from Crowdin 2015-06-19 01:00:38 +09:00
Tim Rae
5cd71bf5c9 Merge pull request #868 from ospalh/feature-left-and-right-quotes
Clean up quotes ("…" → “…”), apostropes (x's → x’s ) and more
2015-06-19 00:22:21 +09:00
ospalh
923637889f Clean up screen texts. Many quotes ("…" → “…”) and apostropes (x's → x’s ), other clean-up. 2015-06-18 14:04:43 +02:00
Houssam Salem
92b9f11187 Merge pull request #867 from timrae/ereader-prefs
Hide scrolling preferences when there are no scrolling keys
2015-06-18 15:36:46 +10:00
timrae
a31dd656bc Hide scrolling preferences when there are no scrolling keys 2015-06-18 13:39:13 +09:00
timrae
1bc70a7f76 Bumped version to 2.5alpha39
@branch-specific
2015-06-17 14:46:18 +09:00
Tim Rae
b1902d5660 Merge pull request #866 from timrae/material-layouts
Update layouts for material design
2015-06-17 14:44:21 +09:00
timrae
4e1988e052 Use android.support.design.widget.FloatingActionButton 2015-06-17 14:31:56 +09:00
timrae
6917e3a3f2 Update layouts for material design
Add Coordinator layout to all Activities to enable swiping SnackBars
Move fitsSystemWindows attribute from theme to layout to fix bug in TagsDialog
2015-06-17 14:03:03 +09:00
timrae
01d050c15f Bumped version to 2.5alpha38
@branch-specific
2015-06-17 11:22:35 +09:00
Tim Rae
2fcc4b8f73 Merge pull request #863 from timrae/nav-drawer-header
Show a header image in the navigation drawer
2015-06-17 11:19:37 +09:00
timrae
ebc0bbd630 Show a header image in the navigation drawer 2015-06-17 11:08:13 +09:00
Tim Rae
953463d2b4 Merge pull request #865 from brunodea/allow-tags-with-commas
Fix: allow adding tags with commas.
2015-06-17 10:42:28 +09:00
Bruno Azevedo
af47a5df5e Fix: allow adding tags with commas.
* Also, after the user add a tag that was typed in the SearchView, the SearchQuery is set to empty.
2015-06-16 22:31:18 -03:00
Tim Rae
47c94589d0 Merge pull request #861 from brunodea/tags-dialog-toolbar
Added a Toolbar for the TagsDialog.
2015-06-17 09:44:24 +09:00
Bruno Azevedo
cf68df1acf Added Toolbar for TagsDialog.
* Removed old resources related to the TagsDialog;
* Added Dialog for adding a tag. However, if the SearchActionItem is expanded and is not empty, the user can add the typed tag by clicking the AddTagActionItem;
* The EditTexts in the Dialog for adding a tag and in the SearchView have a filter that doesn't allow the user to type spaces or commas;
* There is no more "knowsHowToAddTag" shared preference;
* Shows a Snackbar for new tags and when the tag already exists. For each case, a different message is shown;
* If the user tries to add a tag that already exists, it is simply checked for him;
* Empty tags are not added and no message is shown;
* The Toolbar uses the same style as the app-wide toolbar;
* The select all action selects or deselects only the tags being displayed;
* The SearchQuery hint is `Add/filter tags` when the dialog type is `TYPE_ADD_TAG`, otherwise it is `Filter tags`;
* The add menu action only is shown if the dialog is of the type `TYPE_ADD_TAG`.
2015-06-16 21:20:40 -03:00
Tim Rae
5fcaca3514 Merge pull request #864 from federvieh/defaultfieldvalues
Default value for first field when inserting notes through ContentProvider
2015-06-16 09:03:23 +09:00
Frank Oltmanns
95b357c836 Only use default value for first field of notes when inserting notes through ContentProvider. 2015-06-15 18:47:40 +02:00
Tim Rae
57d33da6fa Merge pull request #862 from ospalh/feature-no-card-border
Remove margin around flashcard content
2015-06-15 21:35:43 +09:00
ospalh
764ca5021d Use implicit margin and padding of 0 for flashcard and answer/ease buttons. 2015-06-15 11:41:21 +02:00
Tim Rae
f188027f1d Merge pull request #860 from brunodea/remove-styled-dialog
Removed StyledDialog related files.
2015-06-15 13:53:16 +09:00
Bruno Azevedo
c45247cc18 Removed StyledDialog related files. 2015-06-14 10:13:20 -03:00
timrae
f4abf8210b Bumped version to 2.5alpha37
@branch-specific
2015-06-14 13:15:56 +09:00
Tim Rae
f74bf4c399 Merge pull request #857 from timrae/video-formats
Only play videos if supported extension
2015-06-14 13:05:32 +09:00
Tim Rae
c9c4c34b46 Update material-dialogs version 2015-06-14 12:41:15 +09:00
Tim Rae
aedb93bd8f Merge pull request #858 from brunodea/tags-dialog-material-dialog
TagsDialog is now independent from StyledDialog.
2015-06-14 12:35:12 +09:00
Bruno Azevedo
2f7a989d88 TagsDialog is now independent from StyledDialog.
Also, fixed issue 2168: "Make selected tags show up at the top of the tag list".
2015-06-13 23:49:30 -03:00
timrae
5e84b1e23e Only play videos if supported extension 2015-06-14 00:25:49 +09:00
Houssam Salem
80521e0e9b Merge pull request #854 from timrae/navigation-view
Switch nav. drawer to new NavigationView class (don't merge yet)
2015-06-13 21:04:08 +10:00
Houssam Salem
633db57707 Merge pull request #856 from hssm/noteeditorsave
Maintain and restore NoteEditor state across activity restarts
2015-06-13 08:44:47 +10:00
Houssam Salem
e4917a1aae Maintain and restore NoteEditor state across activity restarts 2015-06-13 08:43:27 +10:00
Houssam Salem
a5fb85dab5 Merge pull request #855 from agrueneberg/noteeditor-setdid
Preserve deck selection by not setting did in setNote
2015-06-13 08:08:03 +10:00
Alexander Grüneberg
6d87dee583 Preserve deck selection by not setting did in setNote. 2015-06-12 11:05:27 -05:00
timrae
f0245d4b17 Switch nav. drawer to new NavigationView class 2015-06-12 09:33:39 +09:00