Andy Valdez
Andy Valdez
This might be my misunderstanding of flutter in general. But in order to create truly platform looking apps, you need to swap between using Material and Cupertino. This library works...
### Description As the title suggests, when I first submitted my app to testflight I noticed the dialog below. I found this [issue](https://github.com/firebase/firebase-ios-sdk/issues/9392#issuecomment-1238751984) on the firebase ios sdk repo. It...
### Expected behavior Sharing media from the default gallery app, like Google Photos, should always work. ### Actual behavior Photos don't upload when they are not stored locally on the...
Conducted a preliminary investigation based on the API changes being made to Android 14 devices. Listing them out here. There may be gaps with 3rd party libraries. For example, sentry,...
## Task list - [ ] Address error `java.lang.RuntimeException: Requested enabled DevSupportManager, but BridgeDevSupportManager class was not found or could not be created` by ~~patching React Native with [this fix](https://github.com/facebook/react-native/commit/177d97d8ea962bdd4dad8fcf0efb04a307f25000)~~...
The current announcement logic is a bit of a pain to test. Normally I'd add a feature flag. But I thought instead let's add something in build.gradle to use local.properties...
### Fix Fixes: https://github.com/wordpress-mobile/WordPress-Android/issues/20738 Fix a crash that occurs when a gutenberg post is being edited and there is a block with text color on it, it's possible for the...
Parent: https://github.com/orgs/wordpress-mobile/projects/223 updates the `targetSdk` from 33 to 34. - [ ] Update the SDK in this repo. - [ ] Create a release. - [ ] Update the release...
This PR attempts to make the bottom navbar "adaptive" so when on larger screens it puts the navbar on the left side instead. While using my foldable I noticed we...
[Android API 34 foreground service policy changes](https://developer.android.com/about/versions/14/changes/fgs-types-required) were introduced. `UploadService ` should be migrated to `WorkManager`.