[mnemosyne-proj-users] Mnemosyne on F-Droid?

2017-11-27 Thread Marcin Mielniczuk
Hi, Did you think about uploading the Mnemosyne Android client to F-Droid, the alternative, FOSS-only Android application store? As of now, non-Google-Play-Android users' only way to receive updates and download the application is to manually download apks - and thus, they're likely to miss updat

Re: [mnemosyne-proj-users] How do I undo a grade?

2018-03-11 Thread Marcin Mielniczuk
That's a real problem to me because with the next repetition in 5 years I won't learn that word in the near future ;/ Is it possible to change the last grade or add a new grade (i.e. a new lapse) for this card directly editing the SQLite databse or using libmnemosyne from the python shell? On 11

Re: [mnemosyne-proj-users] Re: Android 2.0 version available for testing

2018-04-04 Thread Marcin Mielniczuk
That's great. where can I find the sources and build instructions for Android? The github repo seems to be only for the desktop version. On 04.04.2018 10:57, Peter Bienstman wrote: > > Yes, everything is now open source, but it does include C code that > needs to be compiled, which I guess makes

[mnemosyne-proj-users] How to cleanly exit a headless instance of Mnemosyne?

2018-10-14 Thread Marcin Mielniczuk
I once tried running mnemosyne as `mnemosyne --sync-server` on a headless server. When I was done, I just killed it by ctrl+c, which corrupted the database (or did something else that prevented subsequent syncs) What's the correct way of exiting a headless instance of Mnemosyne? -- You received

Re: [mnemosyne-proj-users] How to cleanly exit a headless instance of Mnemosyne?

2018-10-22 Thread Marcin Mielniczuk
ers when there's no sync in progress should > be harmless, I do this all the time. > > Cheers, > > Peter > > -Original Message- > From: mnemosyne-...@googlegroups.com > > On Behalf Of Marcin > Mielniczuk > Sent: 14 October 2018 13:

Re: [mnemosyne-proj-users] How to cleanly exit a headless instance of Mnemosyne?

2018-10-25 Thread Marcin Mielniczuk
The change fixes the issue. On 23.10.2018 15:38, Peter Bienstman wrote: > > What happens if you add ‘self.save()’ to the end of > configuration.py:change_user_id(self, new_user_id)? > >   > > Peter. > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-u