Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskerplugin #431

Merged
merged 8 commits into from
Oct 24, 2022
Prev Previous commit
Merge branch 'main' into taskerplugin
  • Loading branch information
mchowning committed Oct 24, 2022
commit fcd33ba2f268fc59927b27f0abdcbeddba57da1a
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
-----

* New Features:
* Added a Halloween icon.
([#415](https://github.com/Automattic/pocket-casts-android/pull/415)).
* Added Tasker integration with "Play Filter" and "Control Playback" actions.
([#415](https://github.com/Automattic/pocket-casts-android/pull/431)).
* Fixed background color for screens using the compose theme
([#432](https://github.com/Automattic/pocket-casts-android/pull/432)).
* Bug Fixes:
* Fixed Help & Feedback buttons being hidden when using text zoom.
([#446](https://github.com/Automattic/pocket-casts-android/pull/446)).
* Fixed when system bar didn't disappear on full screen video player
([#461](https://github.com/Automattic/pocket-casts-android/pull/461)).

7.25
-----
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ dependencies {
implementation project(':modules:features:navigation')
implementation project(':modules:features:account')
implementation project(':modules:features:taskerplugin')
implementation project(':modules:features:endofyear')
}

task appStart(type: Exec, dependsOn: 'installDebug') {
Expand Down
9 changes: 7 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ include ':modules:features:discover'
include ':modules:features:endofyear'
include ':modules:features:filters'
include ':modules:features:navigation'
include ':modules:features:cartheme'
include ':modules:features:account'
include ':modules:features:player'
include ':modules:features:podcasts'
include ':modules:features:profile'
include ':modules:features:search'
include ':modules:features:settings'
include ':modules:features:taskerplugin'

// services
include ':modules:services:analytics'
include ':modules:services:compose'
include ':modules:services:images'
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.