1.0.0 / December 23, 2014
(3.7/5) ()

Description

App made for managing choices in roundbasedAll You Can Eat restaurants (like in most of the all you caneatsushi places).
With this app, you will be able to write each person'schoices,round after round.
That will make it more easy!

App Information All you can list

  • App Name
    All you can list
  • Package Name
    com.bsantalucia.allYouCanList
  • Updated
    December 23, 2014
  • File Size
    8.1M
  • Requires Android
    Android 2.3.3 and up
  • Version
    1.0.0
  • Developer
    Benjamin Santalucia
  • Installs
    1 - 5
  • Price
    Free
  • Category
    Productivity
  • Developer
    Email [email protected]
    220 Rue Du Jardin Secret Le Juan Flore G706
  • Google Play Link

Benjamin Santalucia Show More...

Wrapper for OWA 1.0.4.3 APK
Help connecting to Outlook Web Access or Outlook Web App Shownotifications (experimental) Can fake the userAgent in order toimprove OWA interface
All you can list 1.0.0 APK
App made for managing choices in roundbasedAll You Can Eat restaurants (like in most of the all you caneatsushi places).With this app, you will be able to write each person'schoices,round after round.That will make it more easy!
Beacon Automation APK
Android app to forward beacon events over MQTT or Webhooks (forhomeautomation scenarios). The basic idea behind the app is toallow youto integrate beacons into your home automation systemsusing MQTT orWebhooks. In the app, you can search for and addbeacons. You canthen configure an MQTT broker and/or Webhookbroker that will benotified each time the beacons enter or existthe range of thephone. There are a lot of configuration optionslike: * MQTTAuthentication * MQTT Beacon Enter Topic * MQTT BeaconEnterDistance Topic * MQTT Beacon Exit Topic * MQTT Beacon ExitDistanceTopic * Webhook URL + Content type + request method(POST/GET/PUT,...) * Webhook Beacon Enter Payload * Webhook BeaconEnter DistancePayload * Webhook Beacon Exit Payload * WebhookBeacon Exit DistancePayload * Time between scans * Time spent onscans * Minimumdistance to trigger an event * Notifications fordebug purposes *Log on the app for debugging purposes Librariesused: * Eclipse MQTT* Android AltBeacon ## Payload of MQTT TopicsAll topics will havethe following payload: ``` { uuid: "String -Beacon UUID", mac:"String - Beacon Bluetooth address, major:"String - Beacon Major",minor: "String - Beacon Minor", androidId:"String - Unique Androididentification" } ``` In addition,`distance` topics will have oneextra property: ``` { distance:Number - current distance betweenBeacon and device } ``` ##Payload of Webhook calls You can add yourown properties to thepayload JSON used by Webhooks. In addition,all payload will havethe following JSON properties: ``` { uuid:"String - Beacon UUID",mac: "String - Beacon Bluetooth address,major: "String - BeaconMajor", minor: "String - Beacon Minor",androidId: "String - UniqueAndroid identification" } ``` Inaddition, `distance` events willhave one extra property: ``` {distance: Number - current distancebetween Beacon and device } ```