This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ^PgDn::Volume_Down | |
| ^PgUp::Volume_Up | |
| ^Delete::Volume_Mute | |
| !PgDn::Media_Next | |
| !PgUp::Media_Prev | |
| !Delete::Media_Play_Pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |