Skip to content

karak1974/HACKSense

Repository files navigation

HACKSense widget

Designed for Hackserspace Budapest, If you want to use this widget first you have to set it up based on the HackSense article article.

Roadmap

  • Working with HSBP's API
  • Add colors

Sample

Sample

Edit

You have to edit 2 things.

  1. The HackSense's url is located at app/src/main/java/com/hacksense/app/RequestSender.java#L34
URL url = new URL("https://hacksense-url/status.json");
  1. Hackerspace's name is located at app/src/main/res/values/strings.xml#L4
<string name="hackerspace_name">hackerspace-name</string>

Build

./gradlew assembleRelease

Keygen

keytool -genkey -v \
    -keystore hacksense.keystore \
    -keyalg RSA \
    -keysize 2048 \
    -sigalg SHA256withRSA \
    -validity 10000 \
    -alias hacksense

Sign

apksigner sign \
    --ks hacksense.keystore \
    --ks-key-alias hacksense \
    --in ./app/build/outputs/apk/release/app-release-unsigned.apk \
    --out hacksense.apk

Check sign

apksigner verify --verbose --print-certs hacksense.apk

About

Widget what shows the status of the hackerspace

Resources

Stars

Watchers

Forks

Languages