Releases: itkach/aard2-android
Releases · itkach/aard2-android
0.7
0.6
- Added intent for other applications to initiate lookup
- Lookup from external applications now works similar to Aard (shorten lookup key by until something is found)
- Externalized all translatable strings
- Added Russian translation (thank you @sklart )
- Bookmarks and history filter matched substrings with non-ascii characters only at phrase start, now fixed
0.5
0.4
- Implemented switcher for alternate style sheets ("Style..." in article menu)
- Implemented random article lookup (tap application logo on the main screen)
Note that dictionary file format has changed in (itkach/slob@c775273) and this version works with the updated format, older dictionaries are incompatible.
0.3
- Articles with titles starting with dot (e.g.
.a
) could not be loaded, now fixed - Support loading resources with keys that contain slashes (mimic unix file path)
- Revised internal URL structure to not rely on Referer header, eliminate use of redirects that were needed to use it
- Fixed crash if app is restored to article view activity instead of main activity
0.2
- Smaller APK
- Implemented article text size actions (zoom in/zoom out/reset)
- List selection checkboxes are now on the right size, switching to selection mode is no longer jumpy
- Display dictionary license name, open license url on tap, if dictionary specifies license name and url in dictionary tags
- Display dictionary copyright text if specified in tags
- Open dictionary source url if specified in tags
- Fix item count in dictionary info (previously dictionary key count was displayed instead)
0.1
This is first public release. Here's what's new and different from from Aard Dictionary:
- New dictionary file format offering better compression and ability to store arbitrary content types
- New UI
- Bookmarks and history
- Punctuation (dots, dashes, space etc) is now treated as least significant differentiator so lookup results are somewhat different
- Minimum version of Android required is 4.0.3