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

1512 Commits

Author SHA1 Message Date
ospalh
b6b1df2ad8 Tweaks for the inline replay button
Make the replay button scale up for large text, but use a minimum size for small text, and make the button vertically align.
2016-03-23 12:25:42 +01:00
Mark Carter
8675055130 Add support for sortf field when adding new model 2016-03-23 00:18:31 +08:00
Houssam Salem
4a01534401 Fix activity with back icon not going back
A NavigationDrawerActivity that opts to have a back button as the
navigation button will also override the button behaviour to go back.
2016-03-20 22:01:14 +11:00
Tim Rae
00e6e3dab9 Merge pull request #4158 from timrae/rogue-check
Check for 'rogue clients' that don't declare READ_WRITE_PERMISSION in manifest
2016-03-20 17:17:50 +09:00
Timothy Rae
83ee9c4521 Add a check for 'rogue clients' that don't even declare READ_WRITE_PERMISSION in manifest 2016-03-20 16:47:30 +09:00
rubyu
98515e1f7f fix an issue that a data in cookies may be lost 2016-03-19 07:57:14 -07:00
Timothy Rae
92ee137382 Bumped version to 2.6alpha18
@branch-specific
2016-03-19 14:15:59 +09:00
John K. Luebs
419fbe302e Fix broken custom sync server media server url generation
Commit 8273eb8e2c fixed a mistake in
the way custom sync server URLs are assembled, but at the same time it
broke the generation of the media server URL.
2016-03-19 01:06:10 -04:00
ospalh
3984d5156d Use inlined SVG for the replay button
Use inlined SVG for the replay button, but not for Android 2.3, where inlined SVG seems not to work.
Also renamed the file in assets (for Android 2.3) to a more generic name not associated with the old image.
2016-03-18 10:14:10 +01:00
timrae
f5fab36ce3 Restrict ContentProvider permissions on Android M and note update/delete 2016-03-17 16:03:16 +09:00
kelciour
0bd3dd2cd0 Fixed #4041. 2016-03-16 14:05:59 +03:00
Mark Carter
abddd2e6a2 enforce permissions on update/delete in provider 2016-03-15 11:48:20 +08:00
Timothy Rae
20c07a43b0 Decouple ContentProviderTest from API 2016-03-12 13:20:41 +09:00
Houssam Salem
e27e627de7 Disable pre-dexing on Travis 2016-03-12 09:45:45 +11:00
Timothy Rae
1bde1a8a43 Bumped version to 2.6alpha17
@branch-specific
2016-03-11 13:58:26 +09:00
Timothy Rae
9818f7152f Updated strings from Crowdin 2016-03-11 13:50:40 +09:00
Tim Rae
cfca218fb5 Merge pull request #4126 from hssm/nav-button-onclick
Fix nav drawer not opening with gestures enabled
2016-03-11 13:48:18 +09:00
Houssam Salem
aa043c2bee Support library updates 2016-03-11 15:14:30 +11:00
Houssam Salem
9d6050413d Fix issue with nav drawer not opening when locked with gestures
Also updated deprecated method.
2016-03-11 15:13:29 +11:00
Tim Rae
a169758dd0 Merge pull request #4123 from timrae/provider-api-duplicates
Add support for selection args in the notes table in ContentProvider
2016-03-10 20:26:43 +09:00
Houssam Salem
3e31f9299e Use non-zero layout width for xlarge layouts
Fixes an issue introduced with the new support libraries where the
decklist always anchors to the top on the dual-pane layout.
2016-03-10 10:04:21 +11:00
Timothy Rae
9e0ab0b15c Add support for selection args in the notes table in ContentProvider
and bring API duplicate checking in-line with Anki Desktop
2016-03-10 03:21:55 +09:00
Tim Rae
7fdc70cc94 Merge pull request #4110 from marcardar/notes-bulk-insert
Added support for bulk insert of Notes: 2000% faster
2016-03-08 23:18:42 +09:00
Mark Carter
7d110c5367 Added content provider support for bulkInsert() or multiple notes into a single deck. This is done by including a new deckId query parameter in the uri.
For example: content://com.ichi2.anki.flashcards/notes?deckId=1234567890123
AddContentApi supports this with a new addNotes() method. The Api does the duplicate checking to make sure no duplicates are passed to bulkInsert().
These implementations check whether the provider supports these new features using a spec version code defined as a meta-data key of the provider in the manifest.
The new bulkInsert support for notes is 2000% faster (based on inserting 2100+ notes) than inserting notes one-by-one (as in the old way).
2016-03-08 22:10:13 +08:00
Tomas Musilek
45803c034e issue - 4113
Only formating of the one if block
2016-03-07 20:19:02 +01:00
Tobias Preuss
b288e2f082 Use design time layout attributes to preview layouts with example values.
+ Texts and colors are not included in the compiled APK.
+ See http://tools.android.com/tips/layout-designtime-attributes
2016-03-06 22:37:00 +01:00
Tobias Preuss
4db36ed487 Resolve deprecation warning for getDrawable() method. 2016-03-06 18:13:47 +01:00
Tobias Preuss
c1f44187fa Resolve deprecation warnings for getColor() method. 2016-03-06 18:13:26 +01:00
Glutanimate
49a26a22b0 Update inline playback button to material design (#4104) 2016-03-01 10:01:23 +01:00
Timothy Rae
5ef1b06f6c Bumped version to 2.6alpha16
@branch-specific
2016-02-29 09:38:48 +09:00
Tim Rae
fe8869bce7 Merge pull request #4103 from hssm/themes-colors
Make black theme default for night mode
2016-02-29 09:34:18 +09:00
Houssam Salem
14f5799166 Make black theme default for night mode
- Added a blue accent to the black theme
- Renamed default themes to "light" and "dark"
2016-02-28 23:11:16 +11:00
Houssam Salem
f8f3ab6ec2 Update to newer support libraries and build tools 2016-02-28 22:42:54 +11:00
Houssam Salem
86c4735cc3 Merge pull request #4095 from hssm/lint-cleanup
Remove dead code and small cleanup of utils
2016-02-22 13:19:05 +11:00
Tim Rae
b548cb281c Merge pull request #4098 from timrae/fix-deck-override-default
Don't use default deck when deck override set to invalid deck
2016-02-22 10:39:48 +09:00
Timothy Rae
db039351fc Don't use default deck when deck override set to invalid deck
dae/anki@38b3632
2016-02-22 10:10:35 +09:00
Timothy Rae
f7318eb6ed Bumped version to 2.6alpha15
@branch-specific
2016-02-21 22:58:47 +09:00
Timothy Rae
9441a73e70 Updated strings from Crowdin 2016-02-21 22:54:39 +09:00
jvanprehn
6cce3f82ce Don't flash white when stats are first opened, change black on black to grey on black in statistics charts
- When you first open the stats, it now doesn't flashes white anymore
for a fraction of a second. Fixed by changing the background to
transparent like is done in the Reviewer.
- When using the black theme, the unseen cards are now shown as grey on
black in the pie chart instead of black
- When using the black theme, the cumulative line in the intervals chart
are now shown as grey on black instead of black on black
- When using the black theme, the counts bars in the hourly and weekly
breakdown chart are now shown as grey on black instead of black on black
2016-02-21 13:30:45 +01:00
Houssam Salem
720aee3a82 Remove dead code and small cleanup of utils 2016-02-20 13:12:35 +11:00
Houssam Salem
4e1a6276eb More lint fixes 2016-02-19 21:23:46 +11:00
Houssam Salem
dc532684d9 Lint warnings with automated fixes
Inluding:
unused imports
redundant typecasts
unused resource imports in xml
long literal ending with 'l' instead of 'L'
Explicit type can be replaced with <>
'for' loop replaceable with 'foreach'
identical 'catch' branches in 'try' statement
'while' loop replaceable with 'foreach'
2016-02-19 18:31:24 +11:00
Houssam Salem
eb735b87c0 Merge pull request #4093 from hssm/themes-colors
Lint fixes and minor cleanup
2016-02-19 18:28:29 +11:00
Houssam Salem
04ba182a45 Restore border width in black theme 2016-02-19 15:24:15 +11:00
Houssam Salem
c993a3398e Fix some lint warnings and clean up Info layout 2016-02-19 15:12:44 +11:00
timrae
db90bc98a1 Bumped version to 2.6alpha14
@branch-specific
2016-02-17 13:02:18 +09:00
Houssam Salem
26ddb2d8cc Theme fixes 2016-02-17 13:54:18 +11:00
Timothy Rae
dc29d19e38 Bumped version to 2.6alpha13
@branch-specific
2016-02-14 13:12:11 +09:00
Timothy Rae
542baf6ec6 Updated strings from Crowdin 2016-02-14 13:10:49 +09:00
jvanprehn
0704807494 Use Theme in Statistics
Using Theme in Statistics fixes
https://github.com/ankidroid/Anki-Android/issues/3622
2016-02-13 22:07:39 +01:00
Houssam Salem
cb30b775d3 Use theme colors for buttons (fixes touch effect) 2016-02-12 22:55:19 +11:00
Timothy Rae
bb544370f7 Bumped version to 2.6alpha12
@branch-specific
2016-02-08 18:37:02 +09:00
Timothy Rae
bb598b3788 Updated strings from Crowdin 2016-02-08 18:21:17 +09:00
Houssam Salem
448ea4fb5b Simplify themes and make them more consistent
Some fixes and minor adjustments to colors
2016-02-08 02:11:39 +11:00
Timothy Rae
2256a9cf05 Bumped version to 2.6alpha11
@branch-specific
2016-02-03 23:51:21 +09:00
Timothy Rae
304cf0005c Updated strings from Crowdin 2016-02-03 23:50:06 +09:00
Houssam Salem
9d930a3486 Use proper answer button text colors 2016-02-03 22:36:24 +11:00
Timothy Rae
7ae4657c2d Bumped version to 2.6alpha10
@branch-specific
2016-01-31 20:43:14 +09:00
Timothy Rae
9d8a325527 Merge branch 'develop' of github.com:ankidroid/Anki-Android into develop 2016-01-31 20:41:18 +09:00
Timothy Rae
18ab072934 Bumped version to 2.6alpha9
@branch-specific
2016-01-31 20:32:51 +09:00
Timothy Rae
8460de8e10 Updated strings from Crowdin 2016-01-31 20:31:33 +09:00
Houssam Salem
580ce25799 Black theme: white text and consistent count colors 2016-01-31 22:27:23 +11:00
Houssam Salem
39860992ef Colored answer buttons in black theme. 2016-01-31 21:39:33 +11:00
Timothy Rae
139ced774c Bumped version to 2.6alpha8
@branch-specific
2016-01-30 23:11:10 +09:00
Timothy Rae
d3a9ac5f45 Updated strings from Crowdin 2016-01-30 23:08:33 +09:00
Houssam Salem
c4eba5b23a Add theme selector
Added two new themes: plain (day) and black (night)
2016-01-30 19:26:51 +11:00
Timothy Rae
709331f4e4 Bumped version to 2.6alpha7
@branch-specific
2016-01-30 01:08:23 +09:00
Timothy Rae
636b68168c Updated strings from Crowdin 2016-01-30 01:02:09 +09:00
Tim Rae
f5ba742191 Merge pull request #4073 from timrae/intent-matcher
Simplify apkg intent filter and block application/zip with file://
2016-01-30 00:58:25 +09:00
Timothy Rae
e5f5a2f618 Simplify apkg intent filter and block application/zip with file:// 2016-01-30 00:55:02 +09:00
Tim Rae
289806c51c Merge pull request #4072 from timrae/browser-deck-remember
Permanently remember last deck in CardBrowser when coming from DeckPicker
2016-01-30 00:50:44 +09:00
Timothy Rae
f9883e71ae Permanently remember deck id in CardBrowser coming from DeckPicker 2016-01-29 23:01:24 +09:00
Timothy Rae
179912b1d8 Fix some string formatting 2016-01-29 21:21:05 +09:00
Timothy Rae
68cbc474c6 Fix warnings in browser 2016-01-29 11:52:09 +09:00
rvanprehn
9e0852534a Make forecast statistic predictive
Put all commits from pull-request
https://github.com/ankidroid/Anki-Android/pull/4065/files into one
commit. That pull-request is based on issue
https://github.com/ankidroid/Anki-Android/issues/3619
2016-01-27 21:56:32 +01:00
Enno Hermann
715699c733 Three timer and auto-answer fixes.
1. Explicitly enforce automatically showing question/answers only for values > 0 (previously gestures and edits caused a "fall through" by circumventing mLastClickTime).
2. Start card timer after undo (previously the start time was left at the default NaN which caused pause-resume after an undo to always reset the UI timer).
3. Restart card timer after edits that changed the card (previously only the UI timer was restarted, which however was then reset back to the old card timer's value after a pause-resume).
2016-01-23 01:13:51 +00:00
Timothy Rae
9e5bd64a1b Bumped version to 2.6alpha6
@branch-specific
2016-01-22 00:41:46 +09:00
Enno Hermann
60c1c085d1 Bold font fix and streamline "Rename" dialogs. 2016-01-21 15:29:03 +00:00
John Dematis
fbf9ad280a Edit Note check mark text changed to "Save"
Issue #3894
2016-01-19 17:58:46 +02:00
Aron
3725ce7582 Added set TTS lanuage in context reviewer menu
Updated reset languages text in Advanced Preferences.

Updated reset languages text in Advanced Preferences.

Updated reset languages text in Advanced Preferences.
2016-01-13 00:30:30 +01:00
Timothy Rae
243fb3e271 Bumped version to 2.6alpha5
@branch-specific
2016-01-08 13:45:18 +09:00
Timothy Rae
e1d85e2778 Updated strings from Crowdin 2016-01-08 13:43:12 +09:00
Houssam Salem
60d6e07ee6 Import rework
Rewrote the structure of the importers to match the original.

Updated the Anki 2 .apkg importer to support all features of the desktop
client (i.e., updates and dupe handling). Improved error handling and
progress updating.

Collection objects must now be created with a Context. The Context can
be retrieved wherever a Collection object exists. As a consequence of
this change, some open/close logic in the full sync code has been
reviewed and slightly reworked.
2016-01-08 15:11:18 +11:00
Tim Rae
6f6fc3b075 Improve description of cursor_size_limit_exceeded 2016-01-04 12:59:59 +09:00
Timothy Rae
d64a50f257 Bumped version to 2.6alpha4
@branch-specific
2016-01-04 01:32:14 +09:00
Timothy Rae
64f586d766 Updated strings from Crowdin 2016-01-04 01:25:57 +09:00
Tim Rae
5fe5089640 Merge pull request #4034 from timrae/add-back-custom-tabs
Add back custom tabs when opening doc links
2016-01-04 01:22:03 +09:00
Tim Rae
e94a3eba80 Merge pull request #4033 from timrae/database-fixes
Check for IllegalStateException when opening DB due to 1MB cursor limit
2016-01-04 01:21:52 +09:00
Timothy Rae
d219ebdfc3 Add back custom tabs when opening doc links
Fixes #4032
2016-01-04 00:53:17 +09:00
Timothy Rae
31a9dea67b Check for IllegalStateException when opening DB due to 1MB cursor limit 2016-01-04 00:46:57 +09:00
Houssam Salem
a7858f727e switch over to per-day sibling burying
44b83d9bd8

Also remove lock() call which the desktop client doesn't have.
2016-01-02 11:06:20 +11:00
Timothy Rae
4ed38db8d8 Bumped version to 2.6alpha3
@branch-specific
2015-12-30 19:22:24 +09:00
Tim Rae
2107d60780 Merge pull request #4027 from timrae/custom-sync-server-fix-stupid
Fix broken custom sync server url generation
2015-12-30 19:21:16 +09:00
Timothy Rae
8273eb8e2c Fix broken custom sync server url generation 2015-12-30 19:19:31 +09:00
Timothy Rae
214a1a6f67 Bumped version to 2.6alpha2
@branch-specific
2015-12-30 18:52:40 +09:00
Timothy Rae
da3d085cd9 Updated strings from Crowdin 2015-12-30 18:51:08 +09:00
Tim Rae
e322c76ed6 Merge pull request #4026 from timrae/custom-sync-server
Add ability to use custom sync server
2015-12-30 18:46:14 +09:00
Timothy Rae
11e20928c1 Add ability to use custom sync server
Make it clear that AnkiWeb is not affiliated with AnkiDroid
2015-12-30 18:24:44 +09:00
Timothy Rae
5b355fa2d4 Bumped version to 2.6alpha1
@branch-specific
2015-12-28 22:12:09 +09:00
Timothy Rae
d525dffad4 Updated strings from Crowdin 2015-12-28 22:08:48 +09:00
Tim Rae
b84b419674 Merge pull request #4024 from timrae/refresh-on-sync-cancel
Clean up several things
2015-12-28 22:03:55 +09:00
Timothy Rae
222f2b2217 Show correct error dialog when collection inaccessible
* Fix a bug where only the general "collection inaccessible" dialog was shown even when more specific ones like "SD card not mounted" would be more appropriate
* Renamed "Collection path" to "AnkiDroid directory" to match R.string.directory_inaccessible
* Also removed some more obsolete code for downloading shared decks and checking WAL status
2015-12-28 18:56:08 +09:00
Timothy Rae
79b93e9b04 Update deck list even after sync is cancelled 2015-12-28 16:49:03 +09:00
Timothy Rae
16ab914770 delete obsolete html asset for shared deck downloading 2015-12-28 16:48:43 +09:00
Tim Rae
f42de64a9c Merge pull request #4022 from hssm/gesture-mark-refresh
Fix mark card with gesture not updating action bar
2015-12-28 07:06:23 +09:00
Houssam Salem
da7db2a84f Fix mark card with gesture not updating action bar 2015-12-28 08:36:12 +11:00
Houssam Salem
3fc2d0c8b6 Fix max characters on reschedule note dialog 2015-12-21 17:55:49 +11:00
Timothy Rae
c2c44ba429 Remove material drawer depenency 2015-12-19 17:59:27 +09:00
Timothy Rae
5a58ba8528 Merged '69df36f' from hotfix-2.5.5: Don't report duplicate caught crashes 2015-12-16 22:14:01 +09:00
Timothy Rae
96114032ee Merged '5e82396' from hotfix-2.5.5: Updated strings from Crowdin 2015-12-16 22:14:01 +09:00
Timothy Rae
4f467f30b4 Merged '7e45917' from hotfix-2.5.5: Fix overflow menu background 2015-12-16 22:14:01 +09:00
Houssam Salem
69df36fd2b Merge pull request #4001 from timrae/crash-duplicates
Don't report duplicate caught crashes
2015-12-15 23:47:20 +11:00
Timothy Rae
b476bd0f4b Don't report duplicate caught crashes 2015-12-15 17:12:55 +09:00
Timothy Rae
1926fcc7d8 Bumped version to 2.5.4
@branch-specific
2015-12-14 21:43:07 +09:00
Timothy Rae
5e82396c37 Updated strings from Crowdin 2015-12-14 21:38:06 +09:00
Timothy Rae
1065dfd0c3 Fix overflow menu background 2015-12-14 20:47:30 +09:00
Timothy Rae
8e33caadeb Merged 'd7260a4' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-14 17:57:49 +09:00
Timothy Rae
595561dfdc Merged 'd72c422' from hotfix-2.5.3: Update in-app changelog 2015-12-14 17:57:49 +09:00
Timothy Rae
dd1f87031a Merged '57c2a59' from hotfix-2.5.3: Add null check to media exporter 2015-12-14 17:57:49 +09:00
Timothy Rae
e7a6b2aef3 Merged '1e537f2' from hotfix-2.5.3: Remove "note" from "Add note" on floating add button 2015-12-14 17:57:49 +09:00
Timothy Rae
64ffaddda4 Merged '1cffd4d' from hotfix-2.5.3: Let AnkiDroid open zip files
It appears that the latest version of Gmail is now setting the MIME type of apkg files to application/zip so I've added an intent filter for that
2015-12-14 17:57:49 +09:00
Timothy Rae
e8293ec1b3 Merged 'bf1c9ee' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-14 17:57:49 +09:00
Timothy Rae
2edf8fc8ac Merged '3d785b1' from hotfix-2.5.3: f626797,479f721,f95f86e
Commit 'f626797'
Add a launch screen
Load Col on UI thread while splash screen visible instead of via Loader

Commit '479f721'
Refactor setting of resources from attributes to helper methods

Commit 'f95f86e'
Fix a crash due to null card in reviewer
2015-12-14 17:57:49 +09:00
Timothy Rae
aec168a15f Merged 'f607f67' from hotfix-2.5.3: Don't go to study options screen when deck empty or no cards to review 2015-12-14 17:57:49 +09:00
Timothy Rae
73cdfbd233 Merged 'd7f8e97' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-14 17:57:48 +09:00
Timothy Rae
c2f33b0d26 Merged 'cba95a0' from hotfix-2.5.3: Avoid building the decklist twice on startup 2015-12-14 17:57:48 +09:00
Timothy Rae
de68257ef0 Bumped version to 2.5.3
@branch-specific
2015-12-14 17:23:55 +09:00
Timothy Rae
d7260a4e57 Updated strings from Crowdin 2015-12-14 17:22:15 +09:00
Tim Rae
d72c42277d Merge pull request #3995 from timrae/changelog
Update in-app changelog
2015-12-14 17:20:08 +09:00
Timothy Rae
1c4a37b82e Update in-app changelog 2015-12-14 17:18:10 +09:00
Tim Rae
57c2a59836 Merge pull request #3994 from timrae/export-npe
Add null check to media exporter
2015-12-14 17:11:30 +09:00
Tim Rae
1e537f2630 Merge pull request #3993 from timrae/remove-note-from-add-note
Remove "note" from "Add note" on floating add button
2015-12-14 17:01:17 +09:00
Timothy Rae
6a7226f27d Add null check to media exporter 2015-12-14 17:01:09 +09:00
Timothy Rae
7163381ac5 Remove "note" from "Add note" on floating add button 2015-12-14 14:56:38 +09:00
Timothy Rae
f1b8552b8a Bumped version to 2.5.3beta9
@branch-specific
2015-12-14 04:17:21 +09:00
Tim Rae
1cffd4dae2 Merge pull request #3992 from timrae/open-apkg-as-zip
Let AnkiDroid open zip files
2015-12-14 04:15:50 +09:00
Timothy Rae
bcc2b2e863 Let AnkiDroid open zip files
It appears that the latest version of Gmail is now setting the MIME type of apkg files to application/zip so I've added an intent filter for that
2015-12-14 03:53:13 +09:00
Timothy Rae
440331b22a Bumped version to 2.5.3beta8
@branch-specific
2015-12-13 20:34:28 +09:00
Timothy Rae
bf1c9ee81b Updated strings from Crowdin 2015-12-13 20:31:10 +09:00
Houssam Salem
3d785b16bf Merge pull request #3989 from timrae/launch-screen
Add a launch screen
2015-12-13 22:22:24 +11:00
Timothy Rae
f95f86e17a Fix a crash due to null card in reviewer 2015-12-13 02:52:22 +09:00
Timothy Rae
479f7218cc Refactor setting of resources from attributes to helper methods 2015-12-13 02:52:22 +09:00
Timothy Rae
f6267972c9 Add a launch screen
Load Col on UI thread while splash screen visible instead of via Loader
2015-12-13 02:52:11 +09:00
Timothy Rae
b95e3abfd1 Don't go to study options screen when deck empty or no cards to review 2015-12-12 19:28:01 +09:00
Timothy Rae
24d0bb6db0 Bumped version to 2.5.3beta7
@branch-specific
2015-12-12 02:05:07 +09:00
Timothy Rae
d7f8e97111 Updated strings from Crowdin 2015-12-12 02:04:02 +09:00
Houssam Salem
189d07bb9d Avoid building the decklist twice on startup 2015-12-11 09:12:20 +11:00
Timothy Rae
2f0b25f9dc Merged '4dc4800' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:05 +09:00
Timothy Rae
9c4a61d988 Merged 'c51d400' from hotfix-2.5.3: Don't use FloatingActionsMenu below API 14 2015-12-10 02:51:05 +09:00
Timothy Rae
6ebe741c1f Merged 'd755c80' from hotfix-2.5.3: Revert erroneous changes from previous commit 2015-12-10 02:51:05 +09:00
Timothy Rae
2ac156656c Merged 'e4d44a8' from hotfix-2.5.3: 564a853,17e22c8
Commit '564a853'
Remove the rest of edit note undo

Commit '17e22c8'
Don't mark card asynchronously
2015-12-10 02:51:05 +09:00
Timothy Rae
5d9ad9f707 Merged '6c84a7b' from hotfix-2.5.3: Update empty card suggestion string 2015-12-10 02:51:05 +09:00
Timothy Rae
abe01047ee Merged 'df2a578' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:04 +09:00
Timothy Rae
28c75efa9b Merged 'e35a52b' from hotfix-2.5.3: Don't export media files with _ unless they are referenced in model
dae/anki#114
timrae/anki@6d850c9
2015-12-10 02:51:04 +09:00
Timothy Rae
37b4a67fb2 Merged 'a0f641c' from hotfix-2.5.3: 9e46930,384bf06
Commit '9e46930'
Don't add edits to undo queue

Commit '384bf06'
Remove undo mark note functionality
2015-12-10 02:51:04 +09:00
Timothy Rae
dc9501b47a Merged 'b34b207' from hotfix-2.5.3: Add color to notifications 2015-12-10 02:51:04 +09:00
Timothy Rae
a35d745e77 Merged '7666bfe' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:04 +09:00
Timothy Rae
2e81117c2a Merged '10d9476' from hotfix-2.5.3: Insert media at cursor position in note editor.
Behaviour is now the following:
* Text from text fields is always passed in (not only when editing notes).
* For text fields, the previous text is completely replaced.
* For fields with focus, media are inserted at the cursor position.
* For fields without focus, media are inserted at the end.
* Removed the " - " that was inserted when changing to a text field.
2015-12-10 02:51:04 +09:00
Timothy Rae
ddbba42a98 Merged '7c955f0' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:04 +09:00
Timothy Rae
4f219ce8bb Merged 'b463745' from hotfix-2.5.3: Add a cancel message while waiting to cancel the sync 2015-12-10 02:51:04 +09:00
Timothy Rae
3897949ddf Merged '7df0b66' from hotfix-2.5.3: Always go back to deck picker upon finishing reviewing 2015-12-10 02:51:03 +09:00
Timothy Rae
614fc1bf7f Merged 'b2e71fe' from hotfix-2.5.3: Fix automatic playback of consecutive videos 2015-12-10 02:51:03 +09:00
Timothy Rae
8ec4cb852b Merged 'af1855a' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:03 +09:00
Timothy Rae
27641aa4a1 Merged '5484ed8' from hotfix-2.5.3: Make filtered and ordinary deck click behavior consistent 2015-12-10 02:51:03 +09:00
Timothy Rae
2c84818c4c Merged 'fb2df6e' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:03 +09:00
Timothy Rae
b4f18186fe Merged 'e9fda28' from hotfix-2.5.3: 017ea3d,f730b32,508a838
Commit '017ea3d'
Skip sync cancel confirmation during first 2s

Commit 'f730b32'
Increase min width of counts layout button in deck picker

Commit '508a838'
Increase padding of congratulations message in studyoptions
2015-12-10 02:51:03 +09:00
Timothy Rae
968d9f6a78 Merged '7da9d91' from hotfix-2.5.3: Move transparent tag from Application to Activity 2015-12-10 02:51:03 +09:00
Timothy Rae
45192f2620 Merged 'b13f9a2' from hotfix-2.5.3: Workaround for crash on Samsung devices on Android 4.2
https://code.google.com/p/android/issues/detail?id=78377
2015-12-10 02:51:03 +09:00
Timothy Rae
f6ad6889dc Merged '517ea44' from hotfix-2.5.3: Don't show the progress bar when DeckPicker is resumed 2015-12-10 02:51:03 +09:00
Timothy Rae
672df33e1d Merged 'baf7f0c' from hotfix-2.5.3: Fix exit animation appearing below icons in the launcher 2015-12-10 02:51:02 +09:00
Timothy Rae
b430eee9bc Merged '2003821' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:02 +09:00
Timothy Rae
94caee6470 Merged 'ea2876f' from hotfix-2.5.3: b55a0b9,6f8fe2f
Commit 'b55a0b9'
Fix overlapping controls in studyoptions

Commit '6f8fe2f'
Use down animation when exiting deck picker
2015-12-10 02:51:02 +09:00
Timothy Rae
07b70fe7c1 Merged '0f94aca' from hotfix-2.5.3: 7e71628,ebbadd6
Commit '7e71628'
Remove redundant Google Translate filter

Commit 'ebbadd6'
Remove Google image search
2015-12-10 02:51:02 +09:00
Timothy Rae
ba9260b803 Merged '3e4519a' from hotfix-2.5.3: Use up animation to open deck picker instead of fade (like all other apps) 2015-12-10 02:51:02 +09:00
Timothy Rae
3fb2d35eb9 Merged 'dda1a23' from hotfix-2.5.3: Show progress bars when loading count tree in deck picker 2015-12-10 02:51:02 +09:00
Timothy Rae
45bf265217 Merged '92f60c1' from hotfix-2.5.3: Updated strings from Crowdin 2015-12-10 02:51:02 +09:00
Timothy Rae
65bb6c2e20 Merged 'a8f6cc8' from hotfix-2.5.3: 238dcd4,9245ef5
Commit '238dcd4'
Make the intent handler transparent to avoid white flash on startup

Commit '9245ef5'
Fix up clickable areas for each item in deck list
2015-12-10 02:51:02 +09:00
Timothy Rae
505c454c45 Merged '1d4ccbd' from hotfix-2.5.3: Allow back button to close navigation drawer and FAB 2015-12-10 02:51:02 +09:00
Timothy Rae
7b57b6193f Merged '1d1ecf6' from hotfix-2.5.3: Make counts clickable 2015-12-10 02:51:02 +09:00
Timothy Rae
b198d26da2 Merged 'fa77be2' from hotfix-2.5.3: 79d8d31,55d7b5d
Commit '79d8d31'
Merge pull request #3923 from hssm/empty-cards

Implement empty card removal
Commit '55d7b5d'
Fix crash opening AnkiDroid the first time on API23
2015-12-10 02:51:01 +09:00
Timothy Rae
463b5205b2 Bumped version to 2.5.3beta6
@branch-specific
2015-12-10 02:47:07 +09:00
Timothy Rae
4dc48003b3 Updated strings from Crowdin 2015-12-10 02:46:03 +09:00
Tim Rae
c51d40024b Merge pull request #3982 from timrae/dont-use-floating-menu-gingerbread
Don't use FloatingActionsMenu below API 14
2015-12-10 02:44:12 +09:00
Timothy Rae
3324b32926 Don't use FloatingActionsMenu below API 14 2015-12-10 02:38:55 +09:00
Houssam Salem
90daf48f48 Revert erroneous changes from previous commit 2015-12-09 13:35:22 +11:00
Houssam Salem
e4d44a8b47 Merge pull request #3978 from hssm/remove-undo-edit
Remove the rest of edit undo and mark card async
2015-12-09 13:20:11 +11:00
Houssam Salem
17e22c8384 Don't mark card asynchronously 2015-12-09 11:36:51 +11:00
Houssam Salem
564a853580 Remove the rest of edit note undo 2015-12-09 10:54:27 +11:00
Houssam Salem
6c84a7b144 Merge pull request #3976 from hssm/empty-card-string
Update empty card suggestion string
2015-12-09 10:19:05 +11:00
Houssam Salem
7170e1f1e1 Update empty card suggestion string 2015-12-09 10:11:51 +11:00
Timothy Rae
f55e3bae13 Bumped version to 2.5.3beta5
@branch-specific
2015-12-08 20:42:48 +09:00
Timothy Rae
df2a578faa Updated strings from Crowdin 2015-12-08 17:47:12 +09:00
Tim Rae
e35a52b0f4 Merge pull request #3965 from timrae/export-deck-media
Don't export media files to deck apkg unless they really are needed
2015-12-08 17:45:08 +09:00
Tim Rae
a0f641c53b Merge pull request #3970 from timrae/dont-undo-note-edits
Don't add edits to undo queue
2015-12-08 17:44:53 +09:00
Timothy Rae
384bf06bd6 Remove undo mark note functionality 2015-12-08 12:55:08 +09:00
Tim Rae
b34b2079f9 Merge pull request #3967 from timrae/notification-color
Add color to notifications and make content public
2015-12-08 12:44:32 +09:00
Timothy Rae
9e469307d5 Don't add edits to undo queue 2015-12-08 12:43:47 +09:00
Timothy Rae
0352b61375 Add color to notifications 2015-12-08 01:25:59 +09:00
Timothy Rae
8689c1af92 Don't export media files with _ unless they are referenced in model
dae/anki#114
timrae/anki@6d850c9
2015-12-07 20:03:47 +09:00
Timothy Rae
328e24d399 Bumped version to 2.5.3beta4
@branch-specific
2015-12-07 02:37:34 +09:00