Menu

Tree [ae2d78] default tip /
 History

Read Only access


File Date Author Commit
 doc 2015-09-24 michael michael [9915d5] Updated documentation.
 releases 2015-09-24 michael michael [376cb9] Added version 1.7.1 as a zip archive.
 res 2015-09-24 michael michael [9806dc] Changed the number of columns and dialog previe...
 src 2015-09-16 michael michael [b5e99d] Refactoring.
 AndroidManifest.xml 2015-09-24 michael michael [980fa5] Updated version.
 LICENSE.txt 2014-11-13 mrapp mrapp [4a7970] Added the file LICENSE.txt.
 README.txt 2015-09-16 michael michael [fd8190] Edited README.txt.
 RELEASE_NOTES.txt 2015-09-24 michael michael [0a5921] Edited release notes.
 proguard-project.txt 2014-11-12 mrapp mrapp [cccce0] Added EditTextPreference.
 project.properties 2015-06-07 mrapp mrapp [b28638] The library "AndroidMaterialValidatin" is now u...

Read Me

AndroidMaterialPreferences - README
===================================


About
-----

"AndroidMaterialPreferences" is an Android-library, which provides various preferences, which are 
designed according to Android 5.0's Material Desing guidelines even on pre-Lollipop devices.

The library provides the following preferences:

    -   A preference, which allows to enter a text via an EditText widget (EditTextPreference).
        
    -   A preference, which allows to select a value from a list (ListPreference).
    
    -	A preference, which allows to select multiple values from a list (MultiChoiceListPreference).
        
    -   A preference, which allows to choose a floating point value or an integer value from a 
        continuous range via a SeekBar widget (SeekBarPreference).
        
    -	A preference, which allows to choose a decimal value via a NumberPicker widget 
    	(NumberPickerPreference).
    	
    -	A preference, which allows to choose a decimal value, consisting of individual digits 
    	of which each can be chosen via a NumberPicker widget (DigitPickerPreference).
    	
    -	A preference, which allows to choose an image or video resolution via two EditText 
    	widgets (ResolutionPreference).
    	
    -	A preference, which allows to choose a color from a predefined color palette 
    	(ColorPalettePreference).
    	
    -	A preference, which provides a toggleable option using a Switch widget 
    	(SwitchPreference).

    -   The library uses the AppCompat v7 revision 21 support library in order to retrieve the 
        color of a the title and button texts of a preference's dialog from the applied theme. 
        Alternatively, these colors can be set manually.

	
License Agreement
-----------------

AndroidMaterialPreferences is distributed under the GNU Lesser Public License version 3.0 (GLPLv3). 
For further information about this license agreement's content, please refer to its full version, 
which is available at http://www.gnu.org/licenses/.


Download
--------

The project homepage of the project "AndroidMaterialPreferences" is available on Sourceforge via 
the internet address https://sourceforge.net/projects/androidmaterialpreferences.

The latest release of the project can be downloaded as a zip archive from the download 
section of the Sourceforge project site mentioned above, which is available via the direct 
link https://sourceforge.net/projects/androidmaterialpreferences/files.

As well, the complete source code and documentation is available via a Mercurial repository, 
which can be accessed by the URL http://hg.code.sf.net/p/androidmaterialpreferences/code.


Contact information
-------------------

For personal feedback or questions you can either contact the developer via his profile on 
Sourceforge, which is available under the direct link https://sourceforge.net/users/mrapp, or 
via the email address michael.rapp90@googlemail.com.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.