Giter VIP home page Giter VIP logo

bcr-manager's Introduction

Basic Call Recorder Manager (BCR Manager)

A simple manager for BCR.

Android API Release

app icon

app icon

Since I really love Basic Call Recorder, I made a simple app to manage registrations saved with BCR.

Table of Contents

Introduction

This is a simple app, that I have developed for myself. The purpose of this app is to manage all records and simply search and listen. You can add some breakpoints to every registration, and mark any registration as starred, so when open the app, you will find starred on top. The app has Dynamic Shortcuts too, based on the count of registrations per-contact. I'm not a professional developer, so the code is not perfect. I've tested the app on A13 and A14.

Requirements

If you want to use BCR Manager, you need BCR 1.49 (or newer), because the app needs the JSON Metatada from BCR. So you you have BCR, ensure to enable "Write JSON Metadata".

Features

A few of the things you can do with BCR Manager:

  • Listen your recordings
  • Filter your recordings
  • Share and delete recordings
  • Batch delete recordings (e.g. per-contact and/or per-date and/or per-duration)
  • Mark a recording as starred
  • Create breakpoints for every recording

Permissions

This app requires the following permissions, but it's not mandatory:

android.permission.READ_CALL_LOG Permission to read Call Log, for getting the contact name (and business name if contact not saved) based on Call Log

android.permission.READ_CONTACTS Permission for Read Contacts: needed to get the contact name, all contact's numbers and contact pictures. Contacts numbers are used for dynamic shortcuts.

android.permission.READ_PHONE_STATE Permission to Read Phone State: to get VoiceMail's number, Emergency number (for creating the LetterTileDrawable) and numbers of active SIMs.

How it works

The application asks the Directory where all registrations are saved, then checks all files. For registrations that has a JSON file, it will parse the JSON file based on Gson Library and get all metadata. For registrations that hasn't a JSON file, it will parse the filename. Ensure that you have at least date and number in the filename. It will check in the Call Log for the number and get the contact name (and business name if contact not saved). If the contact is saved, it will get the contact picture too from Contacts. When all file are parsed, the app saves all registrations in a JSON file, so on the next open it will load the JSON file instead of parsing all files again. The app checks for directory changes, so it will know where to parse new files or when a file is deleted.

Feedback

Feature requests are always welcome. If you want to make a feature request, open a new issue.

Issues

If you want to report an issue with the app, just open a new issue on GitHub.

License

BCR Manager is licensed under GPLv3. Please see LICENSE for the full license text.

Changelog

See CHANGELOG for a complete list of changes.

TODOs

TODOs, but I don't know if I will do it, but if the app will be popular, I will do it.

  • Improve code quality
  • Add custom Themes (colors)
  • Migrate to Kotlin (not necessary)
  • Migrate to ViewModel
  • Add desktop shortcut per-contact

Acknowledgments

Thanks to chenxiaolong for making such a big app Basic Call Recorder.

Screenshots

app icon app icon

Donations

If you want to support me, you can donate me via PayPal.

Donate

bcr-manager's People

Contributors

dhd2280 avatar osering avatar

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.