Releases: vladislav805/RFM-Radio
Releases · vladislav805/RFM-Radio
v0.6.3 / build 20250318
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
v0.6.1 / build 20210830
- Added translations for Polish (thanks for AndusDEV).
v0.6 / build 20210706
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
- Added selection of broadcast recording format: WAV (raw audio, large file size) or MP3 (192kbps, compressed, small file size).
v0.4 / build 20200207
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
- 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
Implemented native code for QualComm 625 and lower.
Implemented basic functions on GUI: turn on/off, set frequency, seek down/up, radio text.