Saturday, September 3, 2016

Chinese translation

Just pushed the new update, will be out there in a few hours. It contains a few fixes, like letting us select any file type for the 'Restore from Share' function, and the Chinese translation.

The 'Restore from Share' was written quite long ago and it appears that it wasn't always letting choose the appropriate app to restore the backup from a cloud storage. We've modified it, it should help now those who faced that problem.

Also, the problem with the Google Drive sync that I've wrote about in the previous post, still persists. It's a strange bug in the google code which is seen in some other apps as well, but hasn't been nailed down yet. As soon as they (google) do, I'll inform separately. Not everyone is seeing it, but those who do can use 'Backup 'n Share/Restore from Share' pair from Backup/Restore menu. You can even use the Google Drive as the 'share' program because when saving (pushing) it saves the correct version. But when restoring it restores some old one.

The Chinese translation was done by one of our users - many thanks to him! In fact, all of the translations are done by you, so many thanks to all of you.

When I tried it on my own phone, I was very surprised. It turns out Chinese is so short in terms of string lengths, that the UI looks very neat in it. Take a look yourself:


I don't understand a single word of it, bit it really looks nice. I'm even thinking of using the Chinese interface for some time :) (and learning the Chinese in some near future).

Hope you'll like the updates!

Saturday, July 30, 2016

Strange google drive

Something strange is happening to the Google Drive sync - when pulling, it doesn't pull the latest version. Anyone else seeing it? Is it a common bug or just my phone's?

Thursday, July 28, 2016

Dark theme

Is pushed. Original light themes have changes, too - many pages are not completely white now. Let's see if want to keep them gray or return to the white. If you think where we may tweak the colors - welcome!

To choose the dark theme open Settings > General Settings > Productivity mood:







Monday, July 25, 2016

Translation doc

This post is added to featured.


Here's the link with the text labels used in the app. We've created sections for different languages, not in the order of importance but in the order we recalled them.

If you want to translate into your language, click on the link - I'll give you permissions to edit the file. You can then add the translations into the table. Later we'll add them into the app files.

Link to the translation doc


If anything is unclear, try to comment it there or here, I'll give details. There are some duplication, but don't worry, eventually we'll clear them all. This is all because we haven't done the cleanup, but wrote the code :)


Some notes about strange characters in the text (thx to Olaf for pointing):

'\n\n' - this is a special character working as a new line separator. Actually, 2 separators here. Leave it as is.

'Don't, Can't, etc' - these are (you know of course) all English language constructs. Since I'm pretty sure there are no such constructs in other languages, use the correct form for your language.

For example, in Russian one'd write for "Don't delete" - " Не удалять". In Turkish it would be  "Silme" or similar (I knew the language, but haven't practiced in some 15-16 years :) ). So, please use the one appropriate for you.

Can\'t - the backslash here is also a special construct for using in programming languages. Please, ignore it. Same case with a you\'ve - first, it's a special backslash char, but then it's an English language construct that would be written differently in other language.

\u0020\u0020 - also special characters, ignore them or use as is.