#androiddev

21 posts · Last used 14d

Back to Timeline
inamruzui @Kuniti_shino@pounced-on.me · Aug 01, 2026
0
0
0
Pachli @pachli@mastodon.social · Jul 30, 2026
Boosted by fedicat @fedicat@pc.cafe
# Pachli 3.8.0 is released This release introduces support for notifications about #collections, improves compatibility with #iceshrimpdotnet servers (by @c@fedi.cpf.sh, their first contribution to Pachli), fixes a crash, and ensures follower/following relationships are updated if you block a server. https://pachli.app/pachli/2026/07/30/3.8.0-release.html?utm_medium=social&utm_source=mastodon&utm_campaign=release-3.8.0 #Pachli #MastoDev #AndroidDev
21
2
14
Larvitz :fedora: @Larvitz@burningboard.net · Jul 24, 2026
I wanted to build Kollect for Android without filling Fedora 44 with Java, Gradle, Android SDKs, emulators, and assorted development debris. So I put the entire mobile toolchain in an Ubuntu Distrobox. It builds APKs, deploys them via wireless ADB, and even runs the Android emulator. The app also enriches links locally using Gemini Nano through AICore on my Pixel 10 Pro. Private, fast, and effectively free. https://blog.hofstede.it/android-development-on-fedora-44-without-installing-an-android-development-stack/ #Fedora #AndroidDev #Distrobox #GeminiNano #Android
0
1
0
Harsh Shandilya @msfjarvis@fantastic.earth · Jul 10, 2026

Massive and very exciting new release for Claw, my Android client for @lobsters@mastodon.social

  • The HTML parser that powers the data layer of the app is now capable of being updated out-of-band from app releases, so I can get fixes out faster when the site markup causes the existing parsers to break.
  • If you are logged in, your blocked tags are now synced with Lobsters
  • Search has a new UI that is more in line with Material Design guidelines
  • Some small fixes to how comments are rendered, and faster animations.

https://github.com/msfjarvis/compose-lobsters/releases/tag/v1.67.0

#AndroidDev

0
0
0
Pachli @pachli@mastodon.social · Jul 02, 2026
Pachli 3.7.2 is released

This fixes a crash when processing corrupt notification data, thanks to @lucas@toot.treffenstaedt.de for reporting this (their first contribution to #Pachli).

This release also includes translation updates:

https://pachli.app/pachli/2026/07/02/3.7.2-release.html?utm_medium=social&utm_source=mastodon&utm_campaign=release-3.7.2

#MastoDev #AndroidDev

15
0
7
Pachli @pachli@mastodon.social · Jun 30, 2026
Boosted by fedicat @fedicat@pc.cafe
Pachli 3.7.1 is released Fixes
  • Show polls attached to boosted posts
  • Show roles on any suggested accounts
  • Update "following" relationships when following suggested accounts

https://pachli.app/pachli/2026/06/30/3.7.1-release.html?utm_medium=social&utm_source=mastodon&utm_campaign=release-3.7.1

#MastoDev #AndroidDev

22
1
12
Martin 🇪🇺 @keineantwort@norden.social · Jun 17, 2026
Es ist soweit. Ich muss meine älteste App einstellen. "Ist mein Zug pünktlich 1.0.0" entstand auf einer Fahrt von Bonn nach Husum. Als ich vor 18 Jahren wieder einmal auf meinen Zug aus Basel wartete und es unter Android 2.1 keinen ordentliche Bahn-App für Pendler gab, kam mir die Idee. Die erste Version war nach 14h Coding fertig. Das war ungefähr 2008/2009. App-Opa. Leider hat die Bahn mal wieder Ihr Online-System umgestellt und die Pflege der App ist nicht mehr sinnvoll. #devlife #androiddev
1
0
0
Pachli @pachli@mastodon.social · Mar 26, 2026
Pachli 3.5.0 is released New features
  • All notifications about a post include action buttons
  • Added #accessible #TalkBack descriptions and actions for notifications
  • Read quotes with #TalkBack

https://pachli.app/pachli/2026/03/26/3.5.0-release.html?utm_medium=social&utm_source=mastodon&utm_campaign=release-3.5.0

#MastoDev #AndroidDev

31
2
28
Pachli @pachli@mastodon.social · Feb 27, 2026
Pachli 3.4.0 is released New features
  • Show hidden hashtags at the end of the content
  • Support searching for posts that quote others
  • Trust new intermediate certificates from Sectigo
Fixes
  • Don't crash if a poll has a missing vote count
  • Many improvements to quotes, see the blog post for details
  • Media playback fixes, see blog post for details
  • Database fixes, see blog post for details

https://pachli.app/pachli/2026/02/27/3.4.0-release.html?utm_medium=social&utm_source=mastodon&utm_campaign=release-3.4.0

#MastoDev #AndroidDev

25
3
20
Jorge Martín @Arasthel@social.linux.pizza · Feb 24, 2026

#androiddev is there any place where I could ask some Google dev about WorkManager's behaviour on Android 15+? We're having some issues related to background network access (https://developer.android.com/about/versions/15/behavior-changes-all#background-network-access) that are still happening when using WorkManager for fetching the data associated with push notifications (the context is an encrypted IM that only sends minimal data in the pushes).

I understand what we should do is probably schedule the tasks using some NetworkType or NetworkRequest constraint, but using NetworkType.CONNECTED won't work for customers that are behind a VPN or in an air-gapped environment since it performs a request to gen_204 google URL that may not be available, and I'm not sure if NetworkType.UNMETERED or NetworkRequest with NET_CAPABILITY_INTERNET would be enough to have WorkManager temporarily grant our app internet connectivity and prevent those UnknownHostExceptions we're seeing.

This seems to be poorly documented, so we're not sure what the right behavior is, to be honest.

0
1
1