FixupXer - URL Enhancer logo

FixupXer - URL Enhancer APK

2.0.0

FixupXer - URL Enhancer

FixupXer - URL Enhancer APK

Download for Android

More About FixupXer - URL Enhancer

Name FixupXer - URL Enhancer
Package Name com.fixupxer
Category Utility  
Version 2.0.0
Size 3.59M
Requires Android 5.0 and up
Last Updated July 9, 2026

FixupXer - URL Enhancer

Take Back Control of Your Digital Footprint

• Your online activity is tracked every time you click a link.

• FixupXer empowers you to browse freely by stripping away invasive tracking parameters and routing social media links through privacy-centric proxies.

• Whether you process links manually or via automatic browser integration, your digital identity remains yours.

Core Capabilities

1. Comprehensive Cleaning:

• Automatically remove over 1,000 unique tracking signatures from your links.

2. Enhanced Privacy Proxies:

• Seamlessly convert links for platforms like Instagram, X (Twitter), Facebook, and TikTok into privacy-friendly, embed-optimized alternatives.

3. Offline Security:

• All processing occurs locally on your device.

• We never collect, store, or transmit your data to any servers.

4. Broad Compatibility:

• Supports more than 25 major platforms, including Amazon, Google, Reddit, and YouTube.

Seamless Integration

1. Default Browser Mode:

• Set FixupXer as your primary handler to sanitize web links automatically with customizable output actions.

2. System Share Menu:

• Clean any URL from any app by sharing it directly to FixupXer.

3. Direct Processing:

• Paste links into our intuitive, Material Design 3 interface for instant before-and-after insights.

Why Choose FixupXer?

1. User-Centric Design:

• Enjoy a polished, high-performance interface that includes dark mode and drag-and-drop workflow customization.

2. Transparency First:

• Built as open-source software under the GPL-3.0 license, our code is fully auditable on GitHub.

3. Reliability:

• Engineered for stability across Android 5.0 through 15, backed by hundreds of automated tests to ensure consistent performance.

4. Community-Driven:

• Inspired by the best in privacy technology, we stand on the shoulders of open-source giants to provide a better browsing experience for everyone.

Important Notice

• While FixupXer operates entirely on your device, some advanced link conversions rely on third-party proxies (such as fixupx.com or tnktok.com).

• These services are maintained by the community and operate independently of NeatCode Labs.

Developed by NeatCode Labs. Not affiliated with any social media platforms mentioned.

FAQ

Q: Is my privacy really secure if the app processes links?

A: Absolutely. All link processing happens locally on your own device rather than on a remote server. Because FixupXer does not collect, store, or transmit your data anywhere, you remain in complete control of your digital identity throughout the process.

Q: Does FixupXer work with all websites?

A: While we provide specialized support for over 25 major platforms—including giants like Amazon, Google, Reddit, and YouTube—our robust engine is designed to scrub over 1,000 unique tracking signatures. This allows us to protect your privacy across a vast portion of the modern web.

Q: How do I use FixupXer with my social media links?

A: FixupXer offers enhanced privacy proxies that convert links from platforms like Instagram, X, Facebook, and TikTok. By routing these through our privacy-centric alternatives, you can view the content you want without the platform tracking your unique session data.

Version History

v2.0.0——8 Jul 2026

Remove tracking junk & share enhanced, privacy-friendly links with FixupXer Download the latest version of FixupXer - URL Enhancer to enjoy new features and updates immediately!

*2.0.0

Complete UI Redesign

FixupXer 2.0 is a complete visual overhaul — the app looks entirely different, while the cleaning engine, proxy systems, browser mode, and zero-permission privacy posture are unchanged.

The Before/After Flow

Both the Main and Share screens now present your link as a before → after flow: the original URL sits in the top card with its tracking parameters struck through once processed, a flow line leads to the result card, and a status chip tells you exactly what happened — Already clean, Tracking removed, Converted for embedding, or Tracking removed and converted.

• Strikethrough diff — see at a glance which tracking parameters were cleaned away

• Platform toggle cards — the Embed toggle lives in a per-platform card (IG / FB / X / TT) with the active proxy and a Change. link right there

• History bottom sheet — tap an entry to reload it, delete with undo

• Material 3 dialogs and Snackbars throughout

Full Dark Mode + Theme Picker

Hand-tuned Material 3 DayNight palette with a System / Light / Dark picker in Settings. Every screen, dialog, card, and chip is theme-aware, from Android 5 to Android 15 edge-to-edge.

New App Icon

A new wizard-wand launcher icon, including a monochrome/themed-icon variant for Android 13+.

Under the Hood

• Distinct error messages for multiple-URL vs invalid input

• Processing guarded against races (toggling mid-processing queues one reprocess)

• Share edge cases: empty intents, ClipData fallback, config changes

• Exact parameter-set URL diff (no false strikethrough matches)

• 442 automated tests (252 unit + 190 instrumentation), all passing

Technical Details

• Minimum Android: 5.0 (API 21)

• Target: Android 15 (API 35)

• versionCode 34

• versionName 2.0.0

• Zero permissions, 100% offline

*7.4.0

Bug Fixes

Links opened from the Reddit app now work

Opening a link from a Reddit post (with FixupXer as the default browser) landed on a reddit.com/invalid_token… error page instead of the real destination. Reddit wraps every outbound link in out.reddit.com/…?url=<destination>&token=…, and FixupXer's parameter cleaning stripped the functional url= and token= parameters.

This is a root-cause fix, not just for Reddit:

• RedditCleaner now extracts the real destination from the out.reddit.com wrapper (wrappers without a destination are left intact).

• The input validator is now host-agnostic: any single URL carrying a nested destination in its query (Reddit, Facebook l.facebook.com, LinkedIn, newsletters, …) passes validation — v1.7.1 had only whitelisted Google/Gmail redirects.

Valid single URLs rejected on slower devices

The multiple-URL detector rebuilt large regexes on every call, which could exceed its 50 ms anti-DoS timeout on slower hardware and silently reject valid links. All patterns are now compiled once.

Security unchanged: multi-URL pastes and glued host names are still rejected; only the single url=/q= destination is ever extracted downstream.

Tests

211/211 unit + 186/186 instrumentation (100%) on Pixel API 35.

Checksums

SHA-256 (FixupXer-v1.7.2-release.apk): F85CBA9F7E99582ED97305C03CF8ACE33291E58784028186DF0D4AD0863A6826

*1.7.1

Bug Fix: Gmail Links Work in Browser Mode Again

A v1.6.0 regression broke every link clicked in Gmail when FixupXer was set as the default browser — the app showed "Error processing URL" instead of cleaning the link. Gmail wraps every link in a Google redirect (google.com/url?q=<destination>), and the security validator added in v1.6.0 counted the nested destination URL as a "multiple URLs" attack and rejected the input before URL processing ever started.

The validator now recognizes legitimate Google redirect wrappers (including regional domains like google.co.uk) and lets them through — the existing redirect extraction then unwraps the real destination as before. Verified end-to-end on the emulator.

Security is not weakened:

•Only the multiple-URL check is skipped for these wrappers — all other input checks still apply.

•The exemption requires the entire input to be a single Google redirect URL; multi-URL pastes are still rejected.

•The downstream extractor only ever takes the single url=/q= destination, so smuggled extra URLs are dropped (covered by a new regression test).

•Pasting a Google redirect link into the Main screen works again too.

Technical Details

•Version Code: 32

•Unit tests: 202 / 202 passing. Instrumentation: 186 / 186 passing.

•APK SHA-256: 7AF79F246EC07032F52AB702D3A6B281B717B8862E586E8879CDF24046DA746B

Ratings and reviews

There are no reviews yet. Be the first one to write one.