Skip to content

Releases: vladislav805/RFM-Radio

v0.6.3 / build 20250318

18 Mar 19:38
Compare
Choose a tag to compare

Redesign (#84)

  • The frequency panel is now vertical and located on the right
  • The current frequency on the frequency panel is now fixed, moving it changes the current frequency
  • Added display of PI (radio station identifier)
  • Removed duplicate power off button in AppBar
  • Removed donation dialog
  • Favorites now appear as a grid and take up the remaining free space at the bottom of the screen, rather than several scrolling lines

The next stage (already in progress) is reworking the native part to Go, as well as support for new versions of Android and Qualcomm processors.

v0.6.2 / build 20250309

08 Mar 22:45
Compare
Choose a tag to compare
  • 8571c42 Fix for refreshing frequency on main screen if frequency was changed in background or on another screen
  • 0a73616 Fix for clearing PTY field when changing frequency
  • f979c44 Update build tools
  • c7c4ba2 Split recording channels (recording and completed)

v0.6.1 / build 20210830

30 Aug 18:46
Compare
Choose a tag to compare
  • Added translations for Polish (thanks for AndusDEV).

v0.6 / build 20210706

06 Jul 14:04
Compare
Choose a tag to compare

The native part of the application:

  • Removed all proprietary code;
  • The native part has been rewritten almost from scratch based on some pieces of source code from other applications;

The user interface has undergone some changes:

  • Icons are slightly reduced;
  • Cleaned up PS, RT and added PTY.

Added many tuner settings that can be changed on the fly:

  • Ability to select a region (the range of available frequencies depends on this);
  • Ability to select the spacing between frequencies;
  • Ability to enable forced mono audio;
  • Ability to choose an antenna (headphones or "internal");
  • Ability to enable power saving mode when the application is in the background;
  • Ability to enable/disable RDS;
  • Ability to switch automatically to alternative frequencies (AF, not tested).

Unfortunately, at the very last moment, the added ability to automatically search for radio stations was removed - while it is unstable.
Also, I draw your attention to the fact that all settings will be reset during the update.

v0.5 / build 20210609

09 Jun 20:51
Compare
Choose a tag to compare
  • Added selection of broadcast recording format: WAV (raw audio, large file size) or MP3 (192kbps, compressed, small file size).

v0.4 / build 20200207

07 Feb 15:50
2fee781
Compare
Choose a tag to compare

First stable release of application.

  • New UI;
  • Listen to radio;
  • Recording air;
  • Preferences;
  • Save few lists of favorites (lists saved in files);
  • Support RDS (PS and RT);
  • Support for two ways to work with the radio (one driver included, second may be used from Spirit3);
  • New style of notification.

v0.3

06 Aug 22:02
6f0df7c
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Implement support radio text
  • Implement "jump" for +/- 0.1 MHz;
  • Implement list of stations, edit, remove and search one;
  • Implement save last listened to station;
  • Add loading screen;
  • Remove service IBinder and connector;
  • Fix QualComm setup command line;
  • Fix copyBinary if it busy;
  • Optimize text reflection;
  • Add Room framework;
  • Add "about" activity.

v0.2

04 Aug 20:33
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Implemented native code for QualComm 625 and lower.
Implemented basic functions on GUI: turn on/off, set frequency, seek down/up, radio text.