UdiOshi85 / GenericSettings

Android generic settings library to handle all kinds of items in your application. (Equivalent to PreferenceFragment)
Apache License 2.0
30 stars 2 forks source link

feature request: dialogs and custom preferences #2

Open or-dvir opened 6 years ago

or-dvir commented 6 years ago

Hi i am interested in starting to use this library but i immediately noticed a few things that are missing and i think they would make this library better. ***disclaimer: i did not dive into this library yet and these observations are from a brief look at the code and the sample app so it's possible i missed something.

  1. i dont see a dialog preference. please add them and include these features:
    • add an option for a neutral button (have to do some extra work in the current DialogPreference class from google)
    • add an option for custom dialog layout
  2. custom preference
  3. multi-line text (titles, subtitles, etc)

looking forward for future updates!

UdiOshi85 commented 6 years ago

Hi Or, New views are always welcome! In the next few months i have several milestone to achieve:

  1. Connect library to SharedPreferences
  2. Connect library to work with JSON

Between those major versions I will add new Views.