]> gitweb.fperrin.net Git - Dictionary.git/log
Dictionary.git
8 years agoReduce PNG size further, removing color profile etc.
Reimar Döffinger [Tue, 15 Dec 2015 06:58:31 +0000 (07:58 +0100)]
Reduce PNG size further, removing color profile etc.

8 years agoUpdate with fixed dictionaries.
Reimar Döffinger [Tue, 15 Dec 2015 06:21:09 +0000 (07:21 +0100)]
Update with fixed dictionaries.

8 years agoAdd whitelist for deserialization.
Reimar Döffinger [Tue, 15 Dec 2015 06:17:22 +0000 (07:17 +0100)]
Add whitelist for deserialization.

8 years agoRefine handling of broken dictionaries.
Reimar Döffinger [Mon, 14 Dec 2015 23:45:16 +0000 (00:45 +0100)]
Refine handling of broken dictionaries.

8 years agoCheck size limit also with exception.
Reimar Döffinger [Mon, 14 Dec 2015 20:37:00 +0000 (21:37 +0100)]
Check size limit also with exception.

8 years agoFix bad shifts.
Reimar Döffinger [Mon, 14 Dec 2015 20:33:38 +0000 (21:33 +0100)]
Fix bad shifts.

8 years agoUpdate most dictionaries to new format.
Reimar Döffinger [Sun, 13 Dec 2015 23:52:33 +0000 (00:52 +0100)]
Update most dictionaries to new format.

8 years agoAvoid MATCH_PARENT.
Reimar Döffinger [Sun, 13 Dec 2015 22:42:38 +0000 (23:42 +0100)]
Avoid MATCH_PARENT.

Unfortunately it results in completely different sizes
depending on Android version.
Interesting 2.3 and 4.4 seem to show reasonable behaviour
while 5.0 results in far too small size.

8 years agoSpanish should not have different padding.
Reimar Döffinger [Sun, 13 Dec 2015 21:27:12 +0000 (22:27 +0100)]
Spanish should not have different padding.

Seems it was committed as a translation by accident.

8 years agoMark two more entries as untranslatable.
Reimar Döffinger [Sun, 13 Dec 2015 21:22:33 +0000 (22:22 +0100)]
Mark two more entries as untranslatable.

8 years agoBump version number.
Reimar Döffinger [Sun, 13 Dec 2015 21:08:41 +0000 (22:08 +0100)]
Bump version number.

8 years agoMark some entries as not translatable.
Reimar Döffinger [Sun, 13 Dec 2015 21:08:20 +0000 (22:08 +0100)]
Mark some entries as not translatable.

8 years agoList broken/corrupted dictionaries in list.
Reimar Döffinger [Sun, 13 Dec 2015 15:58:55 +0000 (16:58 +0100)]
List broken/corrupted dictionaries in list.

Should help debugging "dictionaries disappear" issues.

8 years agoFix language button size on long-press menu.
Reimar Döffinger [Sun, 13 Dec 2015 14:17:35 +0000 (15:17 +0100)]
Fix language button size on long-press menu.

8 years agoSwitch to default Java Collator.
Reimar Döffinger [Sun, 13 Dec 2015 14:12:30 +0000 (15:12 +0100)]
Switch to default Java Collator.

It is dependent on Android version, but seems more
stable and well-tested.
Plus it decreases the size of the APK.

8 years agoUse replace instead of replaceAll.
Reimar Döffinger [Sun, 13 Dec 2015 00:08:52 +0000 (01:08 +0100)]
Use replace instead of replaceAll.

8 years agoSplit size statistic a bit more.
Reimar Döffinger [Sun, 13 Dec 2015 00:08:32 +0000 (01:08 +0100)]
Split size statistic a bit more.

8 years agoRemove more code that is no longer used.
Reimar Döffinger [Sat, 12 Dec 2015 22:49:11 +0000 (23:49 +0100)]
Remove more code that is no longer used.

8 years agoRemove unused function.
Reimar Döffinger [Sat, 12 Dec 2015 22:41:06 +0000 (23:41 +0100)]
Remove unused function.

8 years agoImprove v7 format compression.
Reimar Döffinger [Sat, 12 Dec 2015 19:13:33 +0000 (20:13 +0100)]
Improve v7 format compression.

Pack more HTML pages together.
They compress much better with more pages, and
are rarely used so a few extra milliseconds to read them
in is not an issue.

8 years agoMake updating the dictionary list more robust.
Reimar Döffinger [Sat, 12 Dec 2015 17:41:18 +0000 (18:41 +0100)]
Make updating the dictionary list more robust.

It should be updated even if we fail to persist the config.

8 years agoDo not needlessly use Java serialization.
Reimar Döffinger [Sat, 12 Dec 2015 16:17:21 +0000 (17:17 +0100)]
Do not needlessly use Java serialization.

8 years agoUpdate for small v7 format change.
Reimar Döffinger [Sat, 12 Dec 2015 17:25:03 +0000 (18:25 +0100)]
Update for small v7 format change.

8 years agoMake classes non-Serializable.
Reimar Döffinger [Sat, 12 Dec 2015 16:03:17 +0000 (17:03 +0100)]
Make classes non-Serializable.

The are never used in a way that would need it.

8 years agoRemove unused class.
Reimar Döffinger [Sat, 12 Dec 2015 15:59:45 +0000 (16:59 +0100)]
Remove unused class.

8 years agoCheck at compiletime that PersistentObjectCache objects are serializable.
Reimar Döffinger [Sat, 12 Dec 2015 15:56:41 +0000 (16:56 +0100)]
Check at compiletime that PersistentObjectCache objects are serializable.

8 years agoImproved looks for the flags.
Reimar Döffinger [Sat, 12 Dec 2015 13:39:39 +0000 (14:39 +0100)]
Improved looks for the flags.

In particular avoid Android downscaling them
even more for low-density displays.
The are sufficiently low-resolution as-is.

8 years agoAvoid wasted space in ActionBar.
Reimar Döffinger [Sat, 12 Dec 2015 13:02:48 +0000 (14:02 +0100)]
Avoid wasted space in ActionBar.

8 years agoGive preload thread low priority.
Reimar Döffinger [Sat, 12 Dec 2015 12:17:48 +0000 (13:17 +0100)]
Give preload thread low priority.

8 years agoOne more simplification.
Reimar Döffinger [Sat, 12 Dec 2015 11:58:35 +0000 (12:58 +0100)]
One more simplification.

8 years agoSimplify: weight can be specified directly.
Reimar Döffinger [Sat, 12 Dec 2015 11:44:13 +0000 (12:44 +0100)]
Simplify: weight can be specified directly.

8 years agoCollator bug workaround for one of my devices.
Reimar Döffinger [Sat, 12 Dec 2015 11:10:17 +0000 (12:10 +0100)]
Collator bug workaround for one of my devices.

8 years agoFix corner-case where search icon would not be hidden.
Reimar Döffinger [Sat, 12 Dec 2015 11:09:46 +0000 (12:09 +0100)]
Fix corner-case where search icon would not be hidden.

8 years agoAdd flag to avoid using ICU collator.
Reimar Döffinger [Wed, 9 Dec 2015 22:55:14 +0000 (23:55 +0100)]
Add flag to avoid using ICU collator.

8 years agoFix crash if unknown dictionaries exist.
Reimar Döffinger [Wed, 9 Dec 2015 16:41:58 +0000 (17:41 +0100)]
Fix crash if unknown dictionaries exist.

8 years agoFix reading of v6 and older dictionaries.
Reimar Döffinger [Tue, 8 Dec 2015 22:28:17 +0000 (23:28 +0100)]
Fix reading of v6 and older dictionaries.

8 years agoVastly improve HtmlEntry compression.
Reimar Döffinger [Tue, 8 Dec 2015 18:58:16 +0000 (19:58 +0100)]
Vastly improve HtmlEntry compression.

8 years agoMore compact row list format.
Reimar Döffinger [Tue, 8 Dec 2015 05:41:00 +0000 (06:41 +0100)]
More compact row list format.

8 years agoDisplay uncompressed size of dictionaries.
Reimar Döffinger [Mon, 7 Dec 2015 22:30:32 +0000 (23:30 +0100)]
Display uncompressed size of dictionaries.

8 years agoFlip order of copyright statements.
Reimar Döffinger [Mon, 7 Dec 2015 22:11:58 +0000 (23:11 +0100)]
Flip order of copyright statements.

The text looks slightly more logical like this.

8 years agoUpdate homepage and copyright.
Reimar Döffinger [Mon, 7 Dec 2015 22:00:34 +0000 (23:00 +0100)]
Update homepage and copyright.

8 years agoExperiments with new dictionary format.
Reimar Döffinger [Mon, 7 Dec 2015 15:35:35 +0000 (16:35 +0100)]
Experiments with new dictionary format.

8 years agoSwitch from RandomAccessFile to DataInput/DataOutput.
Reimar Döffinger [Sun, 6 Dec 2015 18:22:59 +0000 (19:22 +0100)]
Switch from RandomAccessFile to DataInput/DataOutput.

Should make it easier to add transparent compression support.

8 years agoSwitch to newer SDK version.
Reimar Döffinger [Sun, 6 Dec 2015 17:01:07 +0000 (18:01 +0100)]
Switch to newer SDK version.

8 years agoBump version for test release.
Reimar Döffinger [Sat, 5 Dec 2015 16:11:06 +0000 (17:11 +0100)]
Bump version for test release.

8 years agoMake loading data into WebView more correct.
Reimar Döffinger [Sat, 5 Dec 2015 16:09:38 +0000 (17:09 +0100)]
Make loading data into WebView more correct.

8 years agoRemove older dictionaries where they duplicate newer ones.
Reimar Döffinger [Sat, 5 Dec 2015 13:35:17 +0000 (14:35 +0100)]
Remove older dictionaries where they duplicate newer ones.

8 years agoIn dictionary hide search icon once there is text.
Reimar Döffinger [Sat, 5 Dec 2015 13:25:53 +0000 (14:25 +0100)]
In dictionary hide search icon once there is text.

On many mobile phones there isn't enough space
to make it reasonable to waste it.

8 years agoMerge pull request #9 from yourealwaysbe/master
Reimar Döffinger [Wed, 2 Dec 2015 23:00:23 +0000 (00:00 +0100)]
Merge pull request #9 from yourealwaysbe/master

added support for gradle.properties to specify util library location

8 years agoadded support for gradle.properties to specify util library location
Matthew Hague [Mon, 23 Nov 2015 21:26:37 +0000 (21:26 +0000)]
added support for gradle.properties to specify util library location

8 years agoAnother version bump.
Reimar Döffinger [Thu, 19 Nov 2015 19:55:56 +0000 (20:55 +0100)]
Another version bump.

8 years agoMore thorough writability check.
Reimar Döffinger [Thu, 19 Nov 2015 19:55:18 +0000 (20:55 +0100)]
More thorough writability check.

8 years agoGenerate version string in about programmatically.
Reimar Döffinger [Thu, 19 Nov 2015 19:54:55 +0000 (20:54 +0100)]
Generate version string in about programmatically.

8 years agoDummy translations to silence lint.
Reimar Döffinger [Wed, 18 Nov 2015 20:58:28 +0000 (21:58 +0100)]
Dummy translations to silence lint.

8 years agoAdd error messages when dictionary path is not writable.
Reimar Döffinger [Wed, 18 Nov 2015 20:54:45 +0000 (21:54 +0100)]
Add error messages when dictionary path is not writable.

8 years agoCheck that specified path is writeable.
Reimar Döffinger [Wed, 18 Nov 2015 20:25:42 +0000 (21:25 +0100)]
Check that specified path is writeable.

Also show a list of alternatives.

8 years agoTry to fix crash in new data directory suggestion code.
Reimar Döffinger [Tue, 17 Nov 2015 20:14:51 +0000 (21:14 +0100)]
Try to fix crash in new data directory suggestion code.

8 years agoAdd hacks to help debug download issues.
Reimar Döffinger [Tue, 17 Nov 2015 14:35:10 +0000 (15:35 +0100)]
Add hacks to help debug download issues.

8 years agoAdd comment to gradle bug workaround.
Reimar Döffinger [Tue, 17 Nov 2015 13:41:51 +0000 (14:41 +0100)]
Add comment to gradle bug workaround.

8 years agoFix syntax errors in French translation.
Reimar Döffinger [Tue, 17 Nov 2015 13:41:22 +0000 (14:41 +0100)]
Fix syntax errors in French translation.

8 years agoProper dependencies for task to create small jar file.
Reimar Döffinger [Tue, 17 Nov 2015 13:33:03 +0000 (14:33 +0100)]
Proper dependencies for task to create small jar file.

8 years agoUse $buildDir instead of hardcoded build/
Reimar Döffinger [Tue, 17 Nov 2015 13:19:14 +0000 (14:19 +0100)]
Use $buildDir instead of hardcoded build/

8 years agoFix spelling.
Reimar Döffinger [Tue, 17 Nov 2015 12:23:21 +0000 (13:23 +0100)]
Fix spelling.

8 years agoAdd generated DE-JA dictionary.
Reimar Döffinger [Tue, 17 Nov 2015 12:10:01 +0000 (13:10 +0100)]
Add generated DE-JA dictionary.

8 years agoAdd DE-RU and ES-RU dictionaries.
Reimar Döffinger [Tue, 17 Nov 2015 12:05:23 +0000 (13:05 +0100)]
Add DE-RU and ES-RU dictionaries.

8 years agoMerge pull request #7 from kvnco/patch-1
Reimar Döffinger [Wed, 28 Oct 2015 20:13:47 +0000 (21:13 +0100)]
Merge pull request #7 from kvnco/patch-1

Corrections to the French translations

8 years agoCorrections to the French translations
Kevin C [Wed, 28 Oct 2015 14:00:59 +0000 (15:00 +0100)]
Corrections to the French translations

Add some corrections to the French translations (punctuations, grammar, enhancements…).
I did not change the “thanksForUpdatingVersion” value, not sure if I had to…

8 years agoDo a proper version bump.
Reimar Döffinger [Sun, 11 Oct 2015 18:23:40 +0000 (20:23 +0200)]
Do a proper version bump.

8 years agoAdd more dictionaries:
Reimar Döffinger [Sun, 11 Oct 2015 17:48:44 +0000 (19:48 +0200)]
Add more dictionaries:

AR-DE
EN-grc
ES-cmn

8 years agoVersion bump for minor release.
Reimar Döffinger [Sun, 27 Sep 2015 16:18:16 +0000 (18:18 +0200)]
Version bump for minor release.

8 years agoClean up error messaging.
Reimar Döffinger [Sun, 27 Sep 2015 16:15:46 +0000 (18:15 +0200)]
Clean up error messaging.

Do not show error messages as Toast but Alerts.
Also add a button to error message.

8 years agoAdd EN-cmn dictionary.
Reimar Döffinger [Thu, 24 Sep 2015 19:19:53 +0000 (21:19 +0200)]
Add EN-cmn dictionary.

8 years agoAdd shrinkResources for slightly smaller APK.
Reimar Döffinger [Sun, 20 Sep 2015 11:50:07 +0000 (13:50 +0200)]
Add shrinkResources for slightly smaller APK.

8 years agoSwitch to newer build and appcompat versions.
Reimar Döffinger [Sun, 20 Sep 2015 11:05:53 +0000 (13:05 +0200)]
Switch to newer build and appcompat versions.

Seems to offer better behaviour on Android 2.3
at the very least.

8 years agoFix selecting FreeSerif in settings.
Reimar Döffinger [Sun, 20 Sep 2015 10:42:24 +0000 (12:42 +0200)]
Fix selecting FreeSerif in settings.

8 years agoVersion bump for testing otf font.
Reimar Döffinger [Thu, 17 Sep 2015 07:06:23 +0000 (09:06 +0200)]
Version bump for testing otf font.

8 years agoRemove icu license file, it is misleading anyway.
Reimar Döffinger [Thu, 17 Sep 2015 07:04:59 +0000 (09:04 +0200)]
Remove icu license file, it is misleading anyway.

8 years agoSwitch to otf font instead of ttf.
Reimar Döffinger [Thu, 17 Sep 2015 07:04:30 +0000 (09:04 +0200)]
Switch to otf font instead of ttf.

Should be better quality and smaller.

8 years agoLossless compression of all png files.
Reimar Döffinger [Thu, 17 Sep 2015 06:45:39 +0000 (08:45 +0200)]
Lossless compression of all png files.

8 years agoAnother version bump for FR/IT dictionary update.
Reimar Döffinger [Wed, 16 Sep 2015 16:46:17 +0000 (18:46 +0200)]
Another version bump for FR/IT dictionary update.

8 years agoNew FR and IT dictionaries.
Reimar Döffinger [Mon, 14 Sep 2015 19:33:55 +0000 (21:33 +0200)]
New FR and IT dictionaries.

8 years agoAnother version bump.
Reimar Döffinger [Sat, 12 Sep 2015 12:03:12 +0000 (14:03 +0200)]
Another version bump.

8 years agoUpdate download URLs for new dictionary releases.
Reimar Döffinger [Sat, 12 Sep 2015 11:32:27 +0000 (13:32 +0200)]
Update download URLs for new dictionary releases.

8 years agoUpdate for newly generated DE-* dictionaries.
Reimar Döffinger [Sat, 12 Sep 2015 11:31:31 +0000 (13:31 +0200)]
Update for newly generated DE-* dictionaries.

The DE-LA output is suspicious, it seems to
contain less data now.

8 years agoAdd recovered DE-NL dictionary.
Reimar Döffinger [Thu, 10 Sep 2015 19:37:07 +0000 (21:37 +0200)]
Add recovered DE-NL dictionary.

8 years agoAdd a few more restored dictionaries.
Reimar Döffinger [Sun, 6 Sep 2015 10:05:17 +0000 (12:05 +0200)]
Add a few more restored dictionaries.

8 years agoRemove outdated APK.
Reimar Döffinger [Sat, 5 Sep 2015 12:21:31 +0000 (14:21 +0200)]
Remove outdated APK.

8 years agoVersionCode bump for EN dictionary bugfix release.
Reimar Döffinger [Sat, 5 Sep 2015 11:12:25 +0000 (13:12 +0200)]
VersionCode bump for EN dictionary bugfix release.

8 years agoFixed English dictionary reference.
Reimar Döffinger [Sat, 5 Sep 2015 11:12:02 +0000 (13:12 +0200)]
Fixed English dictionary reference.

8 years agoUpdate for re-generated EN dictionary.
Reimar Döffinger [Sat, 5 Sep 2015 09:42:21 +0000 (11:42 +0200)]
Update for re-generated EN dictionary.

8 years agoFix search bar overlapping buttons.
Reimar Döffinger [Sat, 5 Sep 2015 09:29:44 +0000 (11:29 +0200)]
Fix search bar overlapping buttons.

8 years agoRemove bad useless onRestoreInstanceState implementation.
Reimar Döffinger [Sat, 5 Sep 2015 09:08:23 +0000 (11:08 +0200)]
Remove bad useless onRestoreInstanceState implementation.

It causes crashes due to causing onCreate to be
called twice when rotating.

8 years agoBump version in preparation for next release.
Reimar Döffinger [Fri, 4 Sep 2015 23:38:06 +0000 (01:38 +0200)]
Bump version in preparation for next release.

8 years agoReplace issue reporting URL and email address.
Reimar Döffinger [Fri, 4 Sep 2015 23:37:13 +0000 (01:37 +0200)]
Replace issue reporting URL and email address.

8 years agoAdd a few hacks to reduce size of ICU library.
Reimar Döffinger [Fri, 4 Sep 2015 23:08:37 +0000 (01:08 +0200)]
Add a few hacks to reduce size of ICU library.

8 years agoAllow choosing more system font variations.
Reimar Döffinger [Sat, 29 Aug 2015 15:03:29 +0000 (17:03 +0200)]
Allow choosing more system font variations.

8 years agoAdd 3 more restored dictionaries.
Reimar Döffinger [Sat, 29 Aug 2015 15:03:10 +0000 (17:03 +0200)]
Add 3 more restored dictionaries.

8 years agoAdd single-language dictionaries.
Reimar Döffinger [Fri, 28 Aug 2015 11:52:09 +0000 (13:52 +0200)]
Add single-language dictionaries.

8 years agoBump version.
Reimar Döffinger [Fri, 28 Aug 2015 08:38:11 +0000 (10:38 +0200)]
Bump version.

8 years agoFix EN dictionary info.
Reimar Döffinger [Fri, 28 Aug 2015 08:37:27 +0000 (10:37 +0200)]
Fix EN dictionary info.