751 Commits

Author SHA1 Message Date
Domingos Lopes
7992726cb8 small typo 2016-03-22 02:09:53 -04:00
Domingos Lopes
a252191d79 code cleaning:
- lambda expressions, method references,
- multi catches,
- remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures),
- == false expressions,
- diamond type (<>) expressions,
- replace StringBuffer with StringBuilder for local variables used by a single thread,
- replace Arrays.asList with Collections.singletonList whenever applicable,
- inline variable returns (whenever the variable name's meaning is not important to understand the code),
- replace some chains of if/else if/... with switch/case,
- break append(a + b) into append(a).append(b) for StringBuilder objects,
- unused import statements,
- reduce log TAGs to 23 characters,
- MaterialDialog callback deprecated,
- ActionBarActivity for AppCompatActivity,
2016-03-22 02:07:26 -04:00
Tom Hennen
a994cd4c08 Merge pull request #1799 from mfietz/issue/1796-update-feed
Fix feed refresh issue
2016-03-21 11:14:22 -04:00
Martin Fietz
d2ddfa3973 Close cursor 2016-03-21 16:08:21 +01:00
Martin Fietz
abaa7a28b2 Refactor 2016-03-21 15:51:17 +01:00
Martin Fietz
0c85447136 Prevent NullPointerException 2016-03-21 15:51:03 +01:00
Tom Hennen
dd33c7c40e Merge pull request #1774 from mfietz/pref_known_issues
Link to known issues/bugs in Settings
2016-03-21 09:53:40 -04:00
Martin Fietz
466e6003b5 Link to known issues/bugs in Settings 2016-03-18 23:22:23 +01:00
Martin Fietz
d0126b54f1 Print log 2016-03-18 23:18:28 +01:00
Martin Fietz
5e7b328d83 Make feed parsing as save as possible 2016-03-18 23:18:28 +01:00
Tom Hennen
fb23dc4b61 Merge pull request #1788 from mfietz/issue/1489-cursor-allocation
Only have one cursor open at the same time
2016-03-18 17:48:26 -04:00
Tom Hennen
9412ab5557 Merge pull request #1787 from mfietz/issue/1718-less-preselected-speeds
Pre-select playback speeds 1.00, 1.25, 1.50, 1.75 and 2.00
2016-03-18 17:35:23 -04:00
Tom Hennen
12ff1d6254 Merge pull request #1731 from mfietz/issue/775-open-feed-after-subscribing
Add ability to open feed after subscribing
2016-03-18 16:14:59 -04:00
Tom Hennen
e536dd9a7d Merge pull request #1697 from mfietz/issue/1466-playback-controls
Try to handle all external media controls
2016-03-18 16:00:30 -04:00
Martin Fietz
4ba81f6c14 Only have one cursor open at the same time 2016-03-17 18:35:41 +01:00
Martin Fietz
4954db7738 Pre-select playback speeds 1.00, 1.25, 1.50, 1.75 and 2.00 only 2016-03-17 18:25:19 +01:00
Martin Fietz
0d114d172b Merge pull request #1696 from mfietz/issue/1695-npe-context-null
Ensure initialization
2016-03-16 20:56:51 +01:00
Martin Fietz
b152fcabbe Merge pull request #1755 from mfietz/shrink_images
Remove unused resources and shrink images
2016-03-16 20:54:14 +01:00
Martin Fietz
c9f232ca5e Merge pull request #1761 from mfietz/support-23.2.1
Upgrade Support libs, Glide, Iconify, OkHttp, Robotium
2016-03-16 20:53:33 +01:00
Martin Fietz
49d4e2de15 Merge pull request #1703 from domingos86/volume-converter-fix
fix the volume conversion upon user interaction
2016-03-16 20:52:50 +01:00
Martin Fietz
8dd6ddb702 Merge pull request #1708 from mfietz/issue/359-gpodder-sync-button
Gpodder: Enable manual syncing
2016-03-16 20:49:15 +01:00
Martin Fietz
e0d68a962b Merge pull request #1698 from mfietz/issue/1503-file-type-error
Downloader: Check content type for media
2016-03-16 20:40:38 +01:00
Martin Fietz
3449357c14 Merge pull request #1705 from mfietz/issue/1704-opml-import-npe
OPML Import: Show dialog when no file has been selected
2016-03-16 20:36:31 +01:00
Martin Fietz
30be1ad36e Merge pull request #1701 from mfietz/issue/1627-resume-download
Downloader: Disable gzip for media files
2016-03-16 20:32:03 +01:00
Martin Fietz
19e1e4afdb Add proxy settings 2016-03-16 20:30:33 +01:00
Martin Fietz
bb45d82b08 Merge pull request #1689 from mfietz/issue/1687-delay-hide-controls
Video player: Delay controls hide on interaction
2016-03-16 20:25:15 +01:00
Martin Fietz
92efa25572 Merge pull request #1773 from andrewgaul/boxing
Avoid unneeded boxing
2016-03-16 20:22:03 +01:00
Martin Fietz
c5450fc413 Merge pull request #1766 from andrewgaul/error-prone
Address error-prone warnings
2016-03-16 20:20:26 +01:00
Martin Fietz
92083597d1 Merge pull request #1700 from mfietz/issue/996-ducking
Duck and raise audio volume back
2016-03-16 20:12:53 +01:00
Martin Fietz
73069817f8 Show message if there are no shownotes 2016-03-16 20:09:03 +01:00
Martin Fietz
734b19e906 Refactor 2016-03-16 20:09:03 +01:00
Andrew Gaul
e87f053d9b Avoid unneeded boxing
Found via FindBugs.
2016-03-14 20:20:25 -07:00
Andrew Gaul
6b449c18ee Address error-prone warnings 2016-03-13 22:34:50 -07:00
Martin Fietz
36213fa94e Upgrade Support libs, Glide, OkHttp, Robotium 2016-03-13 09:47:43 +01:00
Martin Fietz
d342b14ac0 Shrink resources (ImageOptim) 2016-03-09 23:55:36 +01:00
Martin Fietz
fbbe94acec Delete unused resources 2016-03-09 23:55:30 +01:00
Martin Fietz
aaedff2937 Dark theme: Fix action bar icons
see http://stackoverflow.com/a/35654779/5369600
2016-03-07 11:56:44 +01:00
Martin Fietz
d4d8d18c5c Add ability to open feed after subscribing 2016-03-04 12:40:33 +01:00
Martin Fietz
b1798d8529 Give each thread its own parser 2016-03-04 10:06:01 +01:00
Martin Fietz
3c26c058f6 Gpodder: Enable manual syncing 2016-02-22 11:01:12 +01:00
Martin Fietz
4fca673d1f OPML Import: Show dialog when no file has been selected 2016-02-22 07:55:02 +01:00
Tom Hennen
32f124f810 Merge pull request #1690 from mfietz/issue/1685-public-notificationsa
Set notification visibility to public
2016-02-20 10:53:10 -05:00
Domingos Lopes
c878bc4e87 inicialize the volume SeekBars on audio controls to the values on UserPreferences 2016-02-20 09:48:57 -05:00
Martin Fietz
a8f27fa363 Downloader: Disable gzip for media files 2016-02-20 15:45:38 +01:00
Martin Fietz
e980a7656c Duck and unduck done right 2016-02-20 15:27:29 +01:00
Domingos Lopes
13f5b09d56 fix the volume conversion upon user interaction
move the conversion formula to a new method in core.util.Converter
2016-02-20 09:02:50 -05:00
Martin Fietz
e7cc82fdfb Make sure feed media is of the right content type 2016-02-20 09:16:47 +01:00
Martin Fietz
16dd26a7e4 Refactor 2016-02-19 13:35:10 +01:00
Martin Fietz
acbda70e28 Make sure DB helpers and preferences are initialized 2016-02-19 13:34:55 +01:00
Martin Fietz
db084ec118 Prevent NPE 2016-02-19 12:54:51 +01:00