Skip to content

Commit

Permalink
add screenshots [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyrovas committed Apr 30, 2024
1 parent 7e1e37c commit eeffd39
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip-ci') }}
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip-ci') }}
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# LinkLater

An unofficial Android client for [LinkDing](https://github.com/sissbruecker/linkding).

<h2 align="center"><b>Linklater</b></h2>
<h4 align="center">An unofficial Android client for [LinkDing](https://github.com/sissbruecker/linkding).</h4>

## Features
- Save bookmarks through the Android share menu.
- Easily add tags to bookmarks.
- View recent bookmarks.

## Examples
<div align="center">
<img alt="Home Page" src="fastlane/metadata/android/en-US/images/1.png" width="204">
<img alt="Save Bookmark Page" src="fastlane/metadata/android/en-US/images/2.jpg" width="204">
<img alt="Preferences Page" src="fastlane/metadata/android/en-US/images/3.png" width="204">
</div>

## Installation

1. Use [Obtainium](https://github.com/ImranR98/Obtainium) to install and update from GitHub, or
Expand Down
Binary file added fastlane/metadata/android/en-GB/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-GB/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fastlane/metadata/android/en-GB/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Privacy Policy
Linklater collects no user data and contains no telemetry.

Linklater uses the Android network permission to connect to the bookmark server specified by the user.

0 comments on commit eeffd39

Please sign in to comment.