Categories
android

mARsquerade

l spent some time on an interesting side project towards the end of last year. The theme for the work Christmas party was a masquerade ball. Instead of creating an ordinary mask I thought I’d do something more Android. Using the following items I created something called mARsquerade:

  1. Google cardboard with a hole cut in it
  2. Bluetooth selfie stick
  3. A borrowed Samsung Galaxy Note 4
  4. An android application that uses the cardboard SDK and camera
  5. A Weetabix box
  6. Sellotape
  7. Gold spray paint

Simply put it’s a face detecting augmented reality rig that can take photos:

eye mask

The face detecting part uses smile detection to put a sad mask over a frowning face and a happy mask over a smiling one. Like this:

happy sad

The results can be disturbing! I questioned my own sanity a couple of times during development! I ran out if time to really finish off the hardware part so it looks a bit tatty. Originally I tried two Note 4s for a crazy stereoscopic setup but it was just too heavy and so would have required some sort of reinforced neck brace for support. The extendable selfie stick was really handy for taking photos from a high vantage point. The stick uses Bluetooth but luckily it just sends an enter keystroke to the phone rather any kind of proprietary Bluetooth command or something. I used the cardboard trigger to toggle on the flash as a torch. Useful for finding your way home after a hard nights mARsquerading. I put the code in github if anyone wants to take a look. It’s not in the Play Store because its pretty niche and requires a cut up Google Cardboard. Obviously it works best on a Note 4. The 1440p screen and decent camera make it work well. Running it on a device that doesn’t support a good square preview size (like the Nexus 5X) means a distorted camera view. WARNING: after a while the device seems to get a bit hot! Previewing the camera, distorting it for cardboard and detecting faces is probably a fair amount of work!

Categories
android

Paperless List unpublished from Play Store

The Tesco API has been experiencing some problems lately. On around 26th October its SSL certificate expired. They fixed this last week but anonymous login was broken. Anonymous login allows Paperless List to access data on Tesco products for sale without the need for a tesco.com account. I learned today from the Tesco Labs team on Twitter that anonymous login has been disabled because it was being abused (not by me but presumably other app developers). This means most of the functionality of Paperless List doesn’t work so I removed it from the Google Play Store. Existing users can still use the app but it will only work with manually added (i.e. not Tesco) products. It’s a shame because I have been working on a material design update for the app for a while. It looks like this:

paperless_material

Paperless List may be resurrected with a login screen in order for it to work again with the Tesco API.

Edit: Tesco have a new API with anonymous login but it has less features. I am exploring the possibility of using it and keeping tabs on its development

Categories
android

Paperless List V2.91

V2.91 is a bug fix release of Paperless List. I made some plumbing changes in V2.9 that introduced some bugs, especially on older Android version like 2.3.

  • Exiting during search crash fixed
  • Editing manual items on older Android versions fixed
  • Search re-submitting on orientation change fixed
  • Progress not visible in action bar on older Android versions fixed
Categories
android

Paperless List V2.9 out

Paperless List V2.9 is now out in the Google Play Store. I added a new feature to display nutritional info:

nutrition_censored_320

 

Just long press on an item in the list, search results or favourites and select the “Nutritional info” option. Values for energy per item and per 100g are shown. The real value in the feature is the traffic light system. Based on FSA guidelines this is a simple way to show if a product has low (green), medium (amber) or high (red) levels of fat, saturates, sugar and salt. Unfortunately, Tesco doesn’t have nutritional info on every product but hopefully they’ll add more in future. I also fixed a bug with scanning items on the list screen. It wasn’t adding them immediately because you had to navigate back out of the list and go back in to see the scanned item.

Categories
android

Paperless List V2.8

Paperless List V2.8 is out on the Google Play Store. Just a quick release to use the new Tesco API.

Categories
android

Paperless List V2.7 and Pro no more

I have just released Paperless List V2.7 to the Google Play Store. Only the free version has been updated because soon I will be removing the Pro version. By the end of the week it will be gone. All my apps from now on will be free and also ad free. That is unless I need to pay for hosting a web service or something. Here is the change log for V2.7:

  • Removed adverts
  • Fixed clear the favourites list
Categories
android

Paperless List V2.61 bug fix release

Just a quick release to fix a bug with editing manually added items. Due to changes in version 2.6 selecting edit in the favourites or shopping list context menu was crashing the app. Both Pro and Free versions are in the Google Play Store now.

Categories
android

Paperless List V2.6 out

Paperless List V2.6 is out. I managed to add more features but also optimise the app to use less memory:

success

Here is the change log:

  • Re-order the shopping list and favourites using drag and drop (use the handle on the left of the item)
  • Flattened out design. The action bar is now just white and that nasty dark grey gradient Android uses for the default background is now just black.
  • Using less memory. This was done as part of the changes for list re-ordering, using less views in the lists and following some Android best practices. The savings are around 18% memory for the same number of products in the shopping list (according to dumpsys meminfo)
  • Enabled spelling suggestions in the keyboard for manually adding products
  • Bug fix: performing a cross off gesture is no longer possible once the long press context menu appears
  • Bug fix: £ char not encoded correctly in email sharing
Categories
android

Paperless List V2.5 out

Paperless List version 2.5 is now in the Google Play Store. Both pro and free versions have been updated. Here is the list of changes:

  • Removed Bump sharing (its being turned off at the end of Jan 2014)
  • New high resolution icons
  • Checkboxes in settings easier to press
  • Text-to-speech voice now uses current Android system locale instead of US voice

It’s a shame Bump is being turned off but it means Paperless List now uses less permissions (location, vibrate and read phone state have now been removed). The shopping list can still be shared using email or Android Beam on devices with NFC running Android 4.0 or above.

Categories
android

SMS Bot Widget V2.51 released

SMS Bot Widget V2.51 is now in the Google Play Store. Here is the change log:

  • High resolution icon added
  • Warning added for Android 4.4 Kit Kat devices about not being able to write to sent messages