summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/preferences
AgeCommit message (Collapse)Author
2015-11-01Unused parameterMartin Fietz
2015-10-02resolved bug in how we were choosing the default cleanup parameterTom Hennen
2015-09-29Implement cleanup that only removes epiosdes older than a certain number of daysTom Hennen
Also set the stage for the queue cleanup algorithm.
2015-09-29getting preferences setup for different cleanup methodTom Hennen
2015-09-27Variable Speed Dialog: Install Prestissimo or enable SonicMartin Fietz
2015-09-19Move audio player classes to external libraryMartin Fietz
2015-09-09Fix cropped buttons of update interval/time of day dialogMartin Fietz
2015-08-15Make res.getQuantityString replace placeholder with valueMartin Fietz
2015-08-02Changed string names relating to time units.Tom Hennen
Android can handle plurals and strings having the same names, but Transifex can't. Renamed the time_unit*'s to just time_ to make sure we got the correct translations.
2015-08-02Merge pull request #1043 from mfietz/glideTom Hennen
Glide
2015-08-02Fix duration overflow and time unit pluralsMartin Fietz
2015-08-01removed flattr this app buttonTom Hennen
2015-07-29Replace Picasso with GlideMartin Fietz
2015-06-24Set update interval or time of dayMartin Fietz
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2015-04-18Preference: Change nav drawerMartin Fietz
Preference
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2015-03-17Set edittext's text color blackMartin Fietz
2015-03-15Inverse background of EditTextPreference for older android versionsMartin Fietz
2015-03-11Number of parallel downloads can be set in the preferencesMartin Fietz
2015-02-01Merge branch 'develop' of github.com:rharriso/AntennaPodRoss Harrison
2015-02-01queue to front or backRoss Harrison
2015-01-31added preference, need to work into databaseRoss Harrison
2015-01-05Add ability to only do autodl when charging.Tom Hennen
Defaults to allow autodl on battery to preserve existing behavior. Might be a good idea to add a receiver for the intent similar to ConnectivityActionReceiver as this will allow us to start/stop downloads as needed.
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-11-05Updated layoutsdaniel oeh
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color