Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasharan/naughtykeyboard-android
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. This is a keyboard to help you test your app from your Android device.
https://github.com/rajasharan/naughtykeyboard-android
Last synced: 3 days ago
JSON representation
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. This is a keyboard to help you test your app from your Android device.
- Host: GitHub
- URL: https://github.com/rajasharan/naughtykeyboard-android
- Owner: rajasharan
- License: mit
- Created: 2015-08-15T13:38:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T13:39:17.000Z (over 9 years ago)
- Last Synced: 2023-03-12T06:04:03.490Z (over 1 year ago)
- Language: Java
- Size: 3.46 MB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Naughty Keyboard for Android
**[The Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings)** is a list of strings which have a high probability of causing issues when used as user-input data.
**Naughty Keyboard for Android** is a very simple android `InputMethodService` that gives you access to a custom keyboard to use these strings to test your application.
## Demo
![](screencast.gif)## Usage
```bash
$ ./gradlew :app:iD --daemon
```
- Clone this repo, run gradle to install the app.
- Go to android settings, change default input keyboard## Disclaimer
The **Big List of Naughty Strings** (and this keyboard) is intended to be used for software you own and manage. Some of the *Naughty Strings* can indicate security vulnerabilies, and as a result using such strings with third-party software may be a crime. The maintainer is not responsible for any negative actions that result from the use of the list.
## Links
- [The Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings) (original source)
- [NaughtyKeyboard](https://github.com/Palleas/NaughtyKeyboard) (for iOS)## [License](/LICENSE)
The MIT License (MIT)