Search in sources :

Example 66 with Card

use of org.liberty.android.fantastischmemo.entity.Card in project AnyMemo by helloworld1.

the class QuizQueuingManagerTest method testFilterCategory.

@SmallTest
@Test
public void testFilterCategory() throws Exception {
    CardDao cardDao = helper.getCardDao();
    Card c10 = cardDao.queryForId(10);
    assertNotNull(c10);
    Category cat = new Category();
    cat.setName("tt");
    c10.setCategory(cat);
    cardDao.update(c10);
    QueueManager queueManager = new QuizQueueManager.Builder().setDbOpenHelper(helper).setFilterCategory(cat).build();
    Card cqueue = queueManager.dequeue();
    assertEquals(10, (int) cqueue.getId());
}
Also used : Category(org.liberty.android.fantastischmemo.entity.Category) QuizQueueManager(org.liberty.android.fantastischmemo.queue.QuizQueueManager) CardDao(org.liberty.android.fantastischmemo.dao.CardDao) Card(org.liberty.android.fantastischmemo.entity.Card) QuizQueueManager(org.liberty.android.fantastischmemo.queue.QuizQueueManager) QueueManager(org.liberty.android.fantastischmemo.queue.QueueManager) Test(org.junit.Test) SmallTest(android.support.test.filters.SmallTest) AbstractExistingDBTest(org.liberty.android.fantastischmemo.test.AbstractExistingDBTest) SmallTest(android.support.test.filters.SmallTest)

Example 67 with Card

use of org.liberty.android.fantastischmemo.entity.Card in project AnyMemo by helloworld1.

the class CSVImporter method convert.

public void convert(String src, String dest) throws Exception {
    if (!new File(dest).exists()) {
        amFileUtil.createDbFileWithDefaultSettings(new File(dest));
    }
    AnyMemoDBOpenHelper helper = AnyMemoDBOpenHelperManager.getHelper(dest);
    CSVReader reader;
    if (separator == null) {
        reader = new CSVReader(new FileReader(src));
    } else {
        reader = new CSVReader(new FileReader(src), separator);
    }
    try {
        final CardDao cardDao = helper.getCardDao();
        String[] nextLine;
        final List<Card> cardList = new LinkedList<Card>();
        while ((nextLine = reader.readNext()) != null) {
            if (nextLine.length < 2) {
                throw new Exception("Malformed CSV file. Please make sure the CSV's first column is question, second one is answer and the optinal third one is category");
            }
            String note = "";
            String category = "";
            if (nextLine.length >= 3) {
                category = nextLine[2];
            }
            if (nextLine.length >= 4) {
                note = nextLine[3];
            }
            Card card = new Card();
            Category cat = new Category();
            LearningData ld = new LearningData();
            cat.setName(category);
            card.setCategory(cat);
            card.setLearningData(ld);
            card.setQuestion(nextLine[0]);
            card.setAnswer(nextLine[1]);
            card.setNote(note);
            cardList.add(card);
        }
        cardDao.createCards(cardList);
    } finally {
        AnyMemoDBOpenHelperManager.releaseHelper(helper);
        reader.close();
    }
}
Also used : Category(org.liberty.android.fantastischmemo.entity.Category) CSVReader(com.opencsv.CSVReader) LinkedList(java.util.LinkedList) Card(org.liberty.android.fantastischmemo.entity.Card) AnyMemoDBOpenHelper(org.liberty.android.fantastischmemo.common.AnyMemoDBOpenHelper) FileReader(java.io.FileReader) File(java.io.File) LearningData(org.liberty.android.fantastischmemo.entity.LearningData) CardDao(org.liberty.android.fantastischmemo.dao.CardDao)

Example 68 with Card

use of org.liberty.android.fantastischmemo.entity.Card in project AnyMemo by helloworld1.

the class Mnemosyne2CardsImporter method xmlToCards.

/*
       Sample format to parse:
       <openSM2sync number_of_entries="10"><log type="10" o_id="epbt47DXNulRU8DsEtwtRp"><name>Category1</name></log>
       <log type="10" o_id="5SfWDFGwqrlnGLDQxHHyG0"><name>Category2</name></log>
       <log type="16" o_id="4pblLFgzF7vONXhjIQv5Rm"><b>Answer1</b><f>Qustion1</f></log>
       <log type="16" o_id="QiQz84nC2tvMF5OKdPepaf"><b>Answer2</b><f>Question2</f></log>
       <log type="16" o_id="hfoNwlcf0quuxpcWntyCZl"><b>Answer3</b><f>Question3</f></log>
       <log type="16" o_id="7xmRCBH0WP0DZaxeFn5NLw"><b>Answer4</b><f>Question4</f></log>
       <log card_t="1" fact_v="1.1" e="2.5" gr="-1" tags="epbt47DXNulRU8DsEtwtRp" rt_rp_l="0" lps="0" l_rp="-1" n_rp="-1" ac_rp_l="0" rt_rp="0" ac_rp="0" type="6" o_id="MDcIMVQJUGEjqR6DJoAqVm" fact="4pblLFgzF7vONXhjIQv5Rm"></log>
       <log card_t="1" fact_v="1.1" e="2.5" gr="-1" tags="epbt47DXNulRU8DsEtwtRp" rt_rp_l="0" lps="0" l_rp="-1" n_rp="-1" ac_rp_l="0" rt_rp="0" ac_rp="0" type="6" o_id="iVwbE7q2QLPY4SJRS1AtqK" fact="QiQz84nC2tvMF5OKdPepaf"></log>
       <log card_t="1" fact_v="1.1" e="2.5" gr="-1" tags="5SfWDFGwqrlnGLDQxHHyG0" rt_rp_l="0" lps="0" l_rp="-1" n_rp="-1" ac_rp_l="0" rt_rp="0" ac_rp="0" type="6" o_id="hW3JxWbfBOWoKDVQZ3jVQ1" fact="hfoNwlcf0quuxpcWntyCZl"></log>
       <log card_t="1" fact_v="1.1" e="2.5" gr="-1" tags="5SfWDFGwqrlnGLDQxHHyG0" rt_rp_l="0" lps="0" l_rp="-1" n_rp="-1" ac_rp_l="0" rt_rp="0" ac_rp="0" type="6" o_id="7IXjCysHuCDtXo8hlFrK55" fact="7xmRCBH0WP0DZaxeFn5NLw"></log>
       </openSM2sync>
   */
private List<Card> xmlToCards(File xmlFile) throws IOException, XmlPullParserException {
    FileInputStream inputStream = new FileInputStream(xmlFile);
    XmlPullParserFactory factory = XmlPullParserFactory.newInstance();
    factory.setNamespaceAware(false);
    XmlPullParser xpp = factory.newPullParser();
    xpp.setInput(new BufferedReader(new InputStreamReader(inputStream)));
    List<Card> cardList = null;
    // Map between xml oid to card
    Map<String, Card> cardOidMap = null;
    // Map between xml oid to category
    Map<String, Category> categoryOidMAP = null;
    int lastType = 0;
    int currentOrd = 1;
    String lastOid = "";
    ValueType lastValueType = null;
    int eventType = xpp.getEventType();
    while (eventType != XmlPullParser.END_DOCUMENT) {
        if (eventType == XmlPullParser.START_DOCUMENT) {
        // Nothing
        } else if (eventType == XmlPullParser.START_TAG) {
            // <openSM2sync number_of_entries="10">
            if (xpp.getName().equals("openSM2sync")) {
                int cardCount = Integer.parseInt(xpp.getAttributeValue(null, "number_of_entries"));
                cardList = new ArrayList<Card>(cardCount);
                // The hash map is 0.75 full for performance and space.
                // Use LinkedHashMap to maintain insertion order.
                cardOidMap = new LinkedHashMap<String, Card>(cardCount * 4 / 3);
                categoryOidMAP = new LinkedHashMap<String, Category>();
            }
            if (xpp.getName().equals("log")) {
                lastType = Integer.parseInt(xpp.getAttributeValue(null, "type"));
                lastOid = xpp.getAttributeValue(null, "o_id");
            }
            // <log type="10" o_id="5SfWDFGwqrlnGLDQxHHyG0"><name>Category2</name></log>
            if (lastType == TAG_FIELD_TYPE && xpp.getName().equals("name")) {
                lastValueType = ValueType.CARD_TAG;
            }
            // <log type="16" o_id="7xmRCBH0WP0DZaxeFn5NLw"><b>Answer4</b><f>Question4</f></log>
            if (lastType == QA_FIELD_TYPE && xpp.getName().equals("f")) {
                lastValueType = ValueType.CARD_FRONT;
            }
            if (lastType == QA_FIELD_TYPE && xpp.getName().equals("b")) {
                lastValueType = ValueType.CARD_BACK;
            }
            // <log card_t="1" fact_v="1.1" e="2.5" gr="-1" tags="epbt47DXNulRU8DsEtwtRp" rt_rp_l="0" lps="0" l_rp="-1" n_rp="-1" ac_rp_l="0" rt_rp="0" ac_rp="0" type="6" o_id="MDcIMVQJUGEjqR6DJoAqVm" fact=  "4pblLFgzF7vONXhjIQv5Rm"></log>
            if (lastType == LEARNING_DATA_FIELD_TYPE) {
                String tagOid = xpp.getAttributeValue(null, "tags");
                String factOid = xpp.getAttributeValue(null, "fact");
                LearningData ld = new LearningData();
                ld.setEasiness(Float.parseFloat(xpp.getAttributeValue(null, "e")));
                ld.setGrade(Integer.parseInt(xpp.getAttributeValue(null, "gr")));
                ld.setRetReps(Integer.parseInt(xpp.getAttributeValue(null, "rt_rp_l")));
                ld.setLapses(Integer.parseInt(xpp.getAttributeValue(null, "lps")));
                ld.setLapses(Integer.parseInt(xpp.getAttributeValue(null, "lps")));
                long nrp = Integer.parseInt(xpp.getAttributeValue(null, "n_rp"));
                long lrp = Integer.parseInt(xpp.getAttributeValue(null, "l_rp"));
                if (lrp != -1 && nrp != -1) {
                    ld.setLastLearnDate(new Date(lrp * 1000L));
                    ld.setNextLearnDate(new Date(nrp * 1000L));
                }
                ld.setAcqRepsSinceLapse(Integer.parseInt(xpp.getAttributeValue(null, "ac_rp_l")));
                ld.setRetReps(Integer.parseInt(xpp.getAttributeValue(null, "rt_rp")));
                ld.setAcqReps(Integer.parseInt(xpp.getAttributeValue(null, "ac_rp")));
                // Now find the card that need this learning data
                Card card = cardOidMap.get(factOid);
                // The learning data is using the same id as card
                ld.setId(card.getId());
                // and also find out the corresponding tag for card's category
                Category category = categoryOidMAP.get(tagOid);
                if (tagOid.contains(",")) {
                    // If the card has multiple category, select only the first category.
                    String firstOid = tagOid.split(",")[0];
                    category = categoryOidMAP.get(firstOid);
                } else {
                    category = categoryOidMAP.get(tagOid);
                }
                if (category == null) {
                    category = new Category();
                }
                card.setLearningData(ld);
                card.setCategory(category);
            }
        } else if (eventType == XmlPullParser.TEXT) {
            if (lastValueType == ValueType.CARD_TAG) {
                Category category = new Category();
                category.setName(xpp.getText());
                categoryOidMAP.put(lastOid, category);
            } else if (lastValueType == ValueType.CARD_FRONT) {
                Card card = cardOidMap.get(lastOid);
                if (card == null) {
                    card = new Card();
                    card.setId(currentOrd);
                    card.setOrdinal(currentOrd);
                    cardOidMap.put(lastOid, card);
                    cardList.add(card);
                    currentOrd++;
                }
                card.setQuestion(xpp.getText());
            } else if (lastValueType == ValueType.CARD_BACK) {
                Card card = cardOidMap.get(lastOid);
                if (card == null) {
                    card = new Card();
                    card.setId(currentOrd);
                    card.setOrdinal(currentOrd);
                    cardOidMap.put(lastOid, card);
                    cardList.add(card);
                    currentOrd++;
                }
                card.setAnswer(xpp.getText());
            }
        } else if (eventType == XmlPullParser.END_TAG) {
            if (xpp.getName().equals("log")) {
                lastType = 0;
                lastOid = "";
                lastValueType = null;
            }
        }
        eventType = xpp.next();
    }
    return cardList;
}
Also used : Category(org.liberty.android.fantastischmemo.entity.Category) InputStreamReader(java.io.InputStreamReader) XmlPullParser(org.xmlpull.v1.XmlPullParser) ArrayList(java.util.ArrayList) FileInputStream(java.io.FileInputStream) Date(java.util.Date) Card(org.liberty.android.fantastischmemo.entity.Card) LinkedHashMap(java.util.LinkedHashMap) XmlPullParserFactory(org.xmlpull.v1.XmlPullParserFactory) BufferedReader(java.io.BufferedReader) LearningData(org.liberty.android.fantastischmemo.entity.LearningData)

Example 69 with Card

use of org.liberty.android.fantastischmemo.entity.Card in project AnyMemo by helloworld1.

the class MnemosyneXMLImporter method convert.

@Override
public void convert(String src, String dest) throws Exception {
    URL mXMLUrl = new URL("file:///" + src);
    cardList = new LinkedList<Card>();
    System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");
    SAXParserFactory spf = SAXParserFactory.newInstance();
    SAXParser sp = spf.newSAXParser();
    XMLReader xr = sp.getXMLReader();
    xr.setContentHandler(this);
    xr.parse(new InputSource(mXMLUrl.openStream()));
    if (!new File(dest).exists()) {
        amFileUtil.createDbFileWithDefaultSettings(new File(dest));
    }
    AnyMemoDBOpenHelper helper = AnyMemoDBOpenHelperManager.getHelper(dest);
    try {
        CardDao cardDao = helper.getCardDao();
        cardDao.createCards(cardList);
    } finally {
        AnyMemoDBOpenHelperManager.releaseHelper(helper);
    }
}
Also used : InputSource(org.xml.sax.InputSource) AnyMemoDBOpenHelper(org.liberty.android.fantastischmemo.common.AnyMemoDBOpenHelper) SAXParser(javax.xml.parsers.SAXParser) File(java.io.File) URL(java.net.URL) XMLReader(org.xml.sax.XMLReader) CardDao(org.liberty.android.fantastischmemo.dao.CardDao) Card(org.liberty.android.fantastischmemo.entity.Card) SAXParserFactory(javax.xml.parsers.SAXParserFactory)

Example 70 with Card

use of org.liberty.android.fantastischmemo.entity.Card in project AnyMemo by helloworld1.

the class Supermemo2008XMLImporter method convert.

@Override
public void convert(String src, String dest) throws Exception {
    URL mXMLUrl = new URL("file:///" + src);
    cardList = new LinkedList<Card>();
    characterBuf = new StringBuffer();
    System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");
    SAXParserFactory spf = SAXParserFactory.newInstance();
    SAXParser sp = spf.newSAXParser();
    XMLReader xr = sp.getXMLReader();
    xr.setContentHandler(this);
    xr.parse(new InputSource(mXMLUrl.openStream()));
    AnyMemoDBOpenHelper helper = AnyMemoDBOpenHelperManager.getHelper(dest);
    try {
        CardDao cardDao = helper.getCardDao();
        cardDao.createCards(cardList);
    } finally {
        AnyMemoDBOpenHelperManager.releaseHelper(helper);
    }
}
Also used : InputSource(org.xml.sax.InputSource) AnyMemoDBOpenHelper(org.liberty.android.fantastischmemo.common.AnyMemoDBOpenHelper) SAXParser(javax.xml.parsers.SAXParser) URL(java.net.URL) XMLReader(org.xml.sax.XMLReader) CardDao(org.liberty.android.fantastischmemo.dao.CardDao) Card(org.liberty.android.fantastischmemo.entity.Card) SAXParserFactory(javax.xml.parsers.SAXParserFactory)

Aggregations

Card (org.liberty.android.fantastischmemo.entity.Card)95 CardDao (org.liberty.android.fantastischmemo.dao.CardDao)61 SmallTest (android.support.test.filters.SmallTest)43 Test (org.junit.Test)43 AbstractExistingDBTest (org.liberty.android.fantastischmemo.test.AbstractExistingDBTest)41 Category (org.liberty.android.fantastischmemo.entity.Category)30 AnyMemoDBOpenHelper (org.liberty.android.fantastischmemo.common.AnyMemoDBOpenHelper)28 LearningData (org.liberty.android.fantastischmemo.entity.LearningData)25 CategoryDao (org.liberty.android.fantastischmemo.dao.CategoryDao)20 LearningDataDao (org.liberty.android.fantastischmemo.dao.LearningDataDao)13 File (java.io.File)12 ArrayList (java.util.ArrayList)11 SQLException (java.sql.SQLException)9 QueueManager (org.liberty.android.fantastischmemo.queue.QueueManager)9 IOException (java.io.IOException)6 Date (java.util.Date)6 LearnQueueManager (org.liberty.android.fantastischmemo.queue.LearnQueueManager)6 URL (java.net.URL)5 FileWriter (java.io.FileWriter)4 Scheduler (org.liberty.android.fantastischmemo.scheduler.Scheduler)4