Twidget v1.1.1-beta.1
Pre-release
Pre-release
·
11 commits
to main
since this release
Minor release. Improvements to scheduling, top followers and laying groundwork for future updates.
Changed
- Reorganized the app's source tree from one flat package into neatly organised folders. For better maintainability.
- Replaced Postpone cloud scheduling and API-key onboarding with Buffer OAuth, encrypted refresh-token rotation, connected X-channel mapping, and Buffer-backed draft and schedule syncing.
- Long-running top-follower scans now continue as foreground work after the app leaves the screen and surface progress through Android Live Updates on supported devices.
- Redesigned scheduled-tweet cards with clearer date and action rows, more readable post text, and responsive media thumbnails.
- Kept the shared-history choice in initial onboarding only, so adding another account cannot accidentally change the install-wide privacy setting.
Added
- Added an included, rate-limited TwitterAPIs trial for one Top Followers scan per account each day; personal keys in Advanced settings take priority and remove Twidget's daily limit.
- Participating shared-history installs now contribute completed Top Followers rankings to the bridge and reuse an existing ranking when that account is added elsewhere.
- Added a dedicated onboarding permissions step that confirms notification and exact-reminder access before account setup.
- Buffer drafts and scheduled posts can now attach local images and videos; Twidget hosts them with its built-in cloud configuration before syncing them to Buffer.
- The native composer now uses Android's active keyboard for spell checking, autocorrection, and word suggestions.
- Drafts can be pinned with quick actions, a long-press context menu, and bulk pin/unpin/delete selection mode.
- Started work integrating Twidget into Modes and Routines on Galaxy devices. Barebones for now, but more features coming in the future.
Fixed
- Hardened Buffer request throttling, media synchronization, refresh-token handling, and background schedule updates.
- Buffer publishing now sends a confirmation notification after a successful post and an error notification with details when publishing fails.
- Made top-follower scans resumable and more reliable when the app is backgrounded or interrupted.
- Prevented cancelled top-follower scans from committing an in-flight page, promoted scans to foreground work immediately, and validated nonexistent handles inline during onboarding.
- Improved adaptive dashboard layouts, chart spacing, widget sizing, and blank-state handling across phones, tablets, and non-One UI launchers.
Changes since the previous release
What's Changed
- Schedule trash, draft pinning, and audit hardening by @KingOwen2006 in #9
- Organize sources into feature packages by @thatjoshguy67 in #10
New Contributors
- @KingOwen2006 made their first contribution in #9
Full Changelog: twidget-v1.1.0-beta.1...twidget-v1.1.1-beta.1