Post B7j0Fcn2ga2foeqssq by kallekn@mastodonsweden.se
(DIR) More posts by kallekn@mastodonsweden.se
(DIR) Post #B7eJnNnRre4KV13LRA by ferlagod@frikiverse.zone
0 likes, 0 repeats
Nueva versión Rocinante 1.0.5:* Añadidas las citas y reseñas (Petición de @ElPamplina).* Refinados mensajes de la interfaz de usuario en la pantalla de búsqueda de libros.* Corrección en los errores de búsquedas.* Agregadas reglas de ProGuard para Gson, evitando problemas de ofuscación en la compilación y mejorando la estabilidad interna.* Corregida y mejorada la traducción al finés. Gracias a Kalle Kniivilä (@kallekn) por el reporte.Disponible con Obtainium y próximamente en FDroid.
(DIR) Post #B7eR8xZElPypCVdpoW by kallekn@mastodonsweden.se
0 likes, 0 repeats
@ferlagod @ElPamplina How do I find it on Obtainium?
(DIR) Post #B7ebI4R3b4WceKnYoa by ferlagod@frikiverse.zone
0 likes, 0 repeats
@kallekn @ElPamplina From the Forjalibre repository, I've added a button that takes you to the Obtainium app with Rocinante's data, but you need to have Obtainium installed for that. Another way is to go into Obtainium and add this repository: https://forjalibre.eu/ferlagod/rocinante_android/releases
(DIR) Post #B7ebiDGTOOEFYvJUrw by kallekn@mastodonsweden.se
0 likes, 0 repeats
@ferlagod @ElPamplina Thanks, installed, looking nice. Some Spanish visible, like "ver más" and "sistema" as the selected language.
(DIR) Post #B7j02UI2ydaHgo5dYm by ferlagod@frikiverse.zone
0 likes, 0 repeats
@kallekn @ElPamplina Which version of Rocinante do you use? Clear cache and data. It's also possible that the bookwyrm instance is undergoing maintenance. I'll try to look into it this afternoon.
(DIR) Post #B7j0Fcn2ga2foeqssq by kallekn@mastodonsweden.se
0 likes, 0 repeats
@ferlagod @ElPamplina It says 1.0.6 (7)
(DIR) Post #B7jCwTU2MV26r2A3oe by ferlagod@frikiverse.zone
0 likes, 0 repeats
@kallekn @ElPamplina Okay, I found the problem. The server returns a 307 error when redirecting from HTTP to HTTPS. The app failed upon receiving it because OkHttp has global redirects disabled. I added an interceptor that automatically follows 307 and 308 codes, keeping 302s blocked since the code needs to catch them manually.I'll release an update to fix it.
(DIR) Post #B7jFK3GxfHLMQAPom0 by kallekn@mastodonsweden.se
0 likes, 0 repeats
@ferlagod @ElPamplina Great, thanks!