ByteHamster
ca6639892d
Fixed build
2018-06-06 16:16:42 +02:00
ByteHamster
2a8408d84d
Merge branch 'develop' of https://github.com/alifeflow/AntennaPod into alifeflow-develop
2018-06-06 16:09:15 +02:00
ByteHamster
dcb215ad70
Removed unused imports
2018-06-06 16:07:40 +02:00
ByteHamster
9cf71f85b9
Using utils
2018-06-06 16:05:05 +02:00
ByteHamster
e15451177b
Moved database upgrades to their own class
2018-06-06 15:17:39 +02:00
ByteHamster
8fa3180446
Restored tests
2018-06-06 15:08:46 +02:00
ByteHamster
9b738ca5d4
Fixed feed item display
2018-06-06 14:52:50 +02:00
ByteHamster
fa48076175
Write feed url to database
2018-06-06 00:15:19 +02:00
ByteHamster
eba0817ee0
Prevent crash
2018-06-06 00:08:22 +02:00
ByteHamster
abb13dc447
Database scheme update
2018-06-06 00:07:21 +02:00
ByteHamster
ba2233430e
Removed FeedImage
2018-06-05 23:52:19 +02:00
ByteHamster
02186a3f0d
Limit broadcasts to current app
2018-05-29 23:25:19 +02:00
ByteHamster
632906df07
PlaybackService notification setup improvements
2018-05-29 23:12:13 +02:00
ByteHamster
9df23ebbf6
Removed unused code
2018-05-27 20:07:29 +02:00
H. Lehmann
b4062146a9
Merge pull request #2712 from ByteHamster/run-unit-tests
...
Executing core unit tests on CircleCI
2018-05-27 19:37:29 +02:00
ByteHamster
7e59ac0e75
Executing core unit tests on CircleCI
2018-05-27 19:30:01 +02:00
H. Lehmann
f73a64050d
Merge pull request #2710 from ByteHamster/preferences-test
...
Fixed most preference tests
2018-05-27 19:09:11 +02:00
orionlee
2058f3c0b3
#2577 : ensure that during feeds update, automatic (episodes) download will
...
download the latest ones by waiting the feeds update complete before
starting autodownload.
2018-05-27 10:06:07 -07:00
H. Lehmann
fe92c98661
Merge pull request #2700 from orionlee/fix_core_test_coverage_etc
...
Fix core tests: default coverage, consistent convention, etc.
2018-05-27 19:05:10 +02:00
ByteHamster
5f46182151
Added manual scrolling
2018-05-27 18:54:53 +02:00
ByteHamster
920f061385
Fixed build
2018-05-26 23:49:47 +02:00
H. Lehmann
532d822b3c
Merge branch 'develop' into exo-player
2018-05-26 23:45:18 +02:00
H. Lehmann
cd0d23d260
Merge pull request #2638 from ydinath/AboutActivityCleanup
...
About activity cleanup
2018-05-26 23:40:36 +02:00
H. Lehmann
39a462431f
Merge pull request #2667 from ByteHamster/api-26-support
...
Api 26 support
2018-05-26 23:39:35 +02:00
ByteHamster
443f6315fa
Moved methods into AutoUpdateManager
2018-05-26 23:30:06 +02:00
ByteHamster
b3e02e215c
Simplified AutoUpdateManager
2018-05-26 23:25:18 +02:00
ByteHamster
9ce48bd86b
Added a refreshAllFeeds method without callback
2018-05-26 23:20:47 +02:00
ByteHamster
aa25ab5ff4
Added examples to notification descriptions
2018-05-26 23:18:01 +02:00
ByteHamster
badc839804
Gpodder sync does not need a notification anymore
2018-05-26 23:14:07 +02:00
ByteHamster
3edbbe8c53
Moved notification utils to other package
2018-05-26 23:13:16 +02:00
ByteHamster
577f400a36
Fixed some of the preference tests
2018-05-26 23:08:16 +02:00
H. Lehmann
04a635307d
Merge pull request #2706 from brad/unnecessary-param-context
...
avoid unused context parameter
2018-05-21 08:14:45 +02:00
brad
6bda6405b8
avoid unused context parameter
2018-05-20 23:01:14 -07:00
Martin Fietz
03b2079087
Merge pull request #2701 from ByteHamster/preference-search-update
...
Improve autodownload in search
2018-05-19 19:53:04 +02:00
orionlee
1f14d8482e
core tests: DateUtilsTest - states why it remains to be an androidTest.
2018-05-18 13:44:00 -07:00
orionlee
eb0ef1e201
core tests: Make DownloadServiceTest be a unit test (the portion of
...
DownloadService tested is all in-memory logic).
2018-05-18 13:42:39 -07:00
orionlee
46ae3e0b00
core tests: Convert tests that are effectively unit tests to be one
...
(standard android junit tests). Provides implementations for
android platform utils needed (in unit test environment):
1. android.util.Log, 2. android.text.TextUtils.isEmpty()
2018-05-18 13:21:36 -07:00
H. Lehmann
12f92af174
Merge pull request #2698 from brad/circleci-2
...
Circleci 2
2018-05-18 12:07:06 +02:00
ByteHamster
cddc1a7354
Improve autodownload in search
2018-05-18 11:54:53 +02:00
orionlee
f05c7e23ef
core tests fix: use consistent convention that tests are in the same
...
java package as the classes under test.
2018-05-17 14:56:18 -07:00
orionlee
7dd4e5caa1
core tests fix: ensure running test suite (gradlew connectedAndroidTest)
...
include all test. The existing config does not include the tests
in feed/ directory.
2018-05-17 14:55:51 -07:00
brad
9a88daf129
stop using unsupported MaxPermSize=350m param
...
Gets rid of this warning:
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0
2018-05-17 00:13:08 -07:00
brad
ee1c7f734e
specify destination artifact path to avoid excessive nesting
2018-05-17 00:11:10 -07:00
brad
d6d01c5c4f
also cache .gradle
2018-05-17 00:06:42 -07:00
brad
9ec56e7a41
remove unnecessary steps installing sdk components
2018-05-17 00:06:24 -07:00
brad
d613ae7213
use circleci/android:api-26-alpha docker image
2018-05-16 23:50:39 -07:00
brad
a540eef46d
fix syntax error in circleci config store_artifacts step
2018-05-16 23:45:57 -07:00
brad
8a3f1481be
fix syntax error in circleci config
2018-05-16 23:43:46 -07:00
brad
0f35d1e2f9
convert circleci configuration to version 2.0
2018-05-16 23:42:07 -07:00
Martin Fietz
bc8e2bb3c1
Merge pull request #2694 from keunes/patch-1
...
Update strings.xml
2018-05-16 19:02:55 +02:00