Tom Hennen
e6ce12d61b
prepping for build 1.3.0.3
2015-08-02 13:12:57 -04:00
Tom Hennen
ab68619aac
Merge pull request #1043 from mfietz/glide
...
Glide
2015-08-02 13:11:59 -04:00
Martin Fietz
5f0ddbc15d
Prevent NPE b/c of race condition
2015-08-02 18:24:32 +02:00
Martin Fietz
5f1c78b4f4
Replace custom image loading with Glide
2015-08-02 17:51:57 +02:00
Martin Fietz
2bc1183e45
Try loading the episode cover first; if that fails, try to load the podcast's cover
2015-08-02 17:50:51 +02:00
Martin Fietz
ab116ee6be
Initialize NetworkUtils, set context once
...
Had some issues with the new NetworkAllowanceInterceptor. When I gave
it a constructor that would hold the context (to use it with
NetworkUtils), the whole Glide image loading process would not work.
2015-08-02 17:48:08 +02:00
Martin Fietz
65d470043b
Fix duration overflow and time unit plurals
2015-08-02 17:45:36 +02:00
Tom Hennen
dd6d07ada1
Merge pull request #1046 from TomHennen/fix935
...
Remove Flattr this App button
2015-08-01 12:30:49 -04:00
Martin Fietz
a3ea16b90c
Made dialog better, not to say awesome
2015-08-01 17:53:06 +02:00
Tom Hennen
d9f8dc53a6
removed flattr this app button
2015-08-01 10:32:49 -04:00
Martin Fietz
759a7bb5ac
Documentation for update manager.
2015-08-01 16:05:25 +02:00
Martin Fietz
cf519ca0aa
Dialog when podcast's auto download preference is changed
...
When the user changes a podcast's auto download setting, ask if this
new setting should be applied to the podcast's episodes
2015-08-01 12:26:33 +02:00
Martin Fietz
4f7566ddfc
Improved blurring
2015-07-31 21:08:28 +02:00
Martin Fietz
af2ded8fe0
Replace Picasso with Glide
2015-07-29 18:29:55 +02:00
Tom Hennen
c2beb98ae8
fixed test that was broken in prior PR (wasn't getting the right button for adding a feed)
2015-07-26 21:20:25 -04:00
Tom Hennen
c4e909e291
expired feeds weren't implemented properly and were probably a bad idea. now refreshing all feeds on the schedule.
2015-07-26 16:25:56 -04:00
Tom Hennen
d1ef7f63ff
Merge pull request #1020 from mfietz/feature/queue-information
...
Queue shows number of episodes and total duration
2015-07-20 20:10:18 -04:00
Tom Hennen
1ee22ef91f
Merge pull request #1013 from TomHennen/minor_search_updates
...
Make itunes search more prominent and fix squashed griview
2015-07-20 19:51:55 -04:00
Tom Hennen
89dac34ccd
bump version number
2015-07-20 17:59:32 -04:00
Martin Fietz
4e8f9a13aa
Don't show version code, commit is short hash only (no tag)
2015-07-20 11:35:26 +02:00
Martin Fietz
c38759ac0d
Create and explain version code schema.
2015-07-20 11:22:14 +02:00
Martin Fietz
76393e1e7c
Info text has smaller font, conversion moved utility class
2015-07-19 10:35:28 +02:00
Martin Fietz
35dcabd103
Minor improvements
2015-07-19 02:07:50 +02:00
Martin Fietz
c779e78ee8
Queue has status bar that shows number of episodes and total duration
2015-07-19 00:59:45 +02:00
Tom Hennen
87064277c1
update to build 61
2015-07-13 21:32:22 -04:00
Tom Hennen
fd836fd0c1
Make itunes search more prominent and fix squashed griview
...
The GridView on large devices (Nexus 6 for example) was showing
iTunes and gpodder results in two columns, which was cutting off
valuable information. I simply double the default size of the grid
columns on the theory that on a tablet someone may still want multiple
columns and that 400dp was wide enough to show the needed detail.
fixes AntennaPod/AntennaPod#1012
2015-07-13 20:13:27 -04:00
Tom Hennen
626bd2b0cb
Merge pull request #1006 from mfietz/issue/1002-fragment-loading
...
Load fragment used in last session correctly
2015-07-13 19:41:54 -04:00
Tom Hennen
0f8ed8e58f
Merge pull request #1008 from TomHennen/fix1007
...
PlaybackHistory doesn't dim played items anymore.
2015-07-13 19:30:22 -04:00
Tom Hennen
6c4d7aaef3
Merge pull request #993 from mfietz/issue/990-show-content-length
...
Get filesize from server
2015-07-13 19:29:03 -04:00
Martin Fietz
97827cde2d
Fixed tests and bug
2015-07-12 23:03:20 +02:00
Martin Fietz
d979c06a2b
Prevent NPE
2015-07-12 21:49:02 +02:00
Martin Fietz
a831f01eeb
Open new episodes when removing the currently shown feed via drawer
2015-07-12 21:37:38 +02:00
Tom Hennen
58ebf7ed03
PlaybackHistory doesn't dim played items anymore.
...
Also adds a space before the feed title when displaying the title.
fixes AntennaPod/AntennaPod#1007
2015-07-12 15:17:56 -04:00
Martin Fietz
b8b36b4ee8
Load fragment used in last session correctly.
2015-07-11 19:33:57 +02:00
Tom Hennen
cc8e470b8f
Merge pull request #1000 from udif/about_commit
...
Add git commit ID and version top the "About" screen
2015-07-10 21:41:31 -04:00
Tom Hennen
f7e4beadd6
Merge pull request #1004 from mfietz/issue/992-fix-paste
...
Fix edittext pasting issues on some devices
2015-07-10 21:33:01 -04:00
Martin Fietz
40fd08b841
Hopefully fixes problems with pasting into edittext
2015-07-10 19:17:25 +02:00
Udi Finkelstein
62d3fd77a9
Fixed tests
2015-07-09 22:38:40 +03:00
Udi Finkelstein
49759dd35c
Use "git describe" because it supplies both the commit ID as well as the number of commits since the last release.
2015-07-09 21:56:14 +03:00
Udi Finkelstein
184ac34500
Add commit ID to about screen
2015-07-09 21:21:12 +03:00
Martin Fietz
4f84ceff73
Determine media file size if feed doesn't report it correctly
2015-07-09 10:22:04 +02:00
Udi Finkelstein
a22fa8660b
FeedPreferences.getCurrentAutoDelete() now calls UserPreferences.isAutoDelete() by itself, instead of receiving it as a parameter.
2015-07-09 01:16:49 +03:00
Udi Finkelstein
153ac4e12c
Make the Spinner work on Android versions <5.0
2015-07-09 01:16:46 +03:00
Udi Finkelstein
85598f64a9
Added new per-feed auto download override flag.
2015-07-09 01:16:45 +03:00
Tom Hennen
0d2f99a1a7
Merge pull request #994 from mfietz/redesign-new-state
...
Drawer: Feed context menu, counter and order
2015-07-07 18:58:41 -04:00
Martin Fietz
a9de7631fd
Fix button moving and icon being cut
2015-07-04 17:33:35 +02:00
Martin Fietz
6427a40da2
Fix tests
2015-07-02 20:21:53 +02:00
Martin Fietz
dd898d1abe
Call former indicator "counter"
2015-07-02 18:24:10 +02:00
Martin Fietz
936ecc2b8e
Nav drawer subscriptions context menu
2015-07-02 12:13:19 +02:00
Martin Fietz
5643933a51
Set subscription order and counter in the preferences
2015-06-30 00:13:58 +02:00