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

29 Commits

Author SHA1 Message Date
Nicolas Raoul
bab5e8966d Version bump 2010-03-16 00:00:42 +09:00
Edu Zamora
4055e3f358 Identified and solved the problem that prevent some devices (like Droid and Nexus One) to load and modify Anki decks. 2010-03-06 12:21:38 +01:00
Nicolas Raoul
76accf2da2 Merged contributions from Edu and Brennan 2010-02-18 14:22:48 +09:00
Edu Zamora
c16d938088 Changed the project build target and included targetSdkVersion on AndroidManifest.xml. 2010-02-17 09:04:13 +01:00
Edu Zamora
0d75189fab Added support for multiple screen sizes and densities on AndroidManifest.xml. 2010-02-16 16:35:46 +01:00
brennan-daguilar
201d6040eb Added basic support for editing cards.
- New CardEditor Activity created
- Deck, DeckTask, and Ankidroid modified to handle opening the card in the editor, saving changes to the database, and redisplaying updated card.

- TODO: add support for adding new card.
	- Create a new card in the deck,
	- Edit the new card as if it were an existing card.
2010-02-14 01:35:45 -05:00
Edu Zamora
c115b64906 Added image support in cards and fixed a little bug that prevented DeckPicker to work properly with different deck paths. 2009-12-13 20:54:19 +01:00
Casey Link
0ff08588a1 Update License headers based with names/emails on git blame.
Also removed trailing whitespace.
2009-12-06 01:36:36 -05:00
edu-zamora
1f137bf9c6 Srs branch merged into master. 2009-12-05 22:54:13 +01:00
Edu Zamora
cc0e9f68a7 Veecheck 2.0 library integrated and minor modifications (function intentToString in PrefState.java) to make it work like we expected (Veecheck is a library that allows us to check automatically for new updates and notify the user about them) 2009-12-01 18:54:40 +01:00
edu-zamora
fb38033722 Merge of all srs branches, fixed a new bug loading other decks and added a verification before unregistering the BroadcastReceiver on DeckPicker.java 2009-11-24 17:15:24 +01:00
Casey Link
e762927d23 Add default license header to all the files. PLEASE, authors, add your copyrights to the files you have edited. 2009-11-24 08:30:05 -05:00
edu-zamora
bf0e561f87 First version of the Update Notification System. 2009-11-24 13:53:25 +01:00
Casey Link
8f26dda080 Add DeckPreferences (aka, Study Options). This activity allows for the editing of the currently loaded Deck's Settings. 2009-11-20 09:52:12 -05:00
Casey Link
594196bd69 Create AnkidroidApp, a singleton, which holds the reference to the currently loaded Deck. 2009-11-20 09:49:44 -05:00
Casey Link
e04c5c5427 compile fixes for java 1.6 2009-11-20 05:22:29 -05:00
edu-zamora
dfef1d820a Unregistered the BroadcastReceiver on onStop, fixed a minor bug and added a verification for the ProgressBar Dialog to make it work correctly on the emulator. 2009-11-09 13:31:35 +01:00
edu-zamora
e2903b9df8 Added message informing the user when there is no deck loaded, removed the title bar from Ankidroid Activity from Manifest, fixed some minor bugs and cleaned and reorganized the code. 2009-11-06 17:45:32 +01:00
Eduard Zamora Suriñach
008ce58291 Fixed the DeckPicker bug where it crashed when there was some file ending in '.anki' that was not a real anki file. 2009-11-03 13:08:43 +01:00
edu-zamora
ab4f8fc3bf Fixed the bugs involving rotation of the device: Now the deck is not reloaded when the orientation changes and it's possible to write on all Whiteboard's surface in every possible orientiation 2009-10-23 11:07:50 +02:00
Daniel Svärd
3b291a4c22 Moved UI strings for deck picker to resources
Moved all the UI strings for the deck picker screen into strings.xml so
that they can be changed easily and to enable future translation.
2009-10-04 18:47:18 +02:00
nicolas-raoul
172a95ca9b Fixed typo, replaced outdated README with link to Wiki, bumped version code and version name as I published the app to the Android Market 2009-09-25 21:36:00 +09:00
nicolas-raoul
f2fdd1104e Finished preferences, now remember the deck from last time, added About box 2009-08-28 22:02:45 +09:00
nicolas-raoul
e6ba3f6022 Integrated sample preferences dialog found at www.kaloer.com/android-preferences 2009-08-28 20:02:37 +09:00
nicolas-raoul
97b7d20d64 Renamed FlashCard to Ankidroid because Android was confused not finding it. Also: Skip suspended cards 2009-08-26 20:21:13 +09:00
nicolas-raoul
9b95ab5445 Added missing Javadoc comments, removed debug code, cleaned, prepared for signed delivery 2009-08-24 20:17:04 +09:00
nicolas-raoul
0284a44cf2 Started to implement spaced repetition, work in progress 2009-08-18 20:30:55 +09:00
nico
7f858dec66 Removed generated R.java; modified some settings required by Market; added filtering Java code so that deck selector only shows deck files 2009-06-28 18:04:10 +09:00
Casey Link
58f719fe10 initial import 2009-06-03 10:56:54 -04:00