All Projects → FredHappyface → Android.EweSticker

FredHappyface / Android.EweSticker

Licence: MIT license
Sticker keyboard for Android using a local directory of images as stickers inspired by uSticker (forked from woosticker)

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Android.EweSticker

HisokaBOT-Whatsapp-Bot
Whatsapp Bot - Node Js.
Stars: ✭ 75 (+226.09%)
Mutual labels:  stickers
MusicPlayer
已改为 flutter 实现,此项目不再更新。 https://github.com/boyan01/flutter-netease-music
Stars: ✭ 27 (+17.39%)
Mutual labels:  android-app
WLANScanner
WLANScanner is an Android App for analysing the WiFi networks in range.
Stars: ✭ 37 (+60.87%)
Mutual labels:  android-app
ez-sticker-bot
Telegram sticker formatting bot
Stars: ✭ 44 (+91.3%)
Mutual labels:  stickers
VideoReflection
Embeddable video, GIF, water reflection and video borders in a video.
Stars: ✭ 33 (+43.48%)
Mutual labels:  stickers
Kuberam
Kuberam is built on jetpack compose + Auth0 during Hashnode Hackathon.
Stars: ✭ 33 (+43.48%)
Mutual labels:  android-app
media
Press kit / Media pack for OpenFaaS
Stars: ✭ 44 (+91.3%)
Mutual labels:  stickers
WebToon
Android 웹툰 Application
Stars: ✭ 130 (+465.22%)
Mutual labels:  android-app
Wallser
A wallpaper browsing and downloading app
Stars: ✭ 55 (+139.13%)
Mutual labels:  android-app
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+26.09%)
Mutual labels:  android-app
chaos-sticker-collection
A collection of chaos event / nerd culture related stickers.
Stars: ✭ 36 (+56.52%)
Mutual labels:  stickers
hacktoberfest2021-Excluded
You can submit any PR and have SWAGS. Happy Hacktoberfest !
Stars: ✭ 63 (+173.91%)
Mutual labels:  stickers
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-56.52%)
Mutual labels:  android-app
hacktoberfest2020
Submit Just 4 PRs to earn SWAGS 🔥
Stars: ✭ 44 (+91.3%)
Mutual labels:  stickers
CSI-KJSCEOfficial
CSI-KJSCE's official android application
Stars: ✭ 14 (-39.13%)
Mutual labels:  android-app
telegram-sticker-downloader
A script to download complete sticker packs from telegram and convert them into png
Stars: ✭ 34 (+47.83%)
Mutual labels:  stickers
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+404.35%)
Mutual labels:  android-app
WhatsApp-Stickers
WhatsApp Stickers Pack For WhatsApp
Stars: ✭ 18 (-21.74%)
Mutual labels:  stickers
mindful-android-launcher
Siempo Android Launcher - Smartphone interface for mental health and wellbeing
Stars: ✭ 38 (+65.22%)
Mutual labels:  android-app
Android
Step by step guide for various components in android
Stars: ✭ 32 (+39.13%)
Mutual labels:  android-app

GitHub top language Repository size Issues License Commit activity Last commit GitHub all releases

Android.EweSticker

Project Icon

Sticker-board for android inspired by uSticker (forked from woosticker).

Features

  • Wide range of custom stickers supported
    • image/gif
    • image/png
    • image/webp
    • image/jpeg
    • image/heif
    • video/3gpp
    • video/mp4
    • video/x-matroska
    • video/webm
  • Send stickers in supported apps (image/png is used as a fallback)
  • Vertical and Horizontal scrolling
  • Change number of rows and sticker preview size
  • Ties in with the system theme
  • Long press on a sticker to show a preview

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

Documentation

A high-level overview of how the documentation is organized organized will help you know where to look for certain things:

  • Tutorials take you by the hand through a series of steps to get started using the software. Start here if you’re new.
  • The Technical Reference documents APIs and other aspects of the machinery. This documentation describes how to use the classes and functions at a lower level and assume that you have a good high-level understanding of the software.
  • The Help guide provides a starting point and outlines common issues that you may have.

Gradle tasks

  • ktlintCheck (gradlew ktlintCheck): run ktlint over the codebase
  • genDocs (gradlew genDocs): generate the api reference using dokka

Language Information

Kotlin and Android Version

This app has been written in Kotlin 1.5.0 with the Android Studio IDE.

  • The target SDK version is 31 (Android 12)
  • The minimum SDK version is 26 (Android 8 Oreo)

Download Android Studio

Download the Android Studio IDE from https://developer.android.com/studio/. For Windows, double click the downloaded .exe file and follow the instructions provided by the installer - it will download the Android emulator and the Android SDK. Additional information can be found at https://developer.android.com/studio/install

How to Run

Build From Source

  1. Download or clone this GitHub repository
  2. (If downloaded) Extract the zip archive
  3. In Android Studio click File > Open and then navigate to the project file (Android studio defaults to the directory of the last opened file)

Get it on F-Droid

  1. Open the F-Droid app
  2. Search for EweSticker

or

Get it on F-Droid

Follow the link to the listing on F-Droid by clicking on the badge above, then download/ install

Get it on Google Play

  1. Open the Google Play app
  2. Search for EweSticker

or

Get it on Google Play

Follow the link to the listing on Google Play by clicking on the badge above, then download/ install

Download the APK

  1. For releases, navigate to the releases page here.
  2. Select the debug or release APK depending on your preference. Note that the filenames are in the form: com.fredhappyface.ewesticker-(version)-(debug|release).apk

or

Direct apk
download

Navigate to the releases page by clicking on the badge above.

Download Project

Clone

Using The Command Line

  1. Press the Clone or download button in the top right

  2. Copy the URL (link)

  3. Open the command line and change directory to where you wish to clone to

  4. Type 'git clone' followed by URL in step 2

    git clone https://github.com/FredHappyface/Android.EweSticker

More information can be found at https://help.github.com/en/articles/cloning-a-repository

Using GitHub Desktop

  1. Press the Clone or download button in the top right
  2. Click open in desktop
  3. Choose the path for where you want and click Clone

More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop

Download Zip File

  1. Download this GitHub repository
  2. Extract the zip archive
  3. Copy/ move to the desired location

Community Files

Licence

MIT License (See the LICENSE for more information.)

Changelog

See the Changelog for more information.

Code of Conduct

Online communities include people from many backgrounds. The Project contributors are committed to providing a friendly, safe and welcoming environment for all. Please see the Code of Conduct for more information.

Contributing

Contributions are welcome, please see the Contributing Guidelines for more information.

Security

Thank you for improving the security of the project, please see the Security Policy for more information.

Support

Thank you for using this project, I hope it is of use to you. Please be aware that those involved with the project often do so for fun along with other commitments (such as work, family, etc). Please see the Support Policy for more information.

Rationale

The rationale acts as a guide to various processes regarding projects such as the versioning scheme and the programming styles used. Please see the Rationale for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].