malinajirka

Results 20 issues of malinajirka

### Expected behavior The app won't show to fragment on top of each other. ### Actual behavior The app displays two fragments on top of each other. ### Steps to...

[Type] Bug
[Pri] Low
Reader
[Type] Broken Window

This Main Thread contains all the necessary issues we need to complete to finish the Make Cha-Ching Not War (aka Two Payments Gateways installed) project. Motivation: The app currently forces...

type: task
feature: mobile payments

When I - set `lineHeight to 44dp` to for example [Headline3 style](https://github.com/material-components/material-components-android-compose-theme-adapter/blob/6928cc67635aad6489af74cdf7322961faa3709e/sample/src/main/res/values/type.xml#L19) - update the headline 3 text so it is longer then one line [here](https://github.com/material-components/material-components-android-compose-theme-adapter/blob/a563a1347f60e0578b0bf413197e595ddfcc1438/sample/src/main/java/com/google/android/material/composethemeadapter/sample/MaterialIntegration.kt#L133) The vertical spacing completely...

# Current behavior This is a pretty tricky issue. Sometimes Activity Log screen in WPAndroid displays only a subset of available events for the site. The app fetches first 100...

[Type] bug
[Store] Activity Log

When I insert a ThreatModel and retrieve it from the db, the "fixedOn" attribute is missing. ``` Expected :GenericThreatModel(baseThreatModel=BaseThreatModel(id=1, signature=test signature, description=test description, status=CURRENT, firstDetected=Thu Jan 01 01:00:00 CET 1970,...

[Pri] High
[Store] Scan
Jetpack

JsonObjectOrFalseDeserializer uses java reflection `Class.getFields()` method [here](https://github.com/wordpress-mobile/WordPress-FluxC-Android/blob/ed6d69693da290807e017f34cdedfa76bf0648e9/fluxc/src/main/java/org/wordpress/android/fluxc/network/rest/JsonObjectOrFalseDeserializer.java#L39) which returns an empty array since Kotlin classes don't have any fields (they have members). This issue can lead to hard to find...

Tech Debt

Make tests in ReleaseStack_PostTestWPCom more readable as suggested [here](https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/1255#discussion_r284732977).

Tests
Tech Debt

PostModel.java overrides the equals method, but does not override the hashcode. This breaks the equals-hashcode contract and can result in hard to find bugs. Consider using EqualsVerifier or a similar...

Tech Debt
[Pri] High

PagedListWrapper uses 3 observables in order to inform the UI of the current loading state isFetchingFirstPage isLoadingMore isEmpty However, it doesn't inform the UI when it's loading data from the...

[Type] bug
[Pri] Low

### Expected behavior User in Editor role can see and edit site pages. ### Actual behavior "Site Pages" menu item is not displayed for users in Editor role. ### Steps...

[Type] Bug
[Pri] Medium
Posting/Editing
Pages List
Self-hosted