Philip Simpson

Results 33 issues of Philip Simpson

This issue has been migrated from the old repository. **Message 1** Using the Classic theme, the cast icon on the Podcasts page is not properly getting the white color applied...

Switch the support feedback to use the Zendesk API rather than just sending an email. The iOS project has already made this change. It might be good to get some...

polish
migrated

``` # Without this the playback notification doesn't show up on fresh launch # https://github.com/shiftyjelly/pocketcasts-android/issues/1656 -keep class au.com.shiftyjelly.pocketcasts.core.player.** { *; } ``` This has now been moved to the package:...

migrated
tech debt

Sync is meant to happen after 15 seconds but I can't see it in the logs. Investigate why this isn't happening and match what the iOS app does in this...

bug
migrated

A user has reported that when creating a filter with lots of podcasts (347) the android app hangs and crashes. 108462-zen

bug
migrated

@adamzelinski has improved the [support form UI](https://github.com/Automattic/pocket-casts-design/issues/10) to be more consistent with the rest of the app. ![image](https://user-images.githubusercontent.com/308331/183224177-15ba7d9a-91f8-4aef-a4c6-3a522b70eae7.png)

enhancement

### What problem does this address? It would be great to add the ability for a user to enter a URL of an OPML and for Pocket Casts to import...

enhancement
good first issue

### Description Recently the ability to [configure your media notification controls](https://github.com/Automattic/pocket-casts-android/pull/540) was added. Unfortunately, it changed the notification from three to two controls, so user's have mentioned they have lost...

bug

### Description When using Android Auto the New Releases icon is missing. ### Step-by-step reproduction instructions 1. Follow the steps to set up an Android Auto emulator https://developer.android.com/training/cars/testing#test-auto 2. Deploy...

bug

There is still some Java code in the project. It would be good to check if it's still needed and convert it over to Kotlin. - [x] [EpisodeManagerTest.java](https://github.com/Automattic/pocket-casts-android/blob/61fe9bf02411dbb158ec838d2fc4834099e99a4b/modules/services/repositories/src/main/java/au/com/shiftyjelly/pocketcasts/repositories/podcast/EpisodeManagerTest.java) - [x]...

good first issue
tech debt