Giter VIP home page Giter VIP logo

openmoji-ios's People

Contributors

b-g avatar sam0711er avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

openmoji-ios's Issues

Better App Description

Hi @Sam0711er!

OpenMoji Stickers is an Open Source Emoji Sticker Pack.

Aktuell noch nicht so punchy ... vielleicht besser:

Sticker Pack of the OpenMoji project. Open-source emojis for everyone!
Sticker Pack of the OpenMoji project โ€“ open source emojis for everyone!

Sticker Pack of the OpenMoji project. Open-source emojis for designers, developers and everyone else!

Fix broken filenames: HEXCODE vs hexcode

As git is operating internally on case sensitive files but macOS most often not ... this is a problem :(

Should be fixed now.

Here is also the bash script I wrote to fix it for future reference

#!/usr/bin/env bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
cd "$SCRIPTPATH"

hexcodes=("2b0c" "2b0d" "2b8f")

for hex_lower in ${hexcodes[@]}; do
  hex_upper=$(echo "$hex_lower" | awk '{print toupper($0)}')
  echo ${hex_lower} ${hex_upper}
  git mv images/618x618/${hex_lower}.png images/618x618/${hex_upper}.png
  git mv OpenMoji/OpenMoji/General/Assets.xcassets/stickers/${hex_lower}.imageset/${hex_lower}.png OpenMoji/OpenMoji/General/Assets.xcassets/stickers/${hex_upper}.imageset/${hex_upper}.png
  git mv OpenMoji/OpenMoji/General/Assets.xcassets/stickers/${hex_lower}.imageset/Contents.json OpenMoji/OpenMoji/General/Assets.xcassets/stickers/${hex_upper}.imageset/Contents.json
  git mv OpenMoji/OpenMoji\ Stickers/Stickers.xcassets/Sticker\ Pack.stickerpack/${hex_lower}.sticker/Contents.json OpenMoji/OpenMoji\ Stickers/Stickers.xcassets/Sticker\ Pack.stickerpack/${hex_upper}.sticker/Contents.json
  git mv OpenMoji/OpenMoji\ Stickers/Stickers.xcassets/Sticker\ Pack.stickerpack/${hex_lower}.sticker/${hex_lower}.png OpenMoji/OpenMoji\ Stickers/Stickers.xcassets/Sticker\ Pack.stickerpack/${hex_upper}.sticker/${hex_upper}.png
done

openmoji.json causes issues

Within the openmoji.json file the following issues appear:

  1. The skintone property is somtimes of type String, sometimes of type Int. A definitive declaration as String would be great (Swift requires type safety)
  2. After the Wales flag (๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ, 1F3F4-E0067-E0062-E0077-E006C-E0073-E007F), order no. 4702, items don't have an order number anymore. This however is essential to be able to order the emojis on the app. I suppose these are all custom emojis that are not part of unicode.

In order to perform these changes, the files needs to be changed in the main repo, as it is only copied over from that repo: https://github.com/hfg-gmuend/openmoji/blob/master/data/openmoji.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.