Skip to content

Releases: mikifus/padland

v3.1

26 Aug 08:30
Compare
Choose a tag to compare
  • Fix a minor bug

v3.0

19 Feb 12:19
e22e933
Compare
Choose a tag to compare
  • Migrated database to Room.
  • Better implementation of Material Design.
  • Extreme refactoring keeping the same features and adding some minor ones.
  • Export and import data.

v2.0

03 Sep 13:28
Compare
Choose a tag to compare
  • Migrated code to Kotlin.
  • Implemented AndroidX and Material Design.
  • Theme dark/light follows device

v1.9

21 Apr 18:43
Compare
Choose a tag to compare
  • Fixed a vulnerability

v1.8

20 Jan 20:19
3212c81
Compare
Choose a tag to compare
  • Opt out of sending metrics to Google when usin WebView

v1.7

27 May 10:22
Compare
Choose a tag to compare
  • Dropped support for PrimaryPad:
  • Removed old workarounds and hacks to correctly display Etherpad-based documents.

v1.6

12 Mar 10:54
Compare
Choose a tag to compare

Dropped support for the following server (you can add them manually):

  • Etherpad.net
  • Titanpad.com
  • Meetingwords.com
  • Piratenpad.de

v1.5

04 May 16:57
Compare
Choose a tag to compare
  • More SQL injection fixes.
  • Added pad URL copy function
  • Dropped support for piratepad.net

Fixed SQL injection

27 Jul 16:02
Compare
Choose a tag to compare

As promised, this release fixes the issue that was detected by a Google bot.

v1.4

20 Jul 08:53
27da6d0
Compare
Choose a tag to compare

New features:

Reasons for release:

  • Months without any bug report.
  • Transition to the new database structure looks solid.

Side note:
There's a warning in the logs about SQLite leaks and Google informed about a possible SQL injection issue. It is not a big deal as the app doesn't manage any sensitive data. This ought to be fixed in the next release.