Skip to content

Releases: dnet/adsdroid

v1.7.2

29 Jun 13:51
Compare
Choose a tag to compare

Fixed issue related to HTTP -> HTTPS redirect by switching all requests to HTTPS. Thanks to @ildar for reporting this issue.

v1.7.1

02 Jun 19:05
Compare
Choose a tag to compare

Fixed crash #24 caused by a change in link formats at AllDataSheet, thanks to @ildar.

v1.7

25 Apr 08:42
Compare
Choose a tag to compare

Fixed yet another grave bug and added some features thanks to @ildar for reporting them

  • the User-Agent header is now checked by the PDF server as well (ef703f7)
  • datasheets are saved to the Downloads folder (#15)
  • text snippets from other apps can be shared as a part name to search for (#17)

Also, translation to Brazilian Portuguese was added (#14) thanks to @afmachado for doing it

v1.6.2

27 Dec 10:46
Compare
Choose a tag to compare

Added German translation, thanks to @waweic

v1.6

15 Sep 12:49
Compare
Choose a tag to compare

Updated table scraping logic and PDF server cookie handling, see #4

v1.5.1

26 May 15:35
Compare
Choose a tag to compare

minor fix + a bumped version because of a problematic build (see #7)

1.5

12 Feb 15:09
Compare
Choose a tag to compare
1.5

Fixed yet another iframe-selection bug, now with a more robust and future-proof solution, thanks to @chanibal for reporting it in #6. Also, in the binary build, I updated JSoup to 1.7.3, resulting in a smaller file. JSoup is still 1.6.2, it seems that 1.7.3 and ProGuard doesn't like each other on Android, see #7 -- the released binary had been updated

1.4

09 Nov 19:56
Compare
Choose a tag to compare
1.4

Updated scraping logic to avoid selecting the wrong iframe to download the PDF from.