A B C D E F G H I K L M N O P Q R S T U V W Y Z

A

about - Static variable in class sk.baka.ambient.R.string
 
AboutActivity - Class in sk.baka.ambient.activity
Shows the About dialog.
AboutActivity() - Constructor for class sk.baka.ambient.activity.AboutActivity
 
aboutactivity - Static variable in class sk.baka.ambient.R.layout
 
aboutAppName - Static variable in class sk.baka.ambient.R.id
 
aboutTitle - Static variable in class sk.baka.ambient.R.string
 
AbstractAudio - Class in sk.baka.ambient.collection.file
Contains information about an audio file.
AbstractAudio(String) - Constructor for class sk.baka.ambient.collection.file.AbstractAudio
Creates new audio object instance.
AbstractCollectionController - Class in sk.baka.ambient.activity.main.cb
Controller which displays a collection browser on given list view and allows user to navigate it using gestures.
AbstractCollectionController(int, int, Activity, GesturesListView, ICollection, int) - Constructor for class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Creates new controller instance.
AbstractController - Class in sk.baka.ambient.activity.main
A base class each controller must extend.
AbstractController(int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractController
Creates new controller.
AbstractController.Listener - Class in sk.baka.ambient.activity.main
The activity button listener.
AbstractController.Listener() - Constructor for class sk.baka.ambient.activity.main.AbstractController.Listener
 
AbstractFileStorage - Class in sk.baka.ambient.commons
An abstract file cache, stores files into android application private directory.
AbstractFileStorage(String, String...) - Constructor for class sk.baka.ambient.commons.AbstractFileStorage
Creates new cache instance.
AbstractKeypadHandler - Class in sk.baka.ambient.views.gesturelist.keypad
Handles the key events.
AbstractKeypadHandler(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.keypad.AbstractKeypadHandler
Creates new handler.
AbstractListController - Class in sk.baka.ambient.activity.main
The items in this controller are rendered as a list and can be selected.
AbstractListController(int, int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractListController
Creates new controller.
AbstractPlaylistController - Class in sk.baka.ambient.activity.main
Groups functionality for a controller managing a playlist.
AbstractPlaylistController(int, int, Activity) - Constructor for class sk.baka.ambient.activity.main.AbstractPlaylistController
Creates new controller.
AbstractTrackProvider - Class in sk.baka.ambient.collection.local
Provides random mix of tracks from the entire library.
AbstractTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.AbstractTrackProvider
Creates a new provider.
actions - Static variable in class sk.baka.ambient.activity.main.MagnatuneController
The actions to display on the Task switcher.
actions - Static variable in class sk.baka.ambient.activity.main.ShoutcastController
The actions to display on the Task switcher.
actions - Static variable in class sk.baka.ambient.activity.main.TaskSwitcherController
The actions to display on the Task switcher.
ActionsEnum - Enum in sk.baka.ambient
Enumerates all actions that can be taken.
activate(Class<? extends AbstractKeypadHandler>) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadManager
Activates required handler.
activateAction(ActionsEnum, boolean) - Method in class sk.baka.ambient.activity.main.MainActivity
Executes given action.
activateDpadSearch() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Activates the binary search on this list view.
adapter - Variable in class sk.baka.ambient.views.gesturelist.ModelHolder
The backing adapter.
add(AbstractController, ActionsEnum) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Registers a controller to this group.
add(Statistics) - Method in class sk.baka.ambient.collection.Statistics
Merge this object with another statistics object.
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
add(int, List<TrackMetadataBean>) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Inserts given tracks before track with given index.
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
add(int, TrackMetadataBean) - Method in class sk.baka.ambient.PlaylistPlayer
Adds track to the playlist after given track
add(int, List<TrackMetadataBean>) - Method in class sk.baka.ambient.PlaylistPlayer
 
add(TrackMetadataBean) - Method in class sk.baka.ambient.PlaylistPlayer
Adds track to the end of the playlist.
addHandler(Object) - Method in class sk.baka.ambient.commons.SimpleBus
Registers this handler.
addHandler(Object, Class<?>) - Method in class sk.baka.ambient.commons.SimpleBus
Registers given handler only to given message type.
addImage(Context, SpannableStringBuilder, int) - Static method in class sk.baka.ambient.views.ViewUtils
Appends an ImageSpan to given builder.
addToAlbumMap(Map<String, List<TrackMetadataBean>>, TrackMetadataBean) - Static method in class sk.baka.ambient.playlist.Utils
Adds given track to the album map structure.
album - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Album name.
album - Static variable in class sk.baka.ambient.R.string
 
ALBUM_ORDER_COMPARATOR - Static variable in class sk.baka.ambient.collection.CollectionUtils
Orders the tracks by albums, track number and finally by filenames.
albums - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Number of albums in the collection.
albums - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
Number of albums in the collection.
albums - Variable in class sk.baka.ambient.collection.CategoryItem
Contains a number of albums for given artist or genre.
albums - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
Contains a number of albums for given artist or genre.
albums - Variable in class sk.baka.ambient.collection.Statistics
Albums count.
AmbientApplication - Class in sk.baka.ambient
Serves mainly for a primary access point to a singleton data structures and services, such as Library, PlaylistPlayer etc.
AmbientApplication() - Constructor for class sk.baka.ambient.AmbientApplication
 
ambientError - Static variable in class sk.baka.ambient.R.string
 
ampache - Static variable in class sk.baka.ambient.R.drawable
 
ampache - Static variable in class sk.baka.ambient.R.string
 
ampache_client_activity - Static variable in class sk.baka.ambient.R.layout
 
ampache_embedded_off - Static variable in class sk.baka.ambient.R.drawable
 
ampache_embedded_on - Static variable in class sk.baka.ambient.R.drawable
 
ampacheBrowser - Static variable in class sk.baka.ambient.R.id
 
ampacheBrowserControls - Static variable in class sk.baka.ambient.R.id
 
ampacheButtons - Static variable in class sk.baka.ambient.R.id
 
ampacheClient - Variable in class sk.baka.ambient.AppState
The Ampache client configuration.
AmpacheClient - Class in sk.baka.ambient.collection.ampache
Contains utility methods to communicate with Ampache.
AmpacheClient(String) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheClient
Creates new object instance.
AmpacheClient.ErrorHandlingHandler - Class in sk.baka.ambient.collection.ampache
Superclass for all handlers handling Ampache output.
AmpacheClient.ErrorHandlingHandler() - Constructor for class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
AmpacheClientActivity - Class in sk.baka.ambient.activity
Displays an Ampache client configuration window.
AmpacheClientActivity() - Constructor for class sk.baka.ambient.activity.AmpacheClientActivity
 
AmpacheClientBean - Class in sk.baka.ambient.activity
Stores the ampache client configuration.
AmpacheClientBean() - Constructor for class sk.baka.ambient.activity.AmpacheClientBean
 
ampacheClientChanged() - Method in class sk.baka.ambient.activity.main.AmpacheController
Invoked when the Ampache client configuration changes.
AmpacheCollection - Class in sk.baka.ambient.collection.ampache
Wraps Ampache as a collection.
AmpacheCollection(AmpacheClient, String, String) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheCollection
Creates new wrapper.
AmpacheConfigureClientTip - Static variable in class sk.baka.ambient.R.string
 
ampacheConfigureConnection - Static variable in class sk.baka.ambient.R.string
 
AmpacheController - Class in sk.baka.ambient.activity.main
Browses the Ampache server and optionally allows a synchronization of tracks.
AmpacheController(Activity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.AmpacheController
Creates new ampache controller.
ampacheDownloadSelected - Static variable in class sk.baka.ambient.R.string
 
AmpacheDownloadSelectedTip - Static variable in class sk.baka.ambient.R.string
 
ampacheEmbeddedPassword - Variable in class sk.baka.ambient.ConfigurationBean
If true then new covers will not be downloaded.
AmpacheEngine - Class in sk.baka.ambient.activity.search
Search the magnatune collection.
AmpacheEngine() - Constructor for class sk.baka.ambient.activity.search.AmpacheEngine
 
AmpacheException - Exception in sk.baka.ambient.collection.ampache
Error communicating with ampache.
AmpacheException(String, String) - Constructor for exception sk.baka.ambient.collection.ampache.AmpacheException
Creates new exception from given error code.
AmpacheInfo - Class in sk.baka.ambient.collection.ampache
Contains information about the Ampache server.
AmpacheInfo(String, String, Date, Date, int, int, int) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheInfo
 
AmpacheInfo.Builder - Class in sk.baka.ambient.collection.ampache
Builds instances of AmpacheInfo class.
AmpacheInfo.Builder() - Constructor for class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
 
ampacheList - Static variable in class sk.baka.ambient.R.id
 
ampacheOffline - Static variable in class sk.baka.ambient.R.id
 
ampachePassword - Static variable in class sk.baka.ambient.R.id
 
ampachePassword - Static variable in class sk.baka.ambient.R.string
 
ampachePath - Static variable in class sk.baka.ambient.R.id
 
ampacheRoot - Static variable in class sk.baka.ambient.R.id
 
ampacheSave - Static variable in class sk.baka.ambient.R.id
 
AmpacheServer - Class in sk.baka.ambient.collection.ampache
Provides the Ampache XML API services over a network.
AmpacheServer(String, ICollection) - Constructor for class sk.baka.ambient.collection.ampache.AmpacheServer
Creates new server instance.
ampacheServer - Static variable in class sk.baka.ambient.R.id
 
ampacheServer - Static variable in class sk.baka.ambient.R.string
 
ampacheServerConfig - Static variable in class sk.baka.ambient.R.string
 
ampacheServerError - Static variable in class sk.baka.ambient.R.string
 
ampacheServerPassword - Static variable in class sk.baka.ambient.R.string
 
ampacheServerStart - Static variable in class sk.baka.ambient.R.string
 
ampacheServerStop - Static variable in class sk.baka.ambient.R.string
 
ampacheServerWifiStatus - Static variable in class sk.baka.ambient.R.id
 
AmpacheStartServerTip - Static variable in class sk.baka.ambient.R.string
 
ampacheSynchronize - Static variable in class sk.baka.ambient.R.string
 
AmpacheSynchronizeTip - Static variable in class sk.baka.ambient.R.string
 
ampacheUser - Static variable in class sk.baka.ambient.R.id
 
ampacheUser - Static variable in class sk.baka.ambient.R.string
 
apiVersion - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
The Ampache XML API version.
apiVersion - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
The Ampache XML API version.
app - Variable in class sk.baka.ambient.activity.main.AbstractController
Returns the application instance.
app_name - Static variable in class sk.baka.ambient.R.string
 
appendDisplayableLength(int, StringBuilder, boolean) - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Appends length in the [hh:]mm:ss format.
appendDisplayableLength(StringBuilder, boolean) - Method in class sk.baka.ambient.collection.TrackMetadataBean
Appends length in the [hh:]mm:ss format.
appRestoreStateFailed - Static variable in class sk.baka.ambient.R.string
 
appSaveStateFailed - Static variable in class sk.baka.ambient.R.string
 
AppState - Class in sk.baka.ambient
A serializable application state.
AppState() - Constructor for class sk.baka.ambient.AppState
 
AppState.IAppStateAware - Interface in sk.baka.ambient
Implemented by components that are aware of the global application state.
AppStateHandler - Class in sk.baka.ambient
Handles application configuration and state storage.
AppStateHandler(AmbientApplication) - Constructor for class sk.baka.ambient.AppStateHandler
Creates new handler.
arrow_left_float - Static variable in class sk.baka.ambient.R.drawable
 
arrow_right_float - Static variable in class sk.baka.ambient.R.drawable
 
artist - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Artist.
artist - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
artist
artist - Static variable in class sk.baka.ambient.R.string
 
artistDesc - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The artist's description.
artists - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Number of artists in the collection.
artists - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
Number of artists in the collection.
artists - Variable in class sk.baka.ambient.collection.Statistics
Artists count.
artistURL - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
A link to artist's page
asBinder() - Method in class sk.baka.ambient.playerservice.IPlayer.Stub
 
asInterface(IBinder) - Static method in class sk.baka.ambient.playerservice.IPlayer.Stub
Cast an IBinder object into an IPlayer interface, generating a proxy if needed.
available() - Method in class sk.baka.ambient.commons.CountingInputStream
 

B

back - Static variable in class sk.baka.ambient.R.string
 
back48 - Static variable in class sk.baka.ambient.R.drawable
 
backDragDrop - Static variable in class sk.baka.ambient.R.string
 
backend - Variable in class sk.baka.ambient.library.Library
The database back-end.
background_blue - Static variable in class sk.baka.ambient.R.drawable
 
background_grey - Static variable in class sk.baka.ambient.R.drawable
 
background_nowplaying - Static variable in class sk.baka.ambient.R.drawable
 
background_queue - Static variable in class sk.baka.ambient.R.drawable
 
background_roundedbox - Static variable in class sk.baka.ambient.R.drawable
 
BackgroundOpExecutor - Class in sk.baka.ambient
Able to execute multiple long operations running simultaneously in the background.
BackgroundOpExecutor() - Constructor for class sk.baka.ambient.BackgroundOpExecutor
 
backgroundTask(int, String, int, int) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
 
backgroundTask(int, String, int, int) - Method in class sk.baka.ambient.BackgroundOpExecutor
Sets a progress of the current task.
backgroundTask(int, String, int, int) - Method in interface sk.baka.ambient.IBackgroundTask
Informs that a background task has been started or has ended.
backgroundTasks - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksCancelAll - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksCaption - Static variable in class sk.baka.ambient.R.id
 
backgroundTasksRunning - Static variable in class sk.baka.ambient.R.string
 
Bind - Annotation Type in sk.baka.ambient.commons
Binds a field to a view.
bindBeanMap(Object, Map<String, Object>, boolean, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to a map.
bindBeanToEditor(Object, SharedPreferences.Editor, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to an editor.
bindBeanView(Object, View, boolean, boolean) - Static method in class sk.baka.ambient.commons.Binder
Copies all properties annotated by Bind to the view.
Binder - Class in sk.baka.ambient.commons
Binds a POJO bean to a view.
bitrate - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Bitrate in kbps.
blockLength - Variable in class sk.baka.ambient.commons.CountingInputStream
Fire events only when a block of given size (in bytes) has been read.
btn_back - Static variable in class sk.baka.ambient.R.drawable
 
buffered(byte) - Method in class sk.baka.ambient.activity.main.PlayerController
 
buffered(byte) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
How much data is currently buffered.
build() - Method in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
Builds new object instance.
build() - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Builds new category item.
build(long) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Creates new metadata bean.
button_close - Static variable in class sk.baka.ambient.R.drawable
 
button_i - Static variable in class sk.baka.ambient.R.drawable
 
button_minimize - Static variable in class sk.baka.ambient.R.drawable
 
ButtonBar - Static variable in class sk.baka.ambient.R.styleable
Attributes that can be used with a ButtonBar.
ButtonBar - Class in sk.baka.ambient.views
A very simple, naive and inefficient implementation of the apple-launchbar-like button bar.
ButtonBar(Context, int, Integer, Integer, Boolean) - Constructor for class sk.baka.ambient.views.ButtonBar
Constructor.
ButtonBar(Context, AttributeSet, int) - Constructor for class sk.baka.ambient.views.ButtonBar
 
ButtonBar(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.ButtonBar
 
ButtonBar_extendDown - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.extendDown attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_rootId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.rootId attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_textHintBgColor - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.textHintBgColor attribute's value can be found in the R.styleable.ButtonBar array.
ButtonBar_textHintColor - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.textHintColor attribute's value can be found in the R.styleable.ButtonBar array.
buyAlbum - Static variable in class sk.baka.ambient.R.string
 
buyURL - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
You can buy the album here

C

call() - Method in class sk.baka.ambient.collection.sync.CollectionSynchronizer
 
call() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
cancel(Object) - Method in class sk.baka.ambient.BackgroundOpExecutor
Cancels given task.
cancel - Static variable in class sk.baka.ambient.R.string
 
CANCEL - Static variable in class sk.baka.ambient.views.ViewUtils
Cancels the dialog on invocation.
cancel() - Method in interface sk.baka.ambient.views.ViewUtils.OnTextSubmit
The dialog has been canceled.
cancelLocationResolving() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Cancels all location resolving activities.
cancelNotifications() - Method in class sk.baka.ambient.PlaybackNotificator
Cancels all notifications.
cancelPlaybackNotification() - Method in class sk.baka.ambient.PlaybackNotificator
Cancels the playback notification.
cancelResize() - Method in class sk.baka.ambient.activity.main.MenuHandler
Cancels the resizing operation.
canComputeItems() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
canComputeItems() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
canComputeItems() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the model currently supports computing tracks.
canHighlight() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
canHighlight() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
canHighlight() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
canHighlight() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if we can start highlight mode now.
canMove() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Checks if the move events ( IGestureListViewListener.moveItems(Interval, int) and IGestureListViewListener.moveItemsByOne(Interval, boolean)) can be invoked.
cannotDragDrop - Static variable in class sk.baka.ambient.R.string
 
cannotModify - Static variable in class sk.baka.ambient.R.string
 
cannotSelect - Static variable in class sk.baka.ambient.R.string
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
canPerformSearch() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Checks if this engine can currently perform the search.
canPerformSearch() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
canPerformSearch() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
canReturnTracks() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Checks if this manager can provide a list of tracks.
canReturnTracks() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
canSearchOffline() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Checks if this engine can perform an offline search.
canSearchOffline() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
canSearchOffline() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
caption - Variable in enum sk.baka.ambient.ActionsEnum
The caption resource.
caption - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Caption text.
caption - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Caption text.
cat(Reader) - Static method in class sk.baka.ambient.commons.IOUtils
Cat given reader to log.
categories - Static variable in class sk.baka.ambient.R.string
 
category - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The category of this item, must not be null.
category - Variable in class sk.baka.ambient.collection.CategoryItem
The category of this item, must not be null.
CategoryEnum - Enum in sk.baka.ambient.collection
Enumerates all criteria fields.
CategoryItem - Class in sk.baka.ambient.collection
A single category, may be an artist, an album or a genre.
CategoryItem(Object, String, String, CategoryEnum, int, int) - Constructor for class sk.baka.ambient.collection.CategoryItem
Creates new category item instance.
CategoryItem.Builder - Class in sk.baka.ambient.collection
Builds the CategoryItem.
CategoryItem.Builder() - Constructor for class sk.baka.ambient.collection.CategoryItem.Builder
 
CategoryManager - Class in sk.baka.ambient.activity.main.cb
Performs the criteria selection.
CategoryManager(CategoryEnum[]) - Constructor for class sk.baka.ambient.activity.main.cb.CategoryManager
Creates new manager.
cause - Static variable in class sk.baka.ambient.R.string
 
characters(char[], int, int) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
checkButton(int, int, boolean) - Method in class sk.baka.ambient.activity.main.AbstractController
Checks or un-checks given button on the button bar.
clean(TrackOriginEnum) - Method in class sk.baka.ambient.library.DBStrategy
Removes all data from all tables.
cleanup() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Cleans up old files.
cleanup() - Method in class sk.baka.ambient.CoverCache
 
clear() - Method in class sk.baka.ambient.commons.SimpleBus
Removes all handlers and cleans up the object.
clear() - Method in class sk.baka.ambient.ErrorHandler
Clears all recorded error messages.
clear - Static variable in class sk.baka.ambient.R.string
 
clear_queue - Static variable in class sk.baka.ambient.R.string
 
clearQueue() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
clearQueue() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Clears queue from queued.
clearQueue() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
clearQueue() - Method in class sk.baka.ambient.PlaylistPlayer
 
clearTooltip(Object) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Clears the mode and dismisses the window.
clipboardChanged() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.AmpacheController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.ContextController
 
clipboardChanged() - Method in class sk.baka.ambient.activity.main.PlayerController
 
clipboardChanged() - Method in interface sk.baka.ambient.IApplicationListener
The clipboard has been changed.
clipboardChanged() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Invoke to let the listview know that the clipboard was modified.
clipboardEmpty - Static variable in class sk.baka.ambient.R.string
 
clone(Point) - Static method in class sk.baka.ambient.views.ViewUtils
Clones given point
close() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
close() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Closes the cache object, stopping any pending download operations.
close() - Method in class sk.baka.ambient.commons.CountingInputStream
 
close() - Method in class sk.baka.ambient.commons.SocketServer
 
close() - Method in class sk.baka.ambient.library.DBStrategy
Closes the database and releases all resources.
close() - Method in class sk.baka.ambient.library.Library
Closes this instance of the library.
close() - Method in class sk.baka.ambient.PlaylistPlayer
Closes and deactivates the player.
close() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Closes this handler and frees all resources.
close - Static variable in class sk.baka.ambient.R.string
 
close() - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
closeQuietly(Closeable) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes the closeable object.
closeQuietly(Socket) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes a socket quietly.
closeQuietly(ServerSocket) - Static method in class sk.baka.ambient.commons.MiscUtils
Closes a server socket quietly.
coll_year - Static variable in class sk.baka.ambient.R.string
 
collection - Variable in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
The collection to display the data from.
collection - Static variable in class sk.baka.ambient.R.string
 
collection48 - Static variable in class sk.baka.ambient.R.drawable
 
collection_item - Static variable in class sk.baka.ambient.R.id
 
collection_item - Static variable in class sk.baka.ambient.R.layout
 
collection_short - Static variable in class sk.baka.ambient.R.string
 
collectionButtons - Static variable in class sk.baka.ambient.R.id
 
CollectionController - Class in sk.baka.ambient.activity.main
Controls the collection view.
CollectionController(MainActivity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.CollectionController
Creates new controller instance.
CollectionEngine - Class in sk.baka.ambient.activity.search
Search the collection for given query.
CollectionEngine(ICollection) - Constructor for class sk.baka.ambient.activity.search.CollectionEngine
Creates new collection engine which performs search on an arbitrary ICollection.
CollectionException - Exception in sk.baka.ambient.collection
Thrown when the collection backend strategy fails to fulfill given request.
CollectionException() - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(String, Throwable) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(String) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
CollectionException(Throwable) - Constructor for exception sk.baka.ambient.collection.CollectionException
 
collectionPath - Static variable in class sk.baka.ambient.R.id
 
CollectionSynchronizer - Class in sk.baka.ambient.collection.sync
Downloads tracks from given collection which are missing in the reference collection.
CollectionSynchronizer(Context, ICollection, ICollection, TagFormatter, String, IBackgroundTask) - Constructor for class sk.baka.ambient.collection.sync.CollectionSynchronizer
Creates new synchronizer.
CollectionUtils - Class in sk.baka.ambient.collection
Various collection utility methods.
CollectionUtils.AlbumOrderComparator - Class in sk.baka.ambient.collection
Orders the tracks by albums, track number and finally by displayable name.
CollectionUtils.AlbumOrderComparator() - Constructor for class sk.baka.ambient.collection.CollectionUtils.AlbumOrderComparator
 
collectionView - Static variable in class sk.baka.ambient.R.id
 
collectionWindow - Static variable in class sk.baka.ambient.R.id
 
CollectionYearTip - Static variable in class sk.baka.ambient.R.string
 
COLUMN_NAMES - Static variable in class sk.baka.ambient.library.LibraryUtils
All column names in the tracks table.
COLUMNS - Static variable in class sk.baka.ambient.library.LibraryUtils
All columns separated by commas.
com.es.skreemr - package com.es.skreemr
 
compare(TrackMetadataBean, TrackMetadataBean) - Method in class sk.baka.ambient.collection.CollectionUtils.AlbumOrderComparator
 
compose(KeyEvent.Callback...) - Static method in class sk.baka.ambient.views.KeyEventHandler
Composes multiple prioritized callbacks.
composer - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Original composer.
computePassphrase(String, String) - Static method in class sk.baka.ambient.collection.ampache.AmpacheClient
Computes Ampache passphrase for given time and password.
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
computeTracks(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
computeTracks(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Retrieve a list of tracks from the selection.
config - Static variable in class sk.baka.ambient.R.layout
 
config - Static variable in class sk.baka.ambient.R.string
 
config48 - Static variable in class sk.baka.ambient.R.drawable
 
ConfigActivity - Class in sk.baka.ambient.activity
Configures Ambient.
ConfigActivity() - Constructor for class sk.baka.ambient.activity.ConfigActivity
 
configAmpacheServerPassword - Static variable in class sk.baka.ambient.R.id
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.ContextController
 
configChanged(ConfigurationBean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
configChanged(ConfigurationBean) - Method in interface sk.baka.ambient.IApplicationListener
The configuration was changed.
configCollection - Static variable in class sk.baka.ambient.R.id
 
configCoverCache - Static variable in class sk.baka.ambient.R.id
 
configCoverCache - Static variable in class sk.baka.ambient.R.string
 
configCoverCacheFull - Static variable in class sk.baka.ambient.R.id
 
configCoverCacheFull - Static variable in class sk.baka.ambient.R.string
 
configCoverCachePurge - Static variable in class sk.baka.ambient.R.id
 
configCoverCachePurge - Static variable in class sk.baka.ambient.R.string
 
configDefaults - Static variable in class sk.baka.ambient.R.id
 
configDefaults - Static variable in class sk.baka.ambient.R.string
 
configDynamicHistory - Static variable in class sk.baka.ambient.R.id
 
configDynamicHistory - Static variable in class sk.baka.ambient.R.string
 
configDynamicUpcoming - Static variable in class sk.baka.ambient.R.id
 
configDynamicUpcoming - Static variable in class sk.baka.ambient.R.string
 
configNotifCaption - Static variable in class sk.baka.ambient.R.string
 
configNotification - Static variable in class sk.baka.ambient.R.id
 
configNotificationLocation - Static variable in class sk.baka.ambient.R.id
 
configNotificationLongFormat - Static variable in class sk.baka.ambient.R.id
 
configNotificationLongFormat - Static variable in class sk.baka.ambient.R.string
 
configNotificationPreview - Static variable in class sk.baka.ambient.R.id
 
configNotificationShortFormat - Static variable in class sk.baka.ambient.R.id
 
configNotificationShortFormat - Static variable in class sk.baka.ambient.R.string
 
configNotificationType - Static variable in class sk.baka.ambient.R.id
 
configNotifLocationBottom - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationCaption - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationCenter - Static variable in class sk.baka.ambient.R.string
 
configNotifLocationTop - Static variable in class sk.baka.ambient.R.string
 
configNotifLong - Static variable in class sk.baka.ambient.R.string
 
configNotifNone - Static variable in class sk.baka.ambient.R.string
 
configNotifPreview - Static variable in class sk.baka.ambient.R.string
 
configNotifShort - Static variable in class sk.baka.ambient.R.string
 
configPlayer - Static variable in class sk.baka.ambient.R.id
 
configPlayerGap - Static variable in class sk.baka.ambient.R.id
 
configPlayerGap - Static variable in class sk.baka.ambient.R.string
 
configPlayerNotifHiddenOnly - Static variable in class sk.baka.ambient.R.id
 
configPlayerNotifHiddenOnly - Static variable in class sk.baka.ambient.R.string
 
configPlayerTickerFormat - Static variable in class sk.baka.ambient.R.id
 
configPlayerTickerFormat - Static variable in class sk.baka.ambient.R.string
 
configPlaylist - Static variable in class sk.baka.ambient.R.id
 
configPlaylistFormat - Static variable in class sk.baka.ambient.R.id
 
configPlaylistFormat - Static variable in class sk.baka.ambient.R.string
 
configPlaylistRemember - Static variable in class sk.baka.ambient.R.id
 
configPlaylistRemember - Static variable in class sk.baka.ambient.R.string
 
configPlaylistRepeatIsNull - Static variable in class sk.baka.ambient.R.id
 
configPlaylistRepeatIsNull - Static variable in class sk.baka.ambient.R.string
 
configReactivateTips - Static variable in class sk.baka.ambient.R.id
 
configReactivateTips - Static variable in class sk.baka.ambient.R.string
 
configRoot - Static variable in class sk.baka.ambient.R.id
 
configSave - Static variable in class sk.baka.ambient.R.id
 
configSave - Static variable in class sk.baka.ambient.R.string
 
configSaveError - Static variable in class sk.baka.ambient.R.string
 
configTabhost - Static variable in class sk.baka.ambient.R.id
 
ConfigurationBean - Class in sk.baka.ambient
Contains current ambient configuration.
ConfigurationBean() - Constructor for class sk.baka.ambient.ConfigurationBean
 
ConfigurationBean.TrackChangeNotifEnum - Enum in sk.baka.ambient
A notification to show when the current playing track is changed.
ConfigurationBean.TrackChangeNotifLocationEnum - Enum in sk.baka.ambient
A notification to show when the current playing track is changed.
configure - Static variable in class sk.baka.ambient.R.string
 
connect(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Connects to the Ampache server.
cont - Static variable in class sk.baka.ambient.R.string
 
ContainedPopupWindow - Class in sk.baka.ambient.views
A contained pop-up window.
ContainedPopupWindow(View, ContainedPopupWindow.IPlaceable) - Constructor for class sk.baka.ambient.views.ContainedPopupWindow
Creates new pop-up window instance.
ContainedPopupWindow.IPlaceable - Interface in sk.baka.ambient.views
Computes window placement.
contains(int) - Method in class sk.baka.ambient.commons.Interval
Checks if given item is contained in the interval.
contains(Interval) - Method in class sk.baka.ambient.commons.Interval
Checks if given interval is contained in the interval.
contains(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Checks if a playlist with given name is present in the storage.
containsStateAware(Class<? extends AppState.IAppStateAware>) - Method in class sk.baka.ambient.AppStateHandler
Checks if a handler with given class is present in the state aware handlers.
context - Static variable in class sk.baka.ambient.R.string
 
contextbrowser - Static variable in class sk.baka.ambient.R.id
 
contextButtons - Static variable in class sk.baka.ambient.R.id
 
contextContent - Static variable in class sk.baka.ambient.R.id
 
ContextController - Class in sk.baka.ambient.activity.main
Controls the "Context" page.
ContextController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.ContextController
 
contextLyricsSelector - Static variable in class sk.baka.ambient.R.id
 
contextStatusBar - Static variable in class sk.baka.ambient.R.id
 
ControllerGroup - Class in sk.baka.ambient.activity.main
Groups given controllers together and allows group operations over them.
ControllerGroup() - Constructor for class sk.baka.ambient.activity.main.ControllerGroup
Creates new group controller.
controllers - Variable in class sk.baka.ambient.activity.main.MainActivity
The list of switchable controllers.
convertCriteria(Map<? extends CategoryEnum, ? extends String>) - Static method in class sk.baka.ambient.library.DBStrategy
Converts a simple criteria to a complex criteria type.
copy(T, T) - Static method in class sk.baka.ambient.commons.Binder
Copies all bindable properties from given bean to given bean.
copy(InputStream, OutputStream, int) - Static method in class sk.baka.ambient.commons.IOUtils
Copies input stream to the output stream.
copy(Interval) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadController
Copies given interval into the clipboard.
copyFrom(Statistics) - Method in class sk.baka.ambient.collection.Statistics
Copies statistics from another statistics object.
copyingToClipboard - Static variable in class sk.baka.ambient.R.string
 
copyToClipboard - Static variable in class sk.baka.ambient.R.string
 
countEvent(long) - Method in class sk.baka.ambient.commons.CountingInputStream
Invoked when the position
countEvent(long) - Method in class sk.baka.ambient.NotifyingInputStream
 
CountingInputStream - Class in sk.baka.ambient.commons
Counts bytes which are being read.
CountingInputStream(InputStream, int) - Constructor for class sk.baka.ambient.commons.CountingInputStream
Creates new counting stream instance.
cover - Static variable in class sk.baka.ambient.R.drawable
 
coverCache - Variable in class sk.baka.ambient.ConfigurationBean
Cache size in kb.
CoverCache - Class in sk.baka.ambient
Provides covers and manages cover cache.
CoverCache() - Constructor for class sk.baka.ambient.CoverCache
Creates new cache.
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.activity.main.ContextController
 
coverLoaded(TrackMetadataBean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
coverLoaded(TrackMetadataBean) - Method in interface sk.baka.ambient.IContentListener
A cover for given track has been successfully downloaded.
covers - Static variable in class sk.baka.ambient.R.string
 
createFile(String, String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Registers a file to the cache.
currentTrack - Variable in class sk.baka.ambient.stream.shoutcast.Radio
currently played track, null if not known.
currenttrack_highlight - Static variable in class sk.baka.ambient.R.color
 
cursorToTrackBean(Cursor) - Static method in class sk.baka.ambient.library.LibraryUtils
Converts the sqlite3 ContentValues to the tag bean.
cycle - Variable in class sk.baka.ambient.activity.main.AbstractController
If true then random/repeat modes are cycled instead of being activated.

D

DATABASE_VERSION - Static variable in class sk.baka.ambient.library.DBStrategy
The database version.
DBStrategy - Class in sk.baka.ambient.library
The database backend for the library.
DBStrategy(Context) - Constructor for class sk.baka.ambient.library.DBStrategy
Creates the backend instance and opens/creates the database.
del - Static variable in class sk.baka.ambient.R.drawable
 
delete(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Deletes given playlist.
delete - Static variable in class sk.baka.ambient.R.string
 
delete_copy_move - Static variable in class sk.baka.ambient.R.string
 
delete_move_paste - Static variable in class sk.baka.ambient.R.string
 
deleteLyrics(TrackMetadataBean) - Method in class sk.baka.ambient.lrc.LRCStorage
Deletes lyrics for given track.
deleteSelectedFiles - Static variable in class sk.baka.ambient.R.string
 
deleteXFiles - Static variable in class sk.baka.ambient.R.string
 
dequeue(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
dequeue(int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Dequeues given track if it was queued previously.
dequeue(int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
dequeue(int) - Method in class sk.baka.ambient.PlaylistPlayer
 
dequeue - Static variable in class sk.baka.ambient.R.drawable
 
description - Variable in enum sk.baka.ambient.ActionsEnum
The action description, displayed when the activity is activated for the first time.
deselect_all - Static variable in class sk.baka.ambient.R.string
 
deserialize(InputStream) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from an input stream.
deserialize(byte[]) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from a byte array.
deserializeFromFile(File) - Static method in class sk.baka.ambient.commons.MiscUtils
Deserializes an object from contents of given file.
deserializeItem(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
deserializeItem(String) - Method in interface sk.baka.ambient.collection.ICollection
Deserializes item serialized by ICollection.serializeItem(CategoryItem).
deserializeItem(String) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
deserializeItem(String) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
destroy() - Method in class sk.baka.ambient.activity.main.AbstractController
The controller is about to be destroyed.
destroy() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
destroy() - Method in class sk.baka.ambient.activity.main.AmpacheController
 
destroy() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
destroy() - Method in class sk.baka.ambient.activity.main.ContextController
 
destroy() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Destroys all controllers.
destroy() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
destroy() - Method in class sk.baka.ambient.activity.main.PlayerController
 
destroy() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
destroy() - Method in class sk.baka.ambient.NetworkHandler
Destroys this handler and drops any power locks being held.
destroy() - Method in class sk.baka.ambient.PlaybackNotificator
Destroys the notificator, removing it from the bus.
dismiss() - Method in class sk.baka.ambient.views.ContainedPopupWindow
Dismisses the pop-up window.
dismissAfter(long) - Method in class sk.baka.ambient.views.ContainedPopupWindow
Dismiss the pop-up window after designated time.
dispatchKeyEvent(KeyEvent) - Method in class sk.baka.ambient.activity.main.MainActivity
 
dispatchTrackballEvent(MotionEvent) - Method in class sk.baka.ambient.activity.main.MainActivity
 
dispatchTrackballEvent(MotionEvent) - Method in class sk.baka.ambient.activity.main.MenuHandler
See MainActivity.dispatchTrackballEvent(MotionEvent)
displayableNameId - Variable in enum sk.baka.ambient.collection.CategoryEnum
The criteria field displayable name.
displayableString - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
A displayable string
dontDownloadOnCacheFull - Variable in class sk.baka.ambient.ConfigurationBean
If true then new covers will not be downloaded.
dontRepeatSameTag - Variable in class sk.baka.ambient.ConfigurationBean
Show tag as null if previous track's tag was the same.
DOWN_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of down movement.
download - Static variable in class sk.baka.ambient.R.drawable
 
downloadEntireCollection() - Method in class sk.baka.ambient.collection.sync.CollectionSynchronizer
Configures the synchronizer to download entire collection (the default).
downloadFrom - Variable in class sk.baka.ambient.collection.sync.SyncUtils
Download excess tracks from this collection.
downloading - Static variable in class sk.baka.ambient.R.string
 
downloadingAlbum - Static variable in class sk.baka.ambient.R.string
 
DownloadManager - Class in org.jajuk.util
Manages network downloads
DownloadManager() - Constructor for class org.jajuk.util.DownloadManager
 
downloadTrack(String, TrackMetadataBean) - Method in class sk.baka.ambient.collection.sync.SyncUtils
Downloads given track.
dpadSearch - Static variable in class sk.baka.ambient.R.string
 
dpadSearch_hint1 - Static variable in class sk.baka.ambient.R.string
 
dpadSearch_hint2 - Static variable in class sk.baka.ambient.R.string
 
dpadSearchDesc - Static variable in class sk.baka.ambient.R.string
 
dragDrop - Static variable in class sk.baka.ambient.R.string
 
dragDropViews - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
If not empty then the LU/LD gestures will drag'n'drop selected items to these views.
dropItems(List<TrackMetadataBean>, int, int, int) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
dropItems(List<TrackMetadataBean>, int, int, int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
dropItems(List<TrackMetadataBean>, int, int, int) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
The drag'n'drop operation is finished.
dynamic_playlist - Static variable in class sk.baka.ambient.R.string
 
dynamicHistorySize - Variable in class sk.baka.ambient.ConfigurationBean
Dynamic playlist: History length.
dynamicPlaylist() - Method in class sk.baka.ambient.PlaylistPlayer
Changes the playlist backend to be a dynamic playlist.
dynamicplaylist - Static variable in class sk.baka.ambient.R.drawable
 
dynamicplaylist_history - Static variable in class sk.baka.ambient.R.color
 
DynamicPlaylistStrategy - Class in sk.baka.ambient.playlist
A dynamic playlist - items are added to the front of the playlist and removed from the back of the playlist (if required).
DynamicPlaylistStrategy(IDynamicPlaylistTrackProvider, IPlaylistStrategy, int, int) - Constructor for class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Creates new dynamic playlist.
dynamicUpcomingSize - Variable in class sk.baka.ambient.ConfigurationBean
Dynamic playlist: upcoming track count.

E

embed_to_player - Static variable in class sk.baka.ambient.R.string
 
EMPTY - Static variable in class sk.baka.ambient.collection.TrackMetadataBean
An empty bean.
EMPTY - Static variable in class sk.baka.ambient.commons.Interval
An empty interval.
empty - Static variable in class sk.baka.ambient.R.drawable
 
emptyIfNull(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns given string.
encodeURL(String) - Static method in class sk.baka.ambient.commons.IOUtils
Encodes given URL as per URLEncoder.encode(String, String).
end - Variable in class sk.baka.ambient.commons.Interval
Index of last item in the interval.
endElement(String, String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient.ErrorHandlingHandler
 
endless - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
If true then this stream type is endless (like an Internet radio).
endsWith(Interval) - Method in class sk.baka.ambient.commons.Interval
Checks if given interval covers items at the end of this interval.
eop - Static variable in class sk.baka.ambient.R.string
 
EOP_MODEL_MARKER - Static variable in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Marks the EOP item in the model.
eopModified() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
The EOP state should be modified.
equals(Object) - Method in class sk.baka.ambient.activity.main.AbstractController
 
equals(Object) - Method in class sk.baka.ambient.collection.CategoryItem
 
equals(Object) - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
equals(Object) - Method in class sk.baka.ambient.commons.Interval
 
equals(int, int) - Method in class sk.baka.ambient.commons.Interval
Compares this interval to the interval specified by two integers.
errNumberTooBig - Static variable in class sk.baka.ambient.R.string
 
errNumberTooSmall - Static variable in class sk.baka.ambient.R.string
 
error(Class<?>, boolean, String, Throwable) - Method in class sk.baka.ambient.AmbientApplication
An error occurred.
error(Class<?>, boolean, String, Throwable) - Method in class sk.baka.ambient.ErrorHandler
An error occurred.
error - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
true on error, false on warning.
error - Static variable in class sk.baka.ambient.R.string
 
error_activity - Static variable in class sk.baka.ambient.R.layout
 
error_activity_item - Static variable in class sk.baka.ambient.R.layout
 
error_adding_file - Static variable in class sk.baka.ambient.R.string
 
ERROR_NOTIFICATION_ID - Static variable in class sk.baka.ambient.PlaybackNotificator
The ID of the error notification.
error_playing_file - Static variable in class sk.baka.ambient.R.string
 
ErrorActivity - Class in sk.baka.ambient.activity
Shows errors and their stack traces.
ErrorActivity() - Constructor for class sk.baka.ambient.activity.ErrorActivity
 
errorClear - Static variable in class sk.baka.ambient.R.id
 
errorCode - Variable in exception sk.baka.ambient.collection.ampache.AmpacheException
The error code.
errorCode - Variable in exception sk.baka.ambient.commons.ServerHttpException
The error code.
ErrorHandler - Class in sk.baka.ambient
Handles errors that occurs in the application.
ErrorHandler(AmbientApplication) - Constructor for class sk.baka.ambient.ErrorHandler
Creates new handler instance.
ErrorHandler.ErrorInfo - Class in sk.baka.ambient
Contains information about an error.
ErrorHandler.ErrorInfo(boolean, String, Throwable) - Constructor for class sk.baka.ambient.ErrorHandler.ErrorInfo
Creates new error information object.
errorItemExpanded - Static variable in class sk.baka.ambient.R.id
 
errorItemMessage - Static variable in class sk.baka.ambient.R.id
 
errorItemStacktrace - Static variable in class sk.baka.ambient.R.id
 
errorMsg - Variable in exception sk.baka.ambient.collection.ampache.AmpacheException
The error message.
errStringNotTagFormat - Static variable in class sk.baka.ambient.R.string
 
errTagRead - Static variable in class sk.baka.ambient.R.string
 
exists() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Checks if the file denoted by this object exists.
exists() - Method in class sk.baka.ambient.collection.file.FileAudio
 
exists() - Method in class sk.baka.ambient.collection.file.MediaStoreAudio
 
exists() - Method in class sk.baka.ambient.collection.file.URLAudio
 
expander_ic_maximized - Static variable in class sk.baka.ambient.R.drawable
 
expander_ic_minimized - Static variable in class sk.baka.ambient.R.drawable
 
extendDown - Static variable in class sk.baka.ambient.R.attr
Must be a boolean value, either "true" or "false".

F

failed - Static variable in class sk.baka.ambient.R.string
 
failedToDownload - Static variable in class sk.baka.ambient.R.string
 
failedToParsePlaylist - Static variable in class sk.baka.ambient.R.string
 
fb - Static variable in class sk.baka.ambient.R.string
 
fb_adding_tracks - Static variable in class sk.baka.ambient.R.string
 
fetchFileAsync(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Attempts to asynchronously download a file.
file_not_found - Static variable in class sk.baka.ambient.R.string
 
file_not_readable - Static variable in class sk.baka.ambient.R.string
 
FileAudio - Class in sk.baka.ambient.collection.file
Denotes a file on the filesystem.
FileAudio(String) - Constructor for class sk.baka.ambient.collection.file.FileAudio
Creates new object instance.
filebrowser - Static variable in class sk.baka.ambient.R.id
 
filebrowser_item - Static variable in class sk.baka.ambient.R.id
 
filebrowser_item - Static variable in class sk.baka.ambient.R.layout
 
filebrowserButtons - Static variable in class sk.baka.ambient.R.id
 
FileBrowserController - Class in sk.baka.ambient.activity.main
The file browser.
FileBrowserController(MainActivity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.FileBrowserController
 
filebrowserPath - Static variable in class sk.baka.ambient.R.id
 
filebrowserView - Static variable in class sk.baka.ambient.R.id
 
files48 - Static variable in class sk.baka.ambient.R.drawable
 
fileSize - Variable in class sk.baka.ambient.collection.Statistics
Overall file size.
fileSize - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
File size in bytes.
filterOnAlbum(List<PlaylistItem>, String) - Static method in class sk.baka.ambient.playlist.Utils
Creates new list, having all items with given album.
filterOrigin(TrackOriginEnum) - Method in class sk.baka.ambient.collection.local.LibraryCollection
Show tracks only with given origin.
finalize() - Method in class sk.baka.ambient.library.Library
 
findAll() - Method in class sk.baka.ambient.library.DBStrategy
Finds all tracks.
findByCriteria(Map<CategoryEnum, String>, boolean, String) - Method in class sk.baka.ambient.library.DBStrategy
Searches tracks.
findByCriteria(EnumMap<CategoryEnum, List<String>>, boolean, boolean, String) - Method in class sk.baka.ambient.library.DBStrategy
Searches tracks.
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
findTracks(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
findTracks(String) - Method in interface sk.baka.ambient.collection.ICollection
A simpler version of ICollection.findTracks(Map).
findTracks(Map<CategoryEnum, String>) - Method in interface sk.baka.ambient.collection.ICollection
Search for tracks using given criteria search.
findTracks(String) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
findTracks(String) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
findTracks(Map<CategoryEnum, String>) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
findView(Point) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Finds a view from the registered list of views that contains given point.
fixArtistAlbumName(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Moves the leading "the" word to the end of given name.
fixId3Genre(String) - Static method in class sk.baka.ambient.library.LibraryUtils
If the genre is in the form of (number), the string is replaced by appropriate genre name.
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
fixLocations(Collection<String>) - Method in interface sk.baka.ambient.collection.ICollection
Given locations became invalid and need fixing.
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
fixLocations(Collection<String>) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
flipVisibility() - Method in class sk.baka.ambient.activity.main.AbstractController
Flips the player visibility - shows it if it is hidden or vice versa.
flipVisibility(AbstractController, Boolean) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Hides all other controllers and flips the visibility of given controller.
format(int, Object...) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats given string.
format(StringBuilder, TrackMetadataBean, boolean) - Method in class sk.baka.ambient.commons.TagFormatter
Formats given track and appends it into given string builder.
format(TrackMetadataBean) - Method in class sk.baka.ambient.commons.TagFormatter
Formats given track.
format(Formattable) - Static method in class sk.baka.ambient.I18n
Formats given formattable and returns the result.
formatByteLength(long) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats the length and returns it.
formatIP(int) - Static method in class sk.baka.ambient.commons.IOUtils
Formats IP address contained in an integer and returns it as a string.
formatString - Variable in class sk.baka.ambient.commons.TagFormatter
The format string.
frequency - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Frequency in hz.
fromDb(int) - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Gets the enum constant from a DB INT value.
fromHexa(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Converts hexadecimal string returned by MiscUtils.toHexa(byte[]) back to the original array.
fromItem(int) - Static method in class sk.baka.ambient.commons.Interval
Returns interval which contains only a single item.
fromLocation(String) - Static method in enum sk.baka.ambient.collection.TrackOriginEnum
Gets the track type from its location.
fromObject(Object) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard object from given object.
fromRange(int, int) - Static method in class sk.baka.ambient.commons.Interval
Creates given interval.
fromSearchLine(String) - Static method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Parses the result line and returns the track.
fromUri(String) - Static method in class sk.baka.ambient.collection.file.AbstractAudio
Returns the audio object instance from a file denoted by given URI.
fromURL(URL, int, String) - Static method in class sk.baka.ambient.NotifyingInputStream
Creates an input stream from given URL.
fromView(View) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard object from given view's tag.
fromXML(Attributes) - Static method in class sk.baka.ambient.stream.shoutcast.Radio
Parse the radio from given XML attributes.

G

genre - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Genre.
genre - Static variable in class sk.baka.ambient.R.string
 
genre - Variable in class sk.baka.ambient.stream.shoutcast.Radio
The radio genre.
GenreCache - Class in sk.baka.ambient.library
Handles genre cache and new genre creation.
GenreCache(DBStrategy) - Constructor for class sk.baka.ambient.library.GenreCache
Creates new genre cache.
GENRES_LIST - Static variable in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
The genres list XML location.
GesturesListView - Static variable in class sk.baka.ambient.R.styleable
Attributes that can be used with a GesturesListView.
GesturesListView - Class in sk.baka.ambient.views.gesturelist
Captures the motion events and generates more high-level gesture events.
GesturesListView(Context, int) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView(Context, AttributeSet, int) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView(Context, AttributeSet) - Constructor for class sk.baka.ambient.views.gesturelist.GesturesListView
Creates new view.
GesturesListView_hintDeleteCopyMoveId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteCopyMoveId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_hintDeleteId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_hintDeleteMovePasteId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.hintDeleteMovePasteId attribute's value can be found in the R.styleable.GesturesListView array.
GesturesListView_itemLayoutId - Static variable in class sk.baka.ambient.R.styleable
This symbol is the offset where the R.attr.itemLayoutId attribute's value can be found in the R.styleable.GesturesListView array.
get(int) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns controller present at given index.
get() - Method in interface sk.baka.ambient.commons.Ref
Returns referred object.
getAction(Random) - Static method in enum sk.baka.ambient.ActionsEnum
Returns action for given random constant.
getAction(Repeat) - Static method in enum sk.baka.ambient.ActionsEnum
Returns action for given random constant.
getActionForController(AbstractController) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns action which triggers visibility of this controller.
getAlbum() - Method in class com.es.skreemr.SkreemRSong
 
getAlbum() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Album name.
getAlbums(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums from Ampache.
getAlbumsFromBeans(List<TrackMetadataBean>, boolean) - Static method in class sk.baka.ambient.playlist.Utils
Retrieves a map of album names to a list of tracks in that particular album.
getAlbumsFromPlaylist(List<PlaylistItem>) - Static method in class sk.baka.ambient.playlist.Utils
Retrieves a map of album names to a list of tracks in that particular album.
getAlbumSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns tracks for given album.
getAlbumSublist(List<PlaylistItem>, String) - Static method in class sk.baka.ambient.playlist.Utils
Returns List.subList(int, int) from given list with all items having given album.
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Fetches all tracks for given album.
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
getAlbumTracks(String) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
getAllGenres() - Method in class sk.baka.ambient.library.DBStrategy
Loads all genres as a map.
getAllItems() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns interval containing all items.
getArtist() - Method in class com.es.skreemr.SkreemRSong
 
getArtist() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Artist name.
getArtistAlbums(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums for given artist.
getArtistDesc() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The artist's description.
getArtists(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns artists from Ampache.
getArtistSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns songs for given artist.
getArtistURL() - Method in class sk.baka.ambient.collection.TrackMetadataBean
A link to artist's page
getAverageLength() - Method in class sk.baka.ambient.collection.Statistics
Computes average track length.
getBackend() - Method in class sk.baka.ambient.library.Library
Returns database backend object.
getBackgroundTasks() - Method in class sk.baka.ambient.AmbientApplication
Returns the background tasks executor.
getBitrate() - Method in class com.es.skreemr.SkreemRSong
 
getBitrate() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Bitrate in kbps.
getBus() - Method in class sk.baka.ambient.AmbientApplication
Returns the message bus.
getBuyURL() - Method in class sk.baka.ambient.collection.TrackMetadataBean
You can buy the album here
getCacheFile(String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves cached file.
getCacheFileNull(String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves cached file.
getCaptions(Context) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifEnum
Returns captions list.
getCaptions(Context) - Static method in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
Returns captions list.
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in interface sk.baka.ambient.collection.ICollection
Returns category list matching given criteria.
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
getCategoryList(CategoryEnum, CategoryItem, String, boolean) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getChecked() - Method in class sk.baka.ambient.views.ButtonBar
Returns the current check state.
getClipboard() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
getClipboard() - Method in class sk.baka.ambient.AmbientApplication
Retrieves a clipboard object.
getClipboard() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns the clipboard contents.
getClipboard() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Retrieves current clipboard value.
getClipboard() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadController
Returns the contents of the clipboard as a list of tracks.
getComposer() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Original composer.
getConfig() - Method in class sk.baka.ambient.AppStateHandler
Returns the configuration bean.
getController(Class<T>) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns first controller with given class (or subclass of given class).
getCoordinates(ContainedPopupWindow, CharSequence, TextView) - Method in interface sk.baka.ambient.views.ContainedPopupWindow.IPlaceable
Computes new coordinates for given pop-up window, based on a text value.
getCount() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getCovers() - Method in class sk.baka.ambient.AmbientApplication
Returns the cover cache manager instance.
getCriteriaList(CategoryEnum[], EnumMap<CategoryEnum, String>) - Method in class sk.baka.ambient.library.DBStrategy
Returns matchable strings from existing tracks for given criteria values.
getCurrent() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
Returns currently shown category.
getCurrentHistoryLength() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
Returns current history size.
getCurrentlyPlaying() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getCurrentlyPlaying() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns currently playing track.
getCurrentlyPlaying() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getCurrentlyPlaying() - Method in class sk.baka.ambient.PlaylistPlayer
 
getCurrentlyPlayingItem() - Method in class sk.baka.ambient.PlaylistPlayer
Returns currently playing track.
getCurrentlyPlayingTrack() - Method in class sk.baka.ambient.PlaylistPlayer
Returns currently playing track.
getCurrentManager() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Returns current content manager.
getCurrentPosition() - Method in class sk.baka.ambient.commons.CountingInputStream
Returns number of bytes already read.
getCurrentSettings() - Method in class sk.baka.ambient.activity.ConfigActivity
Returns currently selected values on the configuration activity.
getData(CategoryItem) - Method in class sk.baka.ambient.collection.CategoryItem.Builder
Fills this builder with data from given item.
getData(TrackMetadataBean) - Method in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Polls data from given track.
getDate() - Method in class com.es.skreemr.SkreemRSong
 
getDb() - Method in class sk.baka.ambient.library.DBStrategy
Returns the initialized database instance.
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getDisplayableContent() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns string representation of items contained in this manager.
getDisplayableContent() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getDisplayableLength(int) - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Returns length in the [hh:]mm:ss format.
getDisplayableLength() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Returns length in the [hh:]mm:ss format.
getDisplayableName() - Method in class sk.baka.ambient.collection.CategoryItem
Returns displayable name (the "[empty]" string instead of null).
getDisplayableName() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Returns the name of the track.
getDisplayableYear() - Method in class sk.baka.ambient.collection.CategoryItem
Returns displayable year (the "[empty]" string instead of null).
getDuration() - Method in class com.es.skreemr.SkreemRSong
 
getErrorHandler() - Method in class sk.baka.ambient.AmbientApplication
Returns the error handler instance.
getErrors() - Method in class sk.baka.ambient.ErrorHandler
Returns a new copy of the recorded error list.
getExt(String) - Static method in class sk.baka.ambient.commons.IOUtils
Returns the extension of the file, starting with dot character.
getExtension(URL) - Static method in class org.jajuk.util.DownloadManager
Returns the extension of file denoted by given URL.
getFile(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Fetches a file.
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Retrieves target file name.
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.CoverCache
 
getFilenameAndExt(URL, Object) - Method in class sk.baka.ambient.lrc.LRCStorage
 
getFileSize() - Method in class sk.baka.ambient.collection.TrackMetadataBean
File size in bytes.
getFrequency() - Method in class com.es.skreemr.SkreemRSong
 
getFrequency() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Frequency in hz.
getGenre() - Method in class com.es.skreemr.SkreemRSong
 
getGenre() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Genre.
getGenreAlbums(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums for given genre.
getGenreArtists(String, String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns artists for given genre.
getGenreCount() - Method in class sk.baka.ambient.library.Library
Returns overall genre count.
getGenreId(String) - Method in class sk.baka.ambient.library.DBStrategy
Searches for given genre and returns its id.
getGenres(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns albums from Ampache.
getGenreSongs(String) - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns songs for given genre.
getGesture() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Returns string representation of mouse gesture.
getHandler() - Static method in class sk.baka.ambient.AmbientApplication
Returns the main message loop handler.
getHighlight() - Method in class sk.baka.ambient.views.ButtonBar
Returns the highlight interval.
getHighlight() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns current highlight.
getHighlight() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHighlight(boolean) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHighlight(int) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns current highlight.
getHint(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
getHint(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
getHint(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Returns a very short and simple string representation of the selected contents.
getIdentity(T) - Static method in class sk.baka.ambient.commons.MiscUtils
Wraps given object to a reference.
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
When activating an item, the manager should keep track of this item so that it can return its index when going back.
getIndexOfPreviouslyActivatedItem(IContentManager) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getInfo() - Method in class sk.baka.ambient.collection.ampache.AmpacheClient
Returns server information.
getInstance() - Static method in class sk.baka.ambient.AmbientApplication
Returns application instance.
getInterfaces(Class<?>) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns all interfaces that given class and all superclasses implements.
getInvocator(Class<T>, boolean) - Method in class sk.baka.ambient.commons.SimpleBus
Returns an event invocator.
getInvocator() - Method in class sk.baka.ambient.playerservice.PlayerService
Returns a proxy which posts events using the SimpleBus object.
getItem(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getItemId(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getItemIndex(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns item index the event coordinates is pointing to.
getKaraoke() - Method in class sk.baka.ambient.AmbientApplication
Returns the karaoke lyrics manager instance.
getKaraokeURL() - Method in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Returns URL of the karaoke file for this track.
getLastGesture() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Returns last gesture.
getLastKeywords() - Method in class com.es.skreemr.SkreemRSearch
 
getLastPage() - Method in class com.es.skreemr.SkreemRSearch
 
getLastSize() - Method in class com.es.skreemr.SkreemRSearch
 
getLength() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Length in seconds.
getLevel(Map<ZoomEnum, Integer>) - Method in enum sk.baka.ambient.ZoomEnum
Returns zoom level for this category.
getLibrary() - Method in class sk.baka.ambient.AmbientApplication
Returns singleton instance of the library which stores Magnatune tracks.
getLicense() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The license URL
getLines() - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns all lines in this lyrics instance.
getLineToDisplay(long) - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns line which should be displayed at given time.
getLocation() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Returns location of the audio file.
getLocation() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Location on the filesystem.
getLyrics(TrackMetadataBean) - Method in class sk.baka.ambient.lrc.LRCStorage
Fetches the lyrics for a track and returns it.
getMessage(int, int, Context) - Static method in class sk.baka.ambient.playerservice.MediaPlayerErrors
Formats given MediaPlayer error message.
getMiddleItem() - Method in class sk.baka.ambient.commons.Interval
Returns the item in the middle of the interval.
getMime(String) - Static method in class sk.baka.ambient.library.LibraryUtils
Returns MIME type for given file.
getMimeType() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Returns the file MIME type.
getMimeType() - Method in class sk.baka.ambient.collection.file.FileAudio
 
getMimeType() - Method in class sk.baka.ambient.collection.file.MediaStoreAudio
 
getMimeType() - Method in class sk.baka.ambient.collection.file.URLAudio
 
getMinLevels() - Static method in enum sk.baka.ambient.ZoomEnum
Returns a map of levels having minimal levels.
getModel(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored tracks from the bundle.
getModel() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Returns the model holder.
getModel() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns a list of items.
getModelAsString() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Returns model as a string representation.
getName() - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
getName() - Method in interface sk.baka.ambient.collection.ICollection
Returns short descriptive name of this collection backend.
getName() - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
getName() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getNames() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Returns a list of names of objects cached in this storage.
getNextLineTime(long) - Method in class sk.baka.ambient.lrc.LRCLyrics
Returns next line time.
getNotificator() - Method in class sk.baka.ambient.AmbientApplication
Returns the playback notificator instance.
getObjects() - Method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves stored tracks.
getOrigin() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The track origin.
getOrigin() - Method in interface sk.baka.ambient.library.IFileScanner
Returns the storage type.
getOrigin() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
getPlaybackState() - Method in interface sk.baka.ambient.playerservice.IPlayer
Returns the playback state.
getPlaybackState() - Method in class sk.baka.ambient.PlaylistPlayer
Returns the playback state.
getPlayCount() - Method in class sk.baka.ambient.playlist.PlaylistItem
how many times this track was played.
getPlayItems() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getPlayItems() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns list of playlist items.
getPlayItems() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getPlayItems() - Method in class sk.baka.ambient.PlaylistPlayer
 
getPlaylist() - Method in class sk.baka.ambient.AmbientApplication
Returns singleton instance of the playlist.
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Returns the underlying playlist size.
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getPlaylistSize() - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getPlaylistStorage() - Method in class sk.baka.ambient.AmbientApplication
Returns the cover cache manager instance.
getPlaylistURL() - Method in class sk.baka.ambient.stream.shoutcast.Radio
Retrieves the radio playlist URL.
getPosition() - Method in interface sk.baka.ambient.playerservice.IPlayer
Returns current position in millis of the playback.
getPosition() - Method in class sk.baka.ambient.PlaylistPlayer
Returns current position in millis of the playback.
getProvider(TrackOriginEnum) - Method in class sk.baka.ambient.AmbientApplication
Returns the provider for given origin.
getQuery(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored query from the bundle.
getQueue() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getQueue() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns currently queued tracks.
getQueue() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getQueue() - Method in class sk.baka.ambient.PlaylistPlayer
 
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Returns queue status of given track.
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getQueueNumber(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getQueueOrder() - Method in class sk.baka.ambient.playlist.PlaylistItem
the order in which the track is queued, or 0 if the track is not queued.
getRadioList(String) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the server-side XML radio list and returns parsed object instances.
getRadioList(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the XML radio list and returns parsed object instances.
getRadioURLs() - Method in class sk.baka.ambient.stream.shoutcast.Radio
Returns a list of URLs - radio sources.
getRandom() - Method in enum sk.baka.ambient.ActionsEnum
Returns the "Random" value of this action or null if this action is not a set-random action.
getRandom() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Returns current random value.
getRandom() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
getRandom() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns current random mode.
getRandom() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
getRandom() - Method in class sk.baka.ambient.PlaylistPlayer
 
getRemoteCoversList(String) - Static method in class org.jajuk.util.DownloadManager
 
getRepeat() - Method in enum sk.baka.ambient.ActionsEnum
Returns the repeat value of this action or null if this action is not a set-repeat action.
getRepeat() - Method in class sk.baka.ambient.PlaylistPlayer
Returns the repeat mode.
getResponseLine(byte) - Method in exception sk.baka.ambient.commons.ServerHttpException
Returns the response line, for example "HTTP/1.1 501 Not Implemented".
getResponseLine(byte, int) - Static method in exception sk.baka.ambient.commons.ServerHttpException
Returns the response line, for example "HTTP/1.1 501 Not Implemented".
getResults() - Method in class com.es.skreemr.SkreemRSearch
 
getRFC2822Date(Date) - Static method in class sk.baka.ambient.commons.MiscUtils
Formats given date as a RFC 2822 date.
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getSelectedItemName() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns selected item as a displayable string.
getSelectedItemName() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getShoutcastStream(URL) - Static method in class sk.baka.ambient.playerservice.StreamerServer
Returns an URL which accesses given shoutcast radio.
getShownCategories() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
Returns an unmodifiable list of shown categories.
getSize() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Returns file size, in bytes.
getSize() - Method in class sk.baka.ambient.collection.file.FileAudio
 
getSize() - Method in class sk.baka.ambient.collection.file.MediaStoreAudio
 
getSize() - Method in class sk.baka.ambient.collection.file.URLAudio
 
getSong() - Method in class com.es.skreemr.SkreemRSong
 
getStackTrace(Throwable) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns given exception (including its stack trace) as a string.
getStartupState() - Method in class sk.baka.ambient.AppStateHandler
Returns the startup application state.
getStateHandler() - Method in class sk.baka.ambient.AmbientApplication
Returns the application state and configuration handler instance.
getStatistics() - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
getStatistics() - Method in interface sk.baka.ambient.collection.ICollection
Returns statistics for this collection.
getStatistics() - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
getStatistics() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getStatistics(TrackOriginEnum) - Method in class sk.baka.ambient.library.Library
Returns statistics for storage for given origin.
getStatus(int) - Static method in exception sk.baka.ambient.commons.ServerHttpException
Returns status name for given error code.
getTag(String) - Static method in class sk.baka.ambient.library.LibraryUtils
Retrieves a music file tag from given file name.
getText() - Method in class sk.baka.ambient.views.TextProgressBar
Returns currently shown text.
getTextHeight(Paint, String) - Static method in class sk.baka.ambient.views.ViewUtils
Returns the text height.
gettingData - Static variable in class sk.baka.ambient.R.string
 
getTitle() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
getTrack(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Retrieves a track from given position.
getTrack(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
getTrack(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
getTrack() - Method in class sk.baka.ambient.playlist.PlaylistItem
The track meta.
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Converts current row to a track bean.
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
getTrackFromCursor(Cursor) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
getTrackId() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Database track id.
getTrackNumber() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
getTracks(Interval) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Computes a list of tracks.
getTracks(Interval) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
getTracks() - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
Returns an unmodifiable view on the track list.
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
getTracks(CategoryItem) - Method in interface sk.baka.ambient.collection.ICollection
Returns all tracks contained in given category.
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
getTracks(CategoryItem) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
getType() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
getType() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
getType() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Returns the type of this engine.
getType() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
getType() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
getType() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
getType(Bundle) - Static method in class sk.baka.ambient.activity.search.SearchActivity
Returns stored query from the bundle.
getType() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
getType() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
getUrl() - Method in class com.es.skreemr.SkreemRSong
 
getURL() - Method in class sk.baka.ambient.activity.AmpacheClientBean
Returns a http:// URL of the ampache server.
getVbr() - Method in class com.es.skreemr.SkreemRSong
 
getVersion() - Method in class sk.baka.ambient.AmbientApplication
Returns the Ambient version.
getView(int, View, ViewGroup) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
 
getVisibleController() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns the visible controller.
getVisibleControllerIndex() - Method in class sk.baka.ambient.activity.main.ControllerGroup
Returns the visible controller.
getYear() - Method in class com.es.skreemr.SkreemRSong
 
getYearReleased() - Method in class sk.baka.ambient.collection.TrackMetadataBean
The year released.
getZoom() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if this controller is zoomed.
glv_modifiable_hint - Static variable in class sk.baka.ambient.R.string
 
glv_unmodifiable_hint - Static variable in class sk.baka.ambient.R.string
 
goBack() - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
goBack() - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
goBack() - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Returns a content manager which will handle contents after a back operation.
goBack() - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
goOffline - Static variable in class sk.baka.ambient.R.string
 
GoOfflineTip - Static variable in class sk.baka.ambient.R.string
 
goOnline - Static variable in class sk.baka.ambient.R.string
 
GoOnlineTip - Static variable in class sk.baka.ambient.R.string
 
goToRoot - Static variable in class sk.baka.ambient.R.string
 
gravity - Variable in enum sk.baka.ambient.ConfigurationBean.TrackChangeNotifLocationEnum
The gravity, intended for the Toast.setGravity(int, int, int) method.
gridSize - Variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Grid size.
GroupingManager - Class in sk.baka.ambient.activity.main.cb
Handles the first menu, the grouping menu.
GroupingManager() - Constructor for class sk.baka.ambient.activity.main.cb.GroupingManager
 
groupsByAlbum() - Method in enum sk.baka.ambient.playlist.Random
Checks if this random mode groups tracks by albums.
GuardedBy - Annotation Type in sk.baka.ambient.commons
A variable annotated with this annotation is guarded by given lock.

H

handleError(String, boolean, TrackOriginEnum) - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
Handles the playback error.
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.collection.ampache.AmpacheServer
 
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.commons.SocketServer
Handles a request.
handleRequest(Socket, InputStream, OutputStream) - Method in class sk.baka.ambient.playerservice.StreamerServer
 
handleSuccess() - Method in class sk.baka.ambient.PlaylistPlayerErrorHandler
A track playback was initiated successfully.
hashCode() - Method in class sk.baka.ambient.activity.main.AbstractController
 
hashCode() - Method in class sk.baka.ambient.collection.CategoryItem
 
hashCode() - Method in class sk.baka.ambient.collection.TrackMetadataBean
 
hashCode() - Method in class sk.baka.ambient.commons.Interval
 
hashCode(Object) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns object hash code.
hasMetadata(String) - Static method in class sk.baka.ambient.playlist.Parsers
Checks if given playlist contains metadata.
hasNext() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
hide() - Method in class sk.baka.ambient.activity.main.AbstractController
Hides the view and removes it (the View.GONE functionality).
highlight - Static variable in class sk.baka.ambient.R.color
 
highlight(Interval, BitSet) - Method in class sk.baka.ambient.views.ButtonBar
Highlights given buttons.
highlight(Interval) - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Highlight given items.
highlightAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
Highlights given action.
highlightAction(ActionsEnum, ButtonBar) - Static method in class sk.baka.ambient.activity.main.TaskSwitcherController
Highlights given action on the button bar.
highlightChanged(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
highlightChanged(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Selection was changed.
highlightColor - Variable in class sk.baka.ambient.activity.main.AbstractListController
The color of highlighted items in the list.
highlightHint - Static variable in class sk.baka.ambient.R.string
 
hint_back - Static variable in class sk.baka.ambient.R.string
 
hintDeleteCopyMoveId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteCopyMoveId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete/Copy/Move" (touchpad L?) gesture.
hintDeleteId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete" (L, LL) gesture.
hintDeleteMovePasteId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
hintDeleteMovePasteId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The string id of the "Delete/Move/Paste" (keyboard L?) gesture.
host - Variable in class sk.baka.ambient.activity.AmpacheClientBean
Host name of the ampache server.

I

I18n - Class in sk.baka.ambient
I18n support.
IApplicationListener - Interface in sk.baka.ambient
Listener for application-wide events.
IBackgroundTask - Interface in sk.baka.ambient
Notifies about a background task progress.
ICollection - Interface in sk.baka.ambient.collection
A collection strategy.
icon - Variable in enum sk.baka.ambient.ActionsEnum
The icon resource of the action.
icon - Static variable in class sk.baka.ambient.R.drawable
 
Iconify - Class in sk.baka.ambient.views
A play on the Linkify class - iconifies given spannables instead.
iconify(Context, Spannable) - Static method in class sk.baka.ambient.views.Iconify
Iconifies given spannable.
iconify(Context, int) - Static method in class sk.baka.ambient.views.Iconify
Loads and iconifies given spannable.
IContentListener - Interface in sk.baka.ambient
Generates events that some kind of a content is available.
IContentManager - Interface in sk.baka.ambient.activity.main.cb
Manages current content as shown by the collection.
id - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The collection-strategy-dependent ID, may be null.
id - Variable in class sk.baka.ambient.collection.CategoryItem
The collection-strategy-dependent ID, may be null.
id - Variable in class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
the LyrDB id.
id - Variable in class sk.baka.ambient.stream.shoutcast.Radio
the radio ID
IDynamicPlaylistTrackProvider - Interface in sk.baka.ambient.collection
Provides tracks on demand for the DynamicPlaylistStrategy playlist.
IFileScanner - Interface in sk.baka.ambient.library
Scans for files in a background thread.
IGestureListViewListener - Interface in sk.baka.ambient.views.gesturelist
Listens for events produced by the gesture list view listener.
ILibraryListener - Interface in sk.baka.ambient.library
Listens for library events.
Immutable - Annotation Type in sk.baka.ambient.commons
The class is immutable.
inflater - Variable in class sk.baka.ambient.views.gesturelist.MutableListAdapter
The inflater used to inflate new views.
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
init(SearchActivity, int) - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Sets the owner activity and initializes the engine.
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
init(SearchActivity, int) - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
init(Library, GenreCache) - Method in interface sk.baka.ambient.library.IFileScanner
Initializes the scanner.
init(Library, GenreCache) - Method in class sk.baka.ambient.library.MagnatuneScanner
 
initButtonBar(int, List<ActionsEnum>) - Method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initButtonBar(int, List<ActionsEnum>, Point, Point) - Method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initButtonBar(ButtonBar, List<ActionsEnum>, Point, Point) - Static method in class sk.baka.ambient.activity.main.AbstractController
Initializes given button bar with buttons.
initialize() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Overriding classes must invoke this method at the end of their constructors.
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
initialize(boolean, ICollection) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
Initialize this manager and fetch the data.
initialize(boolean, ICollection) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
inOfflineMode - Static variable in class sk.baka.ambient.R.string
 
INTENTDATA_ACTIVITY - Static variable in class sk.baka.ambient.activity.main.MainActivity
Send an intent with the activity enum name put under this key to activate the activity.
INTENTDATA_STORECONFIG - Static variable in class sk.baka.ambient.activity.main.MainActivity
Send an intent having this extra to save a configuration.
INTENTKEY_MODEL - Static variable in class sk.baka.ambient.activity.search.SearchActivity
When an intent is sent to the main activity, this key will hold the List<TrackMetadataBean> of results.
INTENTKEY_QUERY - Static variable in class sk.baka.ambient.activity.search.SearchActivity
A query string.
INTENTKEY_RESULTTYPE - Static variable in class sk.baka.ambient.activity.search.SearchActivity
Holds type of model data - the SearchType enum.
INTENTKEY_STRING - Static variable in class sk.baka.ambient.activity.search.SearchActivity
A response string.
INTENTKEY_ZOOM - Static variable in class sk.baka.ambient.activity.main.MainActivity
Sets a new zoom level.
Interval - Class in sk.baka.ambient.commons
Specifies an integer index interval.
Interval(int, int) - Constructor for class sk.baka.ambient.commons.Interval
Creates new interval.
intMeasureText(Paint, String) - Static method in class sk.baka.ambient.views.ViewUtils
Measures text with given paint.
invokeError(String, Throwable, boolean) - Method in class sk.baka.ambient.playerservice.PlayerService
An error occurred.
IOUtils - Class in sk.baka.ambient.commons
Contains IO and HTTP utility methods.
IOUtils.HttpRequest - Class in sk.baka.ambient.commons
The http request
IOUtils.HttpRequest() - Constructor for class sk.baka.ambient.commons.IOUtils.HttpRequest
 
IPlayer - Interface in sk.baka.ambient.playerservice
The player service command packet.
IPlayer.Stub - Class in sk.baka.ambient.playerservice
Local-side IPC implementation stub class.
IPlayer.Stub() - Constructor for class sk.baka.ambient.playerservice.IPlayer.Stub
Construct the stub at attach it to the interface.
IPlayerListener - Interface in sk.baka.ambient.playerservice
Listens for events produced by the PlayerService.
IPlaylistPlayerListener - Interface in sk.baka.ambient
Listens for higher-level player and playlist events.
IPlaylistStrategy - Interface in sk.baka.ambient.playlist
An interface for a playlist.
isActivatedByKey(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.AbstractKeypadHandler
Checks if this handler is activated by given key press.
isActivatedByKey(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadController
 
isActivatedByKey(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
isActivatedByKey(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadSearch
 
isCancel(MotionEvent) - Static method in class sk.baka.ambient.views.ViewUtils
Checks if given event is a MotionEvent.ACTION_CANCEL event.
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isComputeTracksLong(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
isComputeTracksLong(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the IGestureListViewListener.computeTracks(Interval) method will be a long operation.
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isComputeTracksOnlineOp(Interval) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
isComputeTracksOnlineOp(Interval) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the IGestureListViewListener.computeTracks(Interval) method will involve polling of some data from the Internet.
isConfirm(int) - Method in class sk.baka.ambient.views.KeyEventHandler
Checks if given key code is the Center/Enter key.
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Checks if the track at given index is currently being played.
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
isCurrentlyPlayedTrack(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
isDestroyed() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if this controller was destroyed.
isDynamic() - Method in class sk.baka.ambient.PlaylistPlayer
Returns true if the playlist is a dynamic playlist.
ISearchEngine - Interface in sk.baka.ambient.activity.search
Performs the search.
isEmpty() - Method in class sk.baka.ambient.commons.Interval
Checks if at least a single item is in the interval.
isEmpty(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Checks if given string is empty (null or zero-sized).
isEmpty(View) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard from given object and checks if it is empty.
isEmpty(Object) - Static method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Retrieves the clipboard from given object and checks if it is empty.
isEmptyOrWhitespace(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Checks if given string is empty or consists of whitespace characters only.
isEndpoint(int) - Method in class sk.baka.ambient.commons.Interval
Checks if given index is an endpoint of this interval (i.e.
isEOP(int) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
Checks if given item is the EOP item.
isEOP(int) - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Checks if given item is the EOP item.
isFull() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Returns true if this storage is full.
isGestureRecognized() - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Indicates whether any movements were recognized.
isHistoryTrack(int) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
Checks if this track is a track from a dynamic playlist history.
isHistoryTrack(int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
isHistoryTrack(int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
IShoutcastListener - Interface in sk.baka.ambient.stream.shoutcast
Listens for SHOUTcast reader events.
isLocal() - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
isLocal() - Method in interface sk.baka.ambient.collection.ICollection
Checks if the underlying strategy uses local resources to retrieve metadata (a DB backend), or it uses remote access to a server (for example Ampache).
isLocal() - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
isLocal() - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
isLocal() - Method in class sk.baka.ambient.collection.TrackMetadataBean
Checks if the track denoted by this object is a local one (you can pass TrackMetadataBean.getLocation() to a File object) , or an Internet stream (TrackMetadataBean.getLocation() is valid URL).
isMainActivityVisible() - Method in class sk.baka.ambient.AmbientApplication
Checks if MainActivity is visible.
isOffline() - Method in class sk.baka.ambient.AmbientApplication
Retrieves current offline state.
isOffline() - Method in class sk.baka.ambient.NetworkHandler
Checks if the player is currently off-line.
isPenUp(MotionEvent) - Static method in class sk.baka.ambient.views.ViewUtils
Checks if given event is a MotionEvent.ACTION_UP or MotionEvent.ACTION_CANCEL event.
isProceedWithDownload(Object) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Invoked before the download process starts.
isProceedWithDownload(Object) - Method in class sk.baka.ambient.CoverCache
 
isReadable() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Checks if the file denoted by this object is playable (i.e.
isReadable() - Method in class sk.baka.ambient.collection.file.FileAudio
 
isReadable() - Method in class sk.baka.ambient.collection.file.MediaStoreAudio
 
isReadable() - Method in class sk.baka.ambient.collection.file.URLAudio
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.AbstractListController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
isReadOnly() - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
isReadOnly() - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Checks if the list view is currently read-only.
isScheduledOrExecuted(Object) - Method in class sk.baka.ambient.BackgroundOpExecutor
Checks if this task is already scheduled.
isShowingTracks() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Checks if the controller is currently showing a track list.
isShutdown() - Method in class sk.baka.ambient.AmbientApplication
Checks if the application is shutting down.
isStarted() - Method in class sk.baka.ambient.commons.SocketServer
Checks if the server is started.
isStarted() - Method in class sk.baka.ambient.views.gesturelist.keypad.AbstractKeypadHandler
Checks if this handler is started.
isStarted() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadController
 
isStarted() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
isStarted() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadSearch
 
isTarget(GesturesListView) - Method in class sk.baka.ambient.views.gesturelist.TrackListClipboardObject
Checks if given view is one of the possible targets of this object.
isUserNotified() - Method in interface sk.baka.ambient.library.IFileScanner
Invoked when the scan finishes.
isUserNotified() - Method in class sk.baka.ambient.library.MagnatuneScanner
 
isValid() - Method in class sk.baka.ambient.activity.AmpacheClientBean
Checks if the data in this bean are valid.
isVisible() - Method in class sk.baka.ambient.activity.main.AbstractController
Checks if the view controlled by this controller is visible.
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.CategoryManager
 
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.GroupingManager
 
itemActivated(int) - Method in interface sk.baka.ambient.activity.main.cb.IContentManager
User activated given item.
itemActivated(int) - Method in class sk.baka.ambient.activity.main.cb.TrackManager
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
itemActivated(int, Object) - Method in class sk.baka.ambient.activity.search.StringListController
 
itemActivated(int, Object) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
The item was activated, either by clicking on it or using a keyboard.
itemLayoutId - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
itemLayoutId - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
Layout ID for each item in the list.
iterableToList(Iterable<? extends T>) - Static method in class sk.baka.ambient.commons.MiscUtils
Iterates over given iterable and returns its items as a list.
iterator() - Method in class sk.baka.ambient.commons.Interval
 

K

karaoke - Static variable in class sk.baka.ambient.R.string
 
karaoke48 - Static variable in class sk.baka.ambient.R.drawable
 
karaokeForTrack - Static variable in class sk.baka.ambient.R.string
 
karaokeNotFound - Static variable in class sk.baka.ambient.R.string
 
karaokeNotFoundSuggestions - Static variable in class sk.baka.ambient.R.string
 
keyDownHandled - Variable in class sk.baka.ambient.views.KeyEventHandler
Map of currently pressed buttons.
KeyEventHandler - Class in sk.baka.ambient.views
Handles key events.
KeyEventHandler() - Constructor for class sk.baka.ambient.views.KeyEventHandler
Creates new handler.
keyFor(String) - Static method in class sk.baka.ambient.collection.CollectionUtils
Similar to MediaStore.Audio.keyFor(String) with a bit relaxed rules: remove leading/trailing spaces, convert everything to lowercase, remove leading "the "
KeypadController - Class in sk.baka.ambient.views.gesturelist.keypad
Controls the GesturesListView component via the keypad.
KeypadController(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.keypad.KeypadController
Creates new controller instance.
KeypadDpadSearch - Class in sk.baka.ambient.views.gesturelist.keypad
Handles search using the DPAD only.
KeypadDpadSearch(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
Creates new instance
KeypadManager - Class in sk.baka.ambient.views.gesturelist.keypad
Manages the keypad.
KeypadManager(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.keypad.KeypadManager
Creates new manager instance.
KeypadSearch - Class in sk.baka.ambient.views.gesturelist.keypad
Performs search using a keypad.
KeypadSearch(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.keypad.KeypadSearch
Creates new search utility class.
keySearch - Static variable in class sk.baka.ambient.R.string
 
keyUp(int, KeyEvent) - Method in class sk.baka.ambient.activity.main.MenuHandler
 
keyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
Handles the key-up event.

L

label_title - Static variable in class sk.baka.ambient.R.drawable
 
lastAdd - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
Last Add.
lastAdd - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Last Add.
lastUpdate - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo.Builder
Last Update.
lastUpdate - Variable in class sk.baka.ambient.collection.ampache.AmpacheInfo
Last Update.
LEFT_MOVE - Static variable in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
String representation of left movement.
length - Variable in class sk.baka.ambient.collection.Statistics
Overall length in seconds.
length - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Length in seconds.
length - Variable in class sk.baka.ambient.commons.Interval
Number of successive items in the interval.
levels - Variable in enum sk.baka.ambient.ZoomEnum
Allowed levels.
Library - Class in sk.baka.ambient.library
The music library.
Library(Context) - Constructor for class sk.baka.ambient.library.Library
Creates new library.
library_being_updated - Static variable in class sk.baka.ambient.R.string
 
library_update_interrupted_notification - Static variable in class sk.baka.ambient.R.string
 
library_updated_notification - Static variable in class sk.baka.ambient.R.string
 
LibraryCollection - Class in sk.baka.ambient.collection.local
Collection strategy which uses local database (the Library).
LibraryCollection(Library) - Constructor for class sk.baka.ambient.collection.local.LibraryCollection
Creates new collection wrapper.
LibraryEngine - Class in sk.baka.ambient.activity.search
Search the collection for given query.
LibraryEngine() - Constructor for class sk.baka.ambient.activity.search.LibraryEngine
 
LibraryTrackProvider - Class in sk.baka.ambient.collection.local
Provides tracks from the library.
LibraryTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.LibraryTrackProvider
Creates new library track provider.
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
libraryUpdate(boolean, boolean, boolean) - Method in class sk.baka.ambient.CoverCache
 
libraryUpdate(boolean, boolean, boolean) - Method in interface sk.baka.ambient.library.ILibraryListener
Informs that the file rescan is complete and the database is updated.
LibraryUtils - Class in sk.baka.ambient.library
Library utility methods.
license - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The license URL
listener - Variable in class sk.baka.ambient.activity.main.AbstractController
Listens for click actions and activates ActionsEnum stored in the tag values.
listener - Variable in class sk.baka.ambient.views.ButtonBar
The ONCLICK listener.
listener - Variable in class sk.baka.ambient.views.gesturelist.GesturesListView
The gesture listener.
listitem - Static variable in class sk.baka.ambient.R.color
 
listView - Variable in class sk.baka.ambient.activity.main.AbstractListController
The list instance.
listview_cursor - Static variable in class sk.baka.ambient.R.color
 
loadFrom(ConfigurationBean) - Method in class sk.baka.ambient.activity.ConfigActivity
Loads the bean data into this activity.
loadObject(String) - Method in class sk.baka.ambient.commons.ObjectStorage
Loads (deserializes) a stored playlist.
loadPlaylist(String) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
Loads playlist with given name.
localCollection - Static variable in class sk.baka.ambient.R.string
 
location - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
Location on the filesystem.
longNotificationFormat - Variable in class sk.baka.ambient.ConfigurationBean
The "long" notification format.
LongOperationExecutor - Class in sk.baka.ambient.views
Shows the wait-for dialog and runs long running operation in the background.
LongOperationExecutor(Context, int, int, Runnable) - Constructor for class sk.baka.ambient.views.LongOperationExecutor
Creates the long running operation runner.
LRCLyrics - Class in sk.baka.ambient.lrc
Parses the LRC karaoke format (more on wiki).
LRCStorage - Class in sk.baka.ambient.lrc
Storage for downloaded LRC files.
LRCStorage() - Constructor for class sk.baka.ambient.lrc.LRCStorage
Creates new LRC storage.
lsplaylistDelete - Static variable in class sk.baka.ambient.R.string
 
lsplaylistDeleteAll - Static variable in class sk.baka.ambient.R.string
 
lsplaylistErrLoad - Static variable in class sk.baka.ambient.R.string
 
lsplaylistErrSave - Static variable in class sk.baka.ambient.R.string
 
lsplaylistLoad - Static variable in class sk.baka.ambient.R.string
 
lsplaylistNotExists - Static variable in class sk.baka.ambient.R.string
 
lsplaylistSave - Static variable in class sk.baka.ambient.R.string
 
LyrdbTrack - Class in sk.baka.ambient.lrc.lyrdb
An immutable LyrDB track as returned by the LyrDB search.
LyrdbTrack(String, String, String) - Constructor for class sk.baka.ambient.lrc.lyrdb.LyrdbTrack
Creates new track.
lyrics - Static variable in class sk.baka.ambient.R.drawable
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.activity.main.ContextController
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in class sk.baka.ambient.activity.main.PlayerController
 
lyricsLoaded(TrackMetadataBean, List<LyrdbTrack>) - Method in interface sk.baka.ambient.IContentListener
A lyrics event.

M

magnatune - Static variable in class sk.baka.ambient.R.drawable
 
magnatune - Static variable in class sk.baka.ambient.R.string
 
magnatune_rescan - Static variable in class sk.baka.ambient.R.string
 
magnatune_rescanning - Static variable in class sk.baka.ambient.R.string
 
magnatuneArtistDesc - Static variable in class sk.baka.ambient.R.id
 
magnatunebrowser - Static variable in class sk.baka.ambient.R.id
 
magnatuneButtons - Static variable in class sk.baka.ambient.R.id
 
MagnatuneController - Class in sk.baka.ambient.activity.main
Controls the Magnatune view
MagnatuneController(Activity, GesturesListView) - Constructor for class sk.baka.ambient.activity.main.MagnatuneController
Creates new Magnatune controller.
MagnatuneEngine - Class in sk.baka.ambient.activity.search
Search the magnatune collection.
MagnatuneEngine() - Constructor for class sk.baka.ambient.activity.search.MagnatuneEngine
 
magnatuneList - Static variable in class sk.baka.ambient.R.id
 
magnatunePath - Static variable in class sk.baka.ambient.R.id
 
magnatuneRescanUnnecessary - Static variable in class sk.baka.ambient.R.string
 
MagnatuneScanner - Class in sk.baka.ambient.library
Scans the Magnatune store.
MagnatuneScanner() - Constructor for class sk.baka.ambient.library.MagnatuneScanner
 
mainAbsolute - Static variable in class sk.baka.ambient.R.id
 
mainActivity - Variable in class sk.baka.ambient.activity.main.AbstractController
Reference to the main activity.
MainActivity - Class in sk.baka.ambient.activity.main
The main activity.
MainActivity() - Constructor for class sk.baka.ambient.activity.main.MainActivity
 
mainactivity - Static variable in class sk.baka.ambient.R.layout
 
mainButtons - Static variable in class sk.baka.ambient.R.id
 
mainCaptionPadded - Static variable in class sk.baka.ambient.R.id
 
mainPadded - Static variable in class sk.baka.ambient.R.id
 
mainView - Variable in class sk.baka.ambient.activity.main.AbstractController
The main view controlled by this controller.
makeView() - Method in class sk.baka.ambient.views.TextScroller
 
mark(int) - Method in class sk.baka.ambient.commons.CountingInputStream
 
markSupported() - Method in class sk.baka.ambient.commons.CountingInputStream
 
maxStorageSize - Variable in class sk.baka.ambient.commons.AbstractFileStorage
Maximum storage size, in bytes.
measuredText - Variable in class sk.baka.ambient.views.ViewUtils
The result of ViewUtils.measureTextCache(Paint, String) is stored here.
measureText(Paint, String, Point) - Static method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and sets them to the given point.
measureText(Paint, String) - Static method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and returns the result as a point.
measureTextCache(Paint, String) - Method in class sk.baka.ambient.views.ViewUtils
Measures given text width/height and sets them to the cached point.
mediaPlayerError - Static variable in class sk.baka.ambient.R.string
 
MediaPlayerErrors - Class in sk.baka.ambient.playerservice
Decodes MediaPlayer error codes.
MediaStoreAudio - Class in sk.baka.ambient.collection.file
Denotes a file in the MediaStore.
MediaStoreAudio(String) - Constructor for class sk.baka.ambient.collection.file.MediaStoreAudio
Creates new object instance.
MediaStoreCollection - Class in sk.baka.ambient.collection.local
Wrapper for Android MediaStore class.
MediaStoreCollection(ContentResolver) - Constructor for class sk.baka.ambient.collection.local.MediaStoreCollection
Creates new collection wrapper.
MediaStoreTrackProvider - Class in sk.baka.ambient.collection.local
Provides tracks from a MediaStore.
MediaStoreTrackProvider(Random) - Constructor for class sk.baka.ambient.collection.local.MediaStoreTrackProvider
Creates new provider.
MenuHandler - Class in sk.baka.ambient.activity.main
Handles activities from the MainActivity menu.
MenuHandler(MainActivity) - Constructor for class sk.baka.ambient.activity.main.MenuHandler
Creates new handler instance.
message - Variable in class sk.baka.ambient.ErrorHandler.ErrorInfo
The message.
metadataReceived(String, Map<String, String>) - Method in class sk.baka.ambient.playerservice.PlayerService
 
metadataReceived(String, Map<String, String>) - Method in interface sk.baka.ambient.stream.shoutcast.IShoutcastListener
Invoked when the radio transmits additional metadata.
method - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The request string: GET, POST etc.
minimize - Static variable in class sk.baka.ambient.R.string
 
MiscUtils - Class in sk.baka.ambient.commons
Miscellaneous utility methods.
ModelHolder - Class in sk.baka.ambient.views.gesturelist
Manages the model for the GesturesListView.
ModelHolder(GesturesListView) - Constructor for class sk.baka.ambient.views.gesturelist.ModelHolder
Creates new instance.
MouseGesturesRecognizer - Class in sk.baka.ambient.views.gesturelist
Responsible for processing mouse events and recognition of mouse movements.
MouseGesturesRecognizer() - Constructor for class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
 
MouseGesturesRecognizer.GestureEnum - Enum in sk.baka.ambient.views.gesturelist
The gesture event type.
move(Interval, int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
move(Interval, int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves selected tracks before track with given index.
move(Interval, int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
move(Interval, int) - Method in class sk.baka.ambient.PlaylistPlayer
 
move - Static variable in class sk.baka.ambient.R.string
 
moveBy(Interval, int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
moveBy(Interval, int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves selected tracks up or down at least delta tracks, depending on the 'delta' value.
moveBy(Interval, int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
moveBy(Interval, int) - Method in class sk.baka.ambient.PlaylistPlayer
 
moveFocus(View, boolean) - Static method in class sk.baka.ambient.views.KeyEventHandler
Moves focus to next view.
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
moveItems(Interval, int) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
moveItems(Interval, int) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Move selected items up or down.
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
moveItemsByOne(Interval, boolean) - Method in class sk.baka.ambient.activity.main.StaticPlaylistController
 
moveItemsByOne(Interval, boolean) - Method in interface sk.baka.ambient.views.gesturelist.IGestureListViewListener
Move selected items up or down.
msc - Variable in class sk.baka.ambient.collection.sync.SyncUtils
Connection to the media scanner.
MUSIC_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except directories, playlist and track files.
MUSIC_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except playlist and track files.
musicExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of music (track and playlist) files, lower-case.
MutableListAdapter - Class in sk.baka.ambient.views.gesturelist
An adapter backed by a list.
MutableListAdapter(GesturesListView, ModelHolder) - Constructor for class sk.baka.ambient.views.gesturelist.MutableListAdapter
Creates new adapter.
myIP - Variable in class sk.baka.ambient.collection.ampache.AmpacheServer
IP address of this device, must not be null.

N

name - Variable in class sk.baka.ambient.collection.CategoryItem.Builder
The name of the item, may be null if the name is missing.
name - Variable in class sk.baka.ambient.collection.CategoryItem
The name of the item, may be null if the name is missing.
name - Variable in class sk.baka.ambient.stream.shoutcast.Radio
The displayable radio station name.
NetworkHandler - Class in sk.baka.ambient
Ensures that the WiFi is not turned off while playing an online content.
NetworkHandler(AmbientApplication) - Constructor for class sk.baka.ambient.NetworkHandler
Creates new power handler.
newAlbums(int) - Static method in class sk.baka.ambient.I18n
Returns new "albums" formatter.
newArtists(int) - Static method in class sk.baka.ambient.I18n
Returns new "artists" formatter.
newBuilder() - Static method in class sk.baka.ambient.collection.TrackMetadataBean
Returns new track metadata builder instance.
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
Creates new cursor, depending on the value of albums argument.
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.LibraryTrackProvider
 
newCursor(boolean) - Method in class sk.baka.ambient.collection.local.MediaStoreTrackProvider
 
newDir(int) - Static method in class sk.baka.ambient.I18n
Returns new "directories" formatter.
newFiles(int) - Static method in class sk.baka.ambient.I18n
Returns new "files" formatter.
newGenres(int) - Static method in class sk.baka.ambient.I18n
Returns new "genres" formatter.
newPathFormatter() - Static method in class sk.baka.ambient.collection.sync.SyncUtils
Returns a new instance of a default tag formatter.
newThread(Runnable) - Method in class sk.baka.ambient.BackgroundOpExecutor
 
newThread(Runnable) - Method in class sk.baka.ambient.commons.SocketServer
 
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.ampache.AmpacheCollection
 
newTrackProvider(Random) - Method in interface sk.baka.ambient.collection.ICollection
Returns a new instance of the track provider.
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.local.LibraryCollection
 
newTrackProvider(Random) - Method in class sk.baka.ambient.collection.local.MediaStoreCollection
 
newTracks(int) - Static method in class sk.baka.ambient.I18n
Returns new "tracks" formatter.
next() - Method in class sk.baka.ambient.collection.local.AbstractTrackProvider
 
next() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
next() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Moves to next track to be played.
next() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
next() - Method in class sk.baka.ambient.PlaylistPlayer
 
next48 - Static variable in class sk.baka.ambient.R.drawable
 
next_song - Static variable in class sk.baka.ambient.R.string
 
nextOrThis(T, boolean) - Static method in class sk.baka.ambient.commons.MiscUtils
Returns next enum constant.
nextPage() - Method in class com.es.skreemr.SkreemRSearch
Continue search on next page, keeps same keywords and size.
no - Static variable in class sk.baka.ambient.R.string
 
no_playing_track - Static variable in class sk.baka.ambient.R.string
 
no_track_meta - Static variable in class sk.baka.ambient.R.string
 
normal_song_order - Static variable in class sk.baka.ambient.R.string
 
notification - Static variable in class sk.baka.ambient.R.drawable
 
notification - Static variable in class sk.baka.ambient.R.string
 
NOTIFICATION_ID - Static variable in class sk.baka.ambient.PlaybackNotificator
The ID of the notification.
notification_short - Static variable in class sk.baka.ambient.R.string
 
notificationLocation - Variable in class sk.baka.ambient.ConfigurationBean
Where to show the notification on screen.
notificationType - Variable in class sk.baka.ambient.ConfigurationBean
A notification to show when the current playing track is changed.
NotifyingInputStream - Class in sk.baka.ambient
Notifies periodically the BackgroundOpExecutor about its progress.
NotifyingInputStream(InputStream, int, int, String) - Constructor for class sk.baka.ambient.NotifyingInputStream
 
notifyModified() - Method in class sk.baka.ambient.views.gesturelist.ModelHolder
Redraws items and reflects changes made to the ModelHolder.getModel() list.
notifyModified() - Method in class sk.baka.ambient.views.gesturelist.MutableListAdapter
Redraws items and reflects changes made to the ModelHolder.getModel() list.
notifyOnNextTrack(TrackMetadataBean, ConfigurationBean) - Method in class sk.baka.ambient.PlaybackNotificator
Forces the application to show a notification based on given configuration.
notifyWhenMinimizedOnly - Variable in class sk.baka.ambient.ConfigurationBean
Notify only when minimized.
NULL - Static variable in class sk.baka.ambient.commons.MiscUtils
May be used in maps and/or sets which does not support null.
NullArgumentException - Exception in sk.baka.ambient.commons
Thrown when an argument is null.
NullArgumentException(String) - Constructor for exception sk.baka.ambient.commons.NullArgumentException
 
nullCompare(T, T, boolean) - Static method in class sk.baka.ambient.commons.MiscUtils
Compares two objects.
nullEquals(T, T) - Static method in class sk.baka.ambient.commons.MiscUtils
Similar to MiscUtils.nullCompare(Comparable, Comparable, boolean), but uses Object.equals(Object) instead.
nullIfEmptyOrWhitespace(String) - Static method in class sk.baka.ambient.commons.MiscUtils
If given string is empty, contains spaces only or is null then null is returned.
nullsEqualFields(TrackMetadataBean) - Method in class sk.baka.ambient.collection.TrackMetadataBean
Creates new bean having equal fields nulled.
nullsEqualFields(TrackMetadataBean, boolean) - Method in class sk.baka.ambient.collection.TrackMetadataBean
Creates new bean having equal fields nulled.
numFiles - Static variable in class sk.baka.ambient.R.string
 

O

ObjectStorage - Class in sk.baka.ambient.commons
Stores objects as files.
ObjectStorage(String) - Constructor for class sk.baka.ambient.commons.ObjectStorage
Creates new playlist storage.
offline(boolean) - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.ContextController
 
offline(boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
offline(boolean) - Method in interface sk.baka.ambient.IApplicationListener
Informs that the application has entered an offline/online mode.
offline - Static variable in class sk.baka.ambient.R.drawable
 
ok - Static variable in class sk.baka.ambient.R.string
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.AbstractController
Called when an action button is pressed.
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.ContextController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
onAction(ActionsEnum) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
onAttachedToWindow() - Method in class sk.baka.ambient.views.ButtonBar
 
onAttachedToWindow() - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onBind(Intent) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onBufferingUpdate(MediaPlayer, int) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onCallStateChanged(int, String) - Method in class sk.baka.ambient.PhoneStateHandler
 
onCancel(DialogInterface) - Method in class sk.baka.ambient.views.LongOperationExecutor
 
onClick(View) - Method in class sk.baka.ambient.activity.main.AbstractController.Listener
 
onCompletion(MediaPlayer) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onConfirm() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onConfirm() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadManager
 
onConfirm() - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on center or KeyEvent.KEYCODE_ENTER key press.
onCreate(Bundle) - Method in class sk.baka.ambient.activity.AboutActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.AmpacheClientActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.ConfigActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.ErrorActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.StatisticsActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.WelcomeActivity
 
onCreate(Bundle) - Method in class sk.baka.ambient.activity.ZoomActivity
 
onCreate() - Method in class sk.baka.ambient.AmbientApplication
 
onCreate() - Method in class sk.baka.ambient.playerservice.PlayerService
 
onDestroy() - Method in class sk.baka.ambient.activity.ConfigActivity
 
onDestroy() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onDestroy() - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onDestroy() - Method in class sk.baka.ambient.playerservice.PlayerService
 
onDetachedFromWindow() - Method in class sk.baka.ambient.views.ButtonBar
 
onDown() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onDown() - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on down arrow key press.
onDraw(Canvas) - Method in class sk.baka.ambient.views.ButtonBar
 
onDraw(Canvas) - Method in class sk.baka.ambient.views.TextProgressBar
 
onError(MediaPlayer, int, int) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.commons.AbstractFileStorage
The file was downloaded and is already registered in the storage.
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.CoverCache
 
onFileDownloaded(URL, Object, boolean) - Method in class sk.baka.ambient.lrc.LRCStorage
 
onFocusChanged(boolean, int, Rect) - Method in class sk.baka.ambient.views.ButtonBar
 
onFocusChanged(boolean, int, Rect) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onItemClick(AdapterView, View, int, long) - Method in class sk.baka.ambient.activity.main.AbstractController.Listener
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.activity.main.MenuHandler
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadController
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadManager
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadSearch
 
onKey(int, int, KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on key press.
onKey(KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
Handles a generic key event.
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyDown(int, KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
 
onKeyMultiple(int, int, KeyEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onKeyMultiple(int, int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyMultiple(int, int, KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onKeyUp(int, KeyEvent) - Method in class sk.baka.ambient.views.KeyEventHandler
 
onLayout(boolean, int, int, int, int) - Method in class sk.baka.ambient.views.ButtonBar
 
onLeft() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onLeft() - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on left arrow key press.
online - Variable in class sk.baka.ambient.AppState
Are we online?
online - Variable in enum sk.baka.ambient.collection.TrackOriginEnum
If true then tracks from this location are stored on-line.
online - Static variable in class sk.baka.ambient.R.drawable
 
onListItemClick(ListView, View, int, long) - Method in class sk.baka.ambient.activity.ErrorActivity
 
onMeasure(int, int) - Method in class sk.baka.ambient.views.ButtonBar
 
onNewIntent(Intent) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onNewIntent(Intent) - Method in class sk.baka.ambient.activity.search.SearchActivity
 
onOptionsItemSelected(MenuItem) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onOptionsItemSelected(MenuItem) - Method in class sk.baka.ambient.activity.main.MenuHandler
MainActivity.onOptionsItemSelected(MenuItem)
onPrepared(MediaPlayer) - Method in class sk.baka.ambient.playerservice.PlayerService
 
onPrepareOptionsMenu(Menu) - Method in class sk.baka.ambient.activity.main.MainActivity
 
onPrepareOptionsMenu(Menu) - Method in class sk.baka.ambient.activity.main.MenuHandler
MainActivity.onPrepareOptionsMenu(Menu)
onProgressChanged(SeekBar, int, boolean) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onReceive(Context, Intent) - Method in class sk.baka.ambient.NetworkHandler
 
onRight() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onRight() - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on right arrow key press.
onSizeChanged(int, int, int, int) - Method in class sk.baka.ambient.views.TextScroller
 
onStart() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onStartTrackingTouch(SeekBar) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onStop() - Method in class sk.baka.ambient.activity.main.MainActivity
 
onStopped() - Method in class sk.baka.ambient.collection.ampache.AmpacheServer
 
onStopped() - Method in class sk.baka.ambient.commons.SocketServer
Invoked when the server is being stopped.
onStopTrackingTouch(SeekBar) - Method in class sk.baka.ambient.activity.main.PlayerController
 
onTerminate() - Method in class sk.baka.ambient.AmbientApplication
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.ButtonBar
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
onTouchEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.TouchPadController
Handles the View.onTouchEvent(MotionEvent) events.
onTransact(int, Parcel, Parcel, int) - Method in class sk.baka.ambient.playerservice.IPlayer.Stub
 
onUp() - Method in class sk.baka.ambient.views.gesturelist.keypad.KeypadDpadSearch
 
onUp() - Method in class sk.baka.ambient.views.KeyEventHandler
Invoked on up arrow key press.
opened(String, String, boolean, Map<String, String>) - Method in class sk.baka.ambient.playerservice.PlayerService
 
opened(String, String, boolean, Map<String, String>) - Method in interface sk.baka.ambient.stream.shoutcast.IShoutcastListener
The stream was opened and the SHOUTcast metadata was read.
openInputStream() - Method in class sk.baka.ambient.collection.file.AbstractAudio
Reads the file contents.
openInputStream() - Method in class sk.baka.ambient.collection.file.FileAudio
 
openInputStream() - Method in class sk.baka.ambient.collection.file.MediaStoreAudio
 
openInputStream() - Method in class sk.baka.ambient.collection.file.URLAudio
 
org.jajuk.util - package org.jajuk.util
 
origin - Variable in class sk.baka.ambient.collection.TrackMetadataBean.Builder
The track location.
origin - Static variable in class sk.baka.ambient.R.string
 
owner - Variable in class sk.baka.ambient.views.gesturelist.keypad.AbstractKeypadHandler
The owner instance.

P

parse(InputStream) - Static method in class sk.baka.ambient.lrc.LRCLyrics
Parses given LRC file
parse(File) - Static method in class sk.baka.ambient.playlist.Parsers
Parses given playlist.
parseGenres() - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the SHOUTcast genre list XML.
parseGenres(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses the SHOUTcast genre list XML.
parseM3u(InputStream, String, boolean) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the M3U playlist and returns list of tracks contained in the playlist.
parsePathFormatFailed - Static variable in class sk.baka.ambient.R.string
 
parsePlaylist(InputStream) - Static method in class sk.baka.ambient.stream.shoutcast.ShoutcastUtils
Parses a playlist and returns list of all radio URLs (the File?=... lines; other lines are ignored).
parsePls(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the PLS playlist and returns list of tracks contained in the playlist.
parseRequest(String) - Static method in class sk.baka.ambient.commons.IOUtils
Parses given HTTP request.
parseRFC2822Date(String) - Static method in class sk.baka.ambient.commons.MiscUtils
Parses RFC 2822 date.
Parsers - Class in sk.baka.ambient.playlist
Contains parsers for PLS, m3u, m3u8 and WPL playlists.
parseWpl(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the WPL playlist and returns list of tracks contained in the playlist.
parseXML(InputStream, ContentHandler) - Static method in class sk.baka.ambient.commons.IOUtils
Parses XML readable from given stream.
parseXspf(InputStream, String) - Static method in class sk.baka.ambient.playlist.Parsers
Parses the XSPF playlist and returns list of tracks contained in the playlist.
passivate() - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
passivate() - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Passivates this engine.
passivate() - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
passivate() - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
password - Variable in class sk.baka.ambient.activity.AmpacheClientBean
Password for ampache.
paste - Static variable in class sk.baka.ambient.R.string
 
path - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The path without the query/anchor part.
pathFormatter - Variable in class sk.baka.ambient.collection.sync.SyncUtils
produces a relative path where the music file should be stored.
pause() - Method in interface sk.baka.ambient.playerservice.IPlayer
Pauses the player, or resumes playback if the player was paused.
pause() - Method in class sk.baka.ambient.PlaylistPlayer
Pauses the player, or resumes playback if the player was paused.
pause - Static variable in class sk.baka.ambient.R.string
 
pause() - Method in class sk.baka.ambient.views.TextScroller
Pauses the scrolling.
pause48 - Static variable in class sk.baka.ambient.R.drawable
 
pauseMs - Static variable in class sk.baka.ambient.R.attr
Must be an integer value, such as "100".
peekNext() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
peekNext() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Peeks at the next track without actually changing the current track.
peekNext() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
peekNext() - Method in class sk.baka.ambient.PlaylistPlayer
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.AmpacheEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.CollectionEngine
 
performSearch(String) - Method in interface sk.baka.ambient.activity.search.ISearchEngine
Performs a search for tracks contained words in given query.
performSearch(String) - Method in class sk.baka.ambient.activity.search.LibraryEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.MagnatuneEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.PlaylistEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.ShoutcastEngine
 
performSearch(String) - Method in class sk.baka.ambient.activity.search.SkreemrEngine
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.AbstractController
Zooms, or un-zooms the controller.
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.AbstractListController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.AmpacheController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.CollectionController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.ContextController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.PlayerController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.TaskSwitcherController
 
performZoom(Map<ZoomEnum, Integer>) - Method in class sk.baka.ambient.activity.main.WindowButtonsController
 
PhoneStateHandler - Class in sk.baka.ambient
Handles the phone state events and reacts appropriately.
PhoneStateHandler(AmbientApplication) - Constructor for class sk.baka.ambient.PhoneStateHandler
Creates new phone state handler.
play(String, int, int) - Method in interface sk.baka.ambient.playerservice.IPlayer
Plays given file.
play(int) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
play(int) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Plays given track.
play(int) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
play(int) - Method in class sk.baka.ambient.PlaylistPlayer
 
play() - Method in class sk.baka.ambient.PlaylistPlayer
Plays current track from the beginning.
play - Static variable in class sk.baka.ambient.R.string
 
play48 - Static variable in class sk.baka.ambient.R.drawable
 
PlaybackNotificator - Class in sk.baka.ambient
Controls the notification shown when a track is being played.
PlaybackNotificator(AmbientApplication) - Constructor for class sk.baka.ambient.PlaybackNotificator
Creates new notification controller.
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.ContextController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.PlayerController
 
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
playbackStateChanged(PlayerStateEnum) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
The playback state was changed.
playbackStateChanged(PlayerStateEnum) - Method in class sk.baka.ambient.NetworkHandler
 
playCount - Variable in class sk.baka.ambient.playlist.PlaylistItem
how many times this track was played.
player - Static variable in class sk.baka.ambient.R.string
 
player48 - Static variable in class sk.baka.ambient.R.drawable
 
player_short - Static variable in class sk.baka.ambient.R.string
 
playerButtons - Static variable in class sk.baka.ambient.R.id
 
PlayerController - Class in sk.baka.ambient.activity.main
Controls the player view located on the MainActivity activity.
PlayerController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlayerController
Creates the player controller.
playerGap - Variable in class sk.baka.ambient.ConfigurationBean
The gap between tracks, in millis.
playerSeekbar - Static variable in class sk.baka.ambient.R.id
 
PlayerService - Class in sk.baka.ambient.playerservice
Simply plays required audio files.
PlayerService() - Constructor for class sk.baka.ambient.playerservice.PlayerService
 
playerService - Variable in class sk.baka.ambient.PlaylistPlayer
The player service invocator.
playerState - Variable in class sk.baka.ambient.playerservice.PlayerService
The playback state.
PlayerStateEnum - Enum in sk.baka.ambient.playerservice
The player state enum.
playerTickerFormat - Variable in class sk.baka.ambient.ConfigurationBean
Formatting string for the player ticker.
playerTickerText - Static variable in class sk.baka.ambient.R.id
 
playerTime - Static variable in class sk.baka.ambient.R.id
 
playerWindow - Static variable in class sk.baka.ambient.R.id
 
playlist - Variable in class sk.baka.ambient.AppState
The playlist strategy.
playlist - Static variable in class sk.baka.ambient.R.id
 
playlist - Static variable in class sk.baka.ambient.R.string
 
playlist48 - Static variable in class sk.baka.ambient.R.drawable
 
PLAYLIST_ALBUM_ORDER_COMPARATOR - Static variable in class sk.baka.ambient.playlist.Utils
Orders the tracks by albums, track number and finally by filenames.
playlist_clear - Static variable in class sk.baka.ambient.R.string
 
playlist_clear48 - Static variable in class sk.baka.ambient.R.drawable
 
playlist_currenttrack - Static variable in class sk.baka.ambient.R.color
Listview colors
playlist_empty - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except directories and playlist files.
playlist_item - Static variable in class sk.baka.ambient.R.id
 
playlist_item - Static variable in class sk.baka.ambient.R.layout
 
playlist_item_cover - Static variable in class sk.baka.ambient.R.id
 
playlist_item_queue - Static variable in class sk.baka.ambient.R.id
 
playlist_item_text - Static variable in class sk.baka.ambient.R.id
 
playlist_item_trackicon - Static variable in class sk.baka.ambient.R.id
 
playlist_ls - Static variable in class sk.baka.ambient.R.string
 
playlist_mgmt - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_NAME_FILTER - Static variable in class sk.baka.ambient.library.LibraryUtils
Filters out all files except playlist files.
playlist_save - Static variable in class sk.baka.ambient.R.drawable
 
playlist_short - Static variable in class sk.baka.ambient.R.string
 
playlist_shuffle - Static variable in class sk.baka.ambient.R.string
 
playlist_shuffle48 - Static variable in class sk.baka.ambient.R.drawable
 
playlist_sort - Static variable in class sk.baka.ambient.R.drawable
 
playlist_sort - Static variable in class sk.baka.ambient.R.string
 
PLAYLIST_VIEW_ID - Static variable in class sk.baka.ambient.activity.main.AbstractPlaylistController
The playlist view id.
PLAYLIST_VIEW_ID - Static variable in class sk.baka.ambient.activity.main.PlaylistController
The playlist view id.
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.ContextController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.PlayerController
 
playlistChanged(Interval) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
playlistChanged(Interval) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
Fired when the playlist changes - by removing a track, re-shuffling etc.
playlistChanged(Interval) - Method in class sk.baka.ambient.NetworkHandler
 
PlaylistController - Class in sk.baka.ambient.activity.main
Manages the playlist.
PlaylistController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlaylistController
Creates the controller
playlistDelete - Static variable in class sk.baka.ambient.R.string
 
PlaylistDynamicTip - Static variable in class sk.baka.ambient.R.string
 
PlaylistEngine - Class in sk.baka.ambient.activity.search
Search in playlist names.
PlaylistEngine() - Constructor for class sk.baka.ambient.activity.search.PlaylistEngine
 
playlistExtensions - Static variable in class sk.baka.ambient.library.LibraryUtils
Set of supported extensions of playlist files, lower-case.
playlistFormat - Variable in class sk.baka.ambient.ConfigurationBean
Formatting string for the playlist items.
PlaylistItem - Class in sk.baka.ambient.playlist
Describes a playlist item at particular index.
PlaylistItem(TrackMetadataBean, int, int) - Constructor for class sk.baka.ambient.playlist.PlaylistItem
Creates new playlist item.
playlistManager - Static variable in class sk.baka.ambient.R.id
 
playlistManagerButtons - Static variable in class sk.baka.ambient.R.id
 
PlaylistManagerController - Class in sk.baka.ambient.activity.main
Controls the playlist manager.
PlaylistManagerController(MainActivity) - Constructor for class sk.baka.ambient.activity.main.PlaylistManagerController
Creates new playlist manager controller instance.
playlistManagerPlaylists - Static variable in class sk.baka.ambient.R.id
 
playlistMgmtTip - Static variable in class sk.baka.ambient.R.string
 
playlistNameEmpty - Static variable in class sk.baka.ambient.R.string
 
playlistOverwrite - Static variable in class sk.baka.ambient.R.string
 
PlaylistPlayer - Class in sk.baka.ambient
This is THE component :) Combines player and playlist.
PlaylistPlayer(AmbientApplication) - Constructor for class sk.baka.ambient.PlaylistPlayer
Creates new player instance.
PlaylistPlayerErrorHandler - Class in sk.baka.ambient
Handles errors received by MediaPlayer and tries to recover from them.
PlaylistPlayerErrorHandler(PlaylistPlayer) - Constructor for class sk.baka.ambient.PlaylistPlayerErrorHandler
Creates new error handler.
PlaylistSortByAlbumsTip - Static variable in class sk.baka.ambient.R.string
 
PlaylistStaticTip - Static variable in class sk.baka.ambient.R.string
 
playWithSeek(int, int) - Method in class sk.baka.ambient.PlaylistPlayer
Plays given track.
playWithSeek(int) - Method in class sk.baka.ambient.PlaylistPlayer
Plays current track from the beginning.
please_wait - Static variable in class sk.baka.ambient.R.string
 
pointToPosition(int, int) - Method in class sk.baka.ambient.views.gesturelist.GesturesListView
 
pollStrings(Cursor, char, int, List<String>, String...) - Static method in class sk.baka.ambient.library.LibraryUtils
Polls all tracks from given cursor.
pollTracks(Cursor) - Static method in class sk.baka.ambient.library.LibraryUtils
Polls all tracks from given cursor.
PORT - Static variable in class sk.baka.ambient.collection.ampache.AmpacheServer
The port to listen on.
PORT - Static variable in class sk.baka.ambient.playerservice.StreamerServer
The port to listen on.
position - Variable in class sk.baka.ambient.AppState
Position in playback, in milliseconds.
prev48 - Static variable in class sk.baka.ambient.R.drawable
 
prev_song - Static variable in class sk.baka.ambient.R.string
 
previous() - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
previous() - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Returns previous track to be played.
previous() - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
previous() - Method in class sk.baka.ambient.PlaylistPlayer
 
processMouseEvent(MotionEvent) - Method in class sk.baka.ambient.views.gesturelist.MouseGesturesRecognizer
Processes mouse event.
psPlay(int, int) - Method in class sk.baka.ambient.PlaylistPlayer
Requests the player service to play given track.
purge() - Method in class sk.baka.ambient.commons.AbstractFileStorage
Purges the cache - removes all cached files.
put(String, V, Class<? extends V>, SharedPreferences.Editor) - Static method in class sk.baka.ambient.commons.Binder
Puts given object into an editor.

Q

query - Variable in class sk.baka.ambient.commons.IOUtils.HttpRequest
The query parameter values.
queue(Interval) - Method in class sk.baka.ambient.playlist.DynamicPlaylistStrategy
 
queue(Interval) - Method in interface sk.baka.ambient.playlist.IPlaylistStrategy
Queue this track for playing, after all other queued tracks.
queue(Interval) - Method in class sk.baka.ambient.playlist.StaticPlaylistStrategy
 
queue(int) - Method in class sk.baka.ambient.PlaylistPlayer
Queues given track, after all other queued tracks.
queue(Interval) - Method in class sk.baka.ambient.PlaylistPlayer
 
queue - Static variable in class sk.baka.ambient.R.drawable
 
queue_track - Static variable in class sk.baka.ambient.R.string
 
queueOrder - Variable in class sk.baka.ambient.playlist.PlaylistItem
the order in which the track is queued, or 0 if the track is not queued.
queueScanner(TrackOriginEnum) - Method in class sk.baka.ambient.library.Library
Rescans desired storage for music files and adds them to the library.
quit - Static variable in class sk.baka.ambient.R.drawable
 
quit - Static variable in class sk.baka.ambient.R.string
 

R

R - Class in sk.baka.ambient
 
R() - Constructor for class sk.baka.ambient.R
 
R.attr - Class in sk.baka.ambient
 
R.attr() - Constructor for class sk.baka.ambient.R.attr
 
R.color - Class in sk.baka.ambient
 
R.color() - Constructor for class sk.baka.ambient.R.color
 
R.drawable - Class in sk.baka.ambient
 
R.drawable() - Constructor for class sk.baka.ambient.R.drawable
 
R.id - Class in sk.baka.ambient
 
R.id() - Constructor for class sk.baka.ambient.R.id
 
R.layout - Class in sk.baka.ambient
 
R.layout() - Constructor for class sk.baka.ambient.R.layout
 
R.string - Class in sk.baka.ambient
 
R.string() - Constructor for class sk.baka.ambient.R.string
 
R.style - Class in sk.baka.ambient
 
R.style() - Constructor for class sk.baka.ambient.R.style
 
R.styleable - Class in sk.baka.ambient
 
R.styleable() - Constructor for class sk.baka.ambient.R.styleable
 
R.xml - Class in sk.baka.ambient
 
R.xml() - Constructor for class sk.baka.ambient.R.xml
 
Radio - Class in sk.baka.ambient.stream.shoutcast
A SHOUTcast radio station.
Radio(String, String, String, String) - Constructor for class sk.baka.ambient.stream.shoutcast.Radio
Creates new radio
radioNewTrack(String) - Method in class sk.baka.ambient.activity.main.PlayerController
 
radioNewTrack(String) - Method in interface sk.baka.ambient.playerservice.IPlayerListener
Track was switched while a radio is playing.
RadioStreamCorruptedException - Exception in sk.baka.ambient.stream.shoutcast
Thrown when the radio stream is most likely corrupted.
RadioStreamCorruptedException(String) - Constructor for exception sk.baka.ambient.stream.shoutcast.RadioStreamCorruptedException
 
random - Variable in class sk.baka.ambient.AppState
The random state.
Random - Enum in sk.baka.ambient.playlist
Random play.
RANDOM - Static variable in class sk.baka.ambient.playlist.Utils
The random number generator.
random_album - Static variable in class sk.baka.ambient.R.drawable
 
random_album_playlist - Static variable in class sk.baka.ambient.R.drawable
 
random_album_track - Static variable in class sk.baka.ambient.R.drawable
 
random_albums - Static variable in class sk.baka.ambient.R.string
 
random_albums_playlist - Static variable in class sk.baka.ambient.R.string
 
random_albums_tracks - Static variable in class sk.baka.ambient.R.string
 
random_no - Static variable in class sk.baka.ambient.R.drawable
 
random_track - Static variable in class sk.baka.ambient.R.drawable
 
random_tracks - Static variable in class sk.baka.ambient.R.string
 
RandomAlbumsPlaylistTip - Static variable in class sk.baka.ambient.R.string
 
RandomAlbumsTip - Static variable in class sk.baka.ambient.R.string
 
RandomAlbumsTracksTip - Static variable in class sk.baka.ambient.R.string
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.ContextController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.MagnatuneController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.PlayerController
 
randomChanged(Random) - Method in class sk.baka.ambient.activity.main.PlaylistController
 
randomChanged(Random) - Method in interface sk.baka.ambient.IPlaylistPlayerListener
The play mode was changed.
randomChanged(Random) - Method in class sk.baka.ambient.NetworkHandler
 
randomize(Random, List<? extends PlaylistItem>, PlaylistItem) - Static method in enum sk.baka.ambient.playlist.Random
Randomizes given playlist as specified by the Random constant.
RandomNoTip - Static variable in class sk.baka.ambient.R.string
 
RandomTracksTip - Static variable in class sk.baka.ambient.R.string
 
rawQuery(String, String[]) - Method in class sk.baka.ambient.library.DBStrategy
Invokes the SQLiteDatabase.rawQuery(String, String[]) method.
rawTrackQuery(String, String[]) - Method in class sk.baka.ambient.library.DBStrategy
Performs a raw query on the track table.
read() - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[], int, int) - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[]) - Method in class sk.baka.ambient.commons.CountingInputStream
 
read(byte[], int, int) - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
read() - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
read(byte[]) - Method in class sk.baka.ambient.stream.shoutcast.ShoutcastInputStream
 
readLine(InputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Reads a line from given stream.
readRequest(InputStream) - Static method in class sk.baka.ambient.commons.IOUtils
Reads the request until an empty string is encountered.
readTrack(Cursor, Uri) - Static method in class sk.baka.ambient.collection.local.MediaStoreCollection
Reads a single track from current cursor position.
readTracks(Cursor, Uri) - Static method in class sk.baka.ambient.collection.local.MediaStoreCollection
Reads tracks from given cursor.
recomputeListItems() - Method in class sk.baka.ambient.activity.main.AbstractListController
Recomputes the model.
recomputeListItems() - Method in class sk.baka.ambient.activity.main.AbstractPlaylistController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.FileBrowserController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.PlaylistManagerController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.main.ShoutcastController
 
recomputeListItems() - Method in class sk.baka.ambient.activity.search.StringListController
 
recycleBitmaps(Collection<Bitmap>) - Static method in class sk.baka.ambient.views.ViewUtils
Recycles given collection of bitmap.
Ref<T> - Interface in sk.baka.ambient.commons
Refers to an object.
reference - Variable in class sk.baka.ambient.collection.sync.SyncUtils
This is the reference collection, i.e.
refetchData() - Method in class sk.baka.ambient.activity.main.cb.AbstractCollectionController
Updates the data which is currently being shown.
refresh - Static variable in class sk.baka.ambient.R.drawable
 
refresh - Static variable in class sk.baka.ambient.R.string
 
refreshAmpacheSession - Static variable in class sk.baka.ambient.R.string
 
refreshKaraoke - Static variable in class sk.baka.ambient.R.string
 
register(String) - Method in class sk.baka.ambient.library.GenreCache
Registers a genre and returns a list of ids of registered genres.
registerAndUpdate(SimpleBus) - Method in class sk.baka.ambient.activity.main.ControllerGroup
Registers all controllers from given bus.
registerFile(String, String) - Method in class sk.baka.ambient.commons.AbstractFileStorage
Registers a file to the cache.
registerNewGenre(String) - Method in class sk.baka.ambient.library.DBStrategy
Registers new genre and returns its id.
registerNewTrack(TrackM