Skip to content

Releases: r0ld3x/truecaller-lite

v1.7

18 Nov 12:56

Choose a tag to compare

Release version 1.7

v1.6

04 Aug 07:21

Choose a tag to compare

feat: Update release workflow and add compiler configuration

Implement internet connectivity check before API calls

19 Jun 11:48

Choose a tag to compare

  • Added ACCESS_NETWORK_STATE permission to AndroidManifest.xml.
  • Implemented isInternetAvailable function in RetrofitClient to check network status.
  • getUserInfoCached now returns null if internet is not available.
  • Updated IncomingCallReceiver and MainActivity to handle null responses from getUserInfoCached by showing a Toast message.
  • Removed READ_PHONE_NUMBERS permission request as it's not strictly needed for the current functionality.

v1.4 – Persistent Caching for Phone Lookup Responses

12 Jun 07:16

Choose a tag to compare

🚀 What's New

  • Persistent Caching Layer
    Added SharedPreferences-based caching to store user info by phone number. Reduces redundant API calls and improves performance.

  • Background-Compatible
    The caching mechanism works even when triggered from a BroadcastReceiver, ensuring smooth operation even if the app is not running.

  • Safe Null Handling
    Improved stability with null/empty phone number checks to prevent crashes during caching.

  • Better Resource Efficiency
    Cached results are returned instantly when available, saving network and battery resources.

🔧 Technical Notes

  • New method: RetrofitClient.getUserInfoCached(context, phone)
  • ResponseTypes.number updated to a nullable type (String?)
  • Caching is done via SharedPreferences using Gson serialization

Release v1.3 MIUI lock screen overlay with broadcast receiver

10 Jun 11:55

Choose a tag to compare

Add MIUI lock screen overlay with broadcast receiver

  • Implement BroadcastReceiver to listen for screen state changes
  • Add MIUI-specific overlay manager for lock screen display
  • Handle MIUI permission requests for system overlay
  • Add lock screen detection for MIUI devices
  • Implement overlay view with custom layout for lock screen
  • Add broadcast filters for ACTION_SCREEN_ON/OFF events
  • Handle MIUI-specific UI adaptations and theming
  • Add proper cleanup for overlay when screen unlocks

Fixes: Lock screen functionality on MIUI devices
Tested: MIUI 12+, Android 10+

Full Changelog: v1.1...v1.3

New Overlay UI v1.1

12 May 05:23

Choose a tag to compare

Initial Release

04 May 03:00
3ca0fa7

Choose a tag to compare

First release of the Minimal Truecaller Popup app.
Features:

  • Caller ID popup using Truecaller API
  • Manual number search
  • Lightweight, no ads