Skip to content

Commit

Permalink
Updated README.md. Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikifus committed May 27, 2020
1 parent e9dcbff commit 2286ec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ More translations are still needed as well as spell checking and keeping the cur

## Custom servers

This features allows the user to add a custom server like "something.titanpad.com" or "pad.myserver.com". It doesn't replace the default servers, it adds customization.
This features allows the user to add a custom server like "pad.myserver.com". It doesn't replace the default servers, it adds customization.

The feature is found in the settings menu as "Server list". The New server dialog will promp when the button is pressed. The server name is just an arbitrary name for the user.
The url must be something like "https://examplehost.com". No more and no less info than the protocol and the host.
The user will be requested to choose whether the server runs Etherpad Lite or not. Most servers do, but titanpad.com doesn't, for example. Use the Advanced Options combined with the Etherpad Lite checkbox to understand them.

To try your new server create a new pad and choose it. You can make it the default option in the settings menu.

Expand All @@ -33,9 +32,13 @@ To try your new server create a new pad and choose it. You can make it the defau
The user can now share an URL to the app in order to open it. Keep in mind that the host server must be previously added, otherwise the URL will be considered unsafe.

## Current version
1.6
1.7

## Changelog
### v1.7
- Dropped support for PrimaryPad:
- Removed old workarounds and hacks to correctly display Etherpad-based documents.

### v1.6
- Dropped support for the following server (you can add them manually):
- Etherpad.net
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.mikifus.padland"
minSdkVersion 14
targetSdkVersion 28
versionName '1.6'
versionCode 21
versionName '1.7'
versionCode 22
multiDexEnabled true
// vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 2286ec4

Please sign in to comment.