Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

[![Get it on Google Play Store](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.catchingnow.tinyclipboardmanager)

Other Market:
Other Markets:

[F-Droid](https://f-droid.org/repository/browse/?fdid=com.catchingnow.tinyclipboardmanager)
[CoolAPK](http://coolapk.com/apk/com.catchingnow.tinyclipboardmanager)
- [F-Droid](https://f-droid.org/repository/browse/?fdid=com.catchingnow.tinyclipboardmanager)
- [CoolAPK](http://coolapk.com/apk/com.catchingnow.tinyclipboardmanager)

#### Unlimited Clips

📌 Clip Stack can remember all your clipboard history and recover text after reboot.
📌 Clip Stack can remember all your clipboard history and make them survive reboots.

#### Easy to Manage

Expand All @@ -35,7 +35,7 @@ Other Market:

#### Auto Clean Up

📌 Using Android 🍭Lollipop's new JobScheduler API, Clip Stack can automatic clean up it's catches and RAM when phone is charging.
📌 Using Android 🍭Lollipop's new JobScheduler API, Clip Stack can automatic clean up its cache and RAM when phone is being charged.

#### Other Features

Expand All @@ -47,10 +47,10 @@ Other Market:

#### Permission Usage

RECEIVE_BOOT_COMPLETED: Start a background service to listen the system clipboard. It only cost 4.5M - 6M RAM. You can close it in Settings if you really don't want it.
RECEIVE_BOOT_COMPLETED: Start a background service to listen to clipboard changes. It only costs 4.5M - 6M RAM. You can disable it in Settings if you really don't want it.


WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE: For export clipboard history. This app won't write any other files to your SD card.
WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE: For exporting clipboard history. This app won't write any other files to your SD card.

-----

Expand All @@ -73,8 +73,8 @@ WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE: For export clipboard history.

This application is comprised of two parts:

1. the Java code are licensed under the MIT license;
2. All rights of other parts, but not limited to the icons, images, and UI designs are reserved.
1. The Java code are licensed under the MIT license;
2. All rights of other parts, including but not limited to the icons, images, and UI designs are reserved.


-----
Expand Down