Rebecca Franks

Results 13 issues of Rebecca Franks

Taken from https://github.com/renovatebot/renovate/discussions/15285

It will be useful to see when the power has come on and off within the app as right now it only tells the current state. This information is available...

Hi there 👋 Thanks for a great library 🥇 We've been using it pretty successfully without any issues for a while. Recently, I enabled the alpha slider in XML via...

* Fixed padding on popular posts * Added Animated content onto post navigation

I added :JetpackCompose: to my handle and it crashes the app when viewing toots of mine or my profile, the correct emoji was a lowercase j (:jetpackCompose:) This happens if...

Add predictive back handling using `PredictiveBackHandler` from `activity-compose`. The gesture first shows the drawer in the case of the drawer being closed, when its open, it propagates the gesture back...

This PR introduces a dashboard type layout for the Jet lagged Home screen, which adjusts to different screen sizes (using WindowSizeClasses), and reflows cards to new lines when space limit...

We are getting this crash in the TwoFingerGestureDetector. ``` Fatal Exception: java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(MotionEvent.java) at android.view.MotionEvent.getX(MotionEvent.java:2379) at com.almeros.android.multitouch.TwoFingerGestureDetector.updateStateByEvent(TwoFingerGestureDetector.java:77) at com.almeros.android.multitouch.RotateGestureDetector.handleInProgressEvent(RotateGestureDetector.java:136) at com.almeros.android.multitouch.BaseGestureDetector.onTouchEvent(BaseGestureDetector.java:66) ```

Switching to local debug.keystore to prevent issues with installing debug app on device.

Adding shared elements between Home feed and SnackDetail. Introduced `SnackSharedElementKey` to create a unique key for the shared element to match. Using `Modifier.sharedBounds()` on the Card container, and `Modifier.sharedElement()` on...