Giter Club home page Giter Club logo

sanmeet007 / logger Goto Github PK

View Code? Open in Web Editor NEW
34.0 5.0 6.0 1.69 MB

Logger is a Flutter-based Android app that enables you to view and export call logs in CSV or JSON format and perform lightweight on-device analysis.

Home Page: https://apt.izzysoft.de/fdroid/index/apk/com.logger.app/

License: GNU General Public License v3.0

Kotlin 1.81% Dart 98.19%
andriod call-logs flutter call-data-record-analysis csv-export csv-import json-export

logger's Introduction

Logger

Effortlessly Manage Your Call Logs

Logger is a user-friendly Android application built with Flutter that empowers you to view and export your call logs.

IzzyOnDroid F-Droid Repository Link IzzyOnDroid F-Droid Repository Link SDK Platform release notes

๐Ÿง Key Features

  • Comprehensive Call Log Viewing: Access and review your call history directly within the app.
  • Convenient Export Options: Export your call logs in CSV or JSON formats for analysis or record-keeping.
  • Data Security: Logger prioritizes your privacy by not storing any call log data on our servers.
  • Intuitive Interface: Enjoy a user-friendly experience for effortless call log management.
  • Enhanced Filtering Options: Filter call logs by phone number, date range, call type, and duration.
  • Customizable On-Device Call Log Analysis: Perform light analysis including basic call statistics, call direction analysis, and call duration directly on your device.
  • Import Call Logs from Generated CSV Files: Import call logs from CSV files generated by the app to restore your call history after a reset or switch to a new device.

๐Ÿ‘ Benefits:

  • Gain insights from exported call logs in CSV or JSON format.
  • Keep organized call records for future reference or analysis.
  • Analyze call statistics and durations on your device for better decision-making.
  • Easily export call logs for smooth data organization.
  • Restore call history from generated CSV files after a reset or device switch.

๐Ÿš€ Screenshots

Screenshot-1 Screenshot-2

Built With

๐Ÿฐ Contributing

We welcome contributions to improve Logger! Please follow the standard GitHub Flow by creating a branch, adding commits, and opening a pull request: https://github.com/git-guides

โ“ Questions and Feedback

For inquiries or feedback, feel free to reach out via:

LinkedInURL GmailURL

โฌ‡๏ธ Get Your Logger App

This section provides options to download the Logger app, both the official release and the build available on the F-Droid repository. Choose the method that best suits your needs.

Download link button Download link button


Developed with โค๏ธ in India ๐Ÿ‡ฎ๐Ÿ‡ณ

logger's People

Contributors

caydey avatar izzysoft avatar sanmeet007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

logger's Issues

Support for older Android devices running Android version 9 or below

          > dropped support for older Android devices running Android version 9 or below

Oof. My repo especially supports longevity/sustainability, e.g. wants to help those running older devices to be able having them useful for as long as possible. So that's a bit unfortunate here. And what's even more troublesome:

it increases the application size from 20MB to 43MB

Which makes it ineligible for my repo then, which has a per-app size limit of 30 MB ๐Ÿ˜ข

So what shall we do here now? IMHO raising minSdk was not needed to get rid of the storage permissions. SAF is supported since Android 5 โ€“ and as long as you don't need any special locations (Downloads, media storage i.e. the dedicated spaces for photos and videos) no storage permissions would be needed AFAIK. So maybe you revert that minSdk change and see if it works?

If that's not possible, the only other alternative would be to use ABI specific builds (i.e. one APK per ABI). It's usually the ABI/arch specific Flutter libs blowing up file size (in your case they make up ~14 MB per ABI โ€“ so sticking to 1 ABI would reduce the APK size by ~25 MB). If you want to go that path, it would be a good idea to adjust Flutter's standard behavior concerning versionCode: Flutter uses versionCode + ABI * 1000 by default (which would result in 1001, 2001, 3001 etc. for versionCode 1). It would be better then to change that to versionCode * 10 + ABI from the start (as you cannot decrease versionCode later).

PS: I've just tested. The armv8-only APK would be around 17 MB.

Originally posted by @IzzySoft in #1 (comment)

not importing CSV

Hallo,
I'm trying to import my CSV file after Phone resetting.
Both functions in the upper bar ask me where to save the file and not where is located the file "CSV" to import.
I think it's a bug.
I hope It's possible to solve as I'd like to have the call history on my phone.
Thanks a lot.
ale

Versioning

Just wondering, I see there are 3 releases, but the newest one still has versionCode set to 1:

package: name='com.logger.app' versionCode='1' versionName='1.3.0'

As Android tells versions apart by that, this would not be considered an update to the previous ones (Android would simply consider it being the same version as the one installed). Could you please increase versionCode with each new release? Thanks in advance!

PS: That would be done here in pubspec.yaml, it's the integer after the + sign.

Showing time of call

Thank you for your app, I really like it.

I'm wondering if it's possible to show the time of the call and not only the date

Settings option to customise file output format

Input box in the settings where the user can specify a custom output format for the exported call logs. The output format should allow for a custom date such as my_call_log_%y%m%d-%H%M%S

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.