Skip to content

Instantly share code, notes, and snippets.

View lvialle's full-sized avatar

Ludovic Vialle lvialle

View GitHub Profile
^PgDn::Volume_Down
^PgUp::Volume_Up
^Delete::Volume_Mute
!PgDn::Media_Next
!PgUp::Media_Prev
!Delete::Media_Play_Pause
package com.levelup.foxyring;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.sqlite.SQLiteDatabase;
import android.database.Cursor;
import java.util.Map;
import android.util.Log;
3.5 - 11th Apr 2011
- Full Support for Tablets with Android 3.0 (Honeycomb)
- Added moon phases (current and the next phases) in the forecast window (under Menu)
- Added multiples date format for the Super Clock
- Added a 4x3 Super Clock, mostly designed for Tablets
- It is not required to configure the widget anymore when inserting it
- 24 Hours/12 Hours modes and C°/F° modes are now detected at the first launch
- Fixed the weather network layers freezing the device when updating
- Fixed force close with Live Wallpaper and sunrise/sunset calculation
- Live wallpaper sensor orientation fixed for Honeycomb devices
3.5
- Full Support for Tablets with Android 3.0 (Honeycomb)
- Added moon phases (current and the next phases) in the forecast window (under Menu)
- Added multiples date format for the Super Clock
- Added a 4x3 Super Clock, mostly designed for Tablets
- It is not required to configure the widget anymore when inserting it
- 24 Hours/12 Hours modes and C°/F° modes are now detected at the first launch
- Fixed the weather network layers freezing the device when updating
- Fixed force close with Live Wallpaper and sunrise/sunset calculation
- Live wallpaper sensor orientation fixed for Honeycomb devices