Skip to content

Releases: itkach/aard2-android

0.7

19 Nov 04:09
Compare
Choose a tag to compare
0.7 Pre-release
Pre-release
  • Added Italian translation (thank you @bittachi )
  • Better handle internal links for dictionaries compiled as multiple slobs (sharing same slob uri)

0.6

09 Nov 23:33
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release
  • 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

23 Oct 12:07
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release
  • Display application information in settings
  • Implemented option to load remote content only when on WiFi
  • Implemented option to clear content cache

0.4

14 Oct 02:43
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
  • 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

01 Oct 03:39
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • 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

01 Sep 16:25
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • 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

01 Sep 16:37
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

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