This project is mirrored from https://github.com/LineageOS/android_packages_apps_Recorder.
Pull mirroring updated .
- 05 May, 2022 1 commit
-
-
Mika Latvala authored
Currently translated at 100.0% (44 of 44 strings) Translation: /e//android_packages_apps_Recorder_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_recorder_q/fi/
-
- 19 Mar, 2022 1 commit
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (44 of 44 strings) Translation: /e//android_packages_apps_Recorder_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_recorder_q/it/
-
- 14 Feb, 2022 1 commit
-
-
/e/ robot authored
-
- 13 Feb, 2022 1 commit
-
-
Michael Bestas authored
Change-Id: I083c78c92cf9433481a4c6cf3ffa7e28809b65ad
-
- 03 Feb, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (44 of 44 strings) Translation: /e//android_packages_apps_Recorder_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_recorder_q/de/
-
- 31 Jan, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (44 of 44 strings) Translation: /e//android_packages_apps_Recorder_Q Translate-URL: https://i18n.e.foundation/projects/e/android_packages_apps_recorder_q/de/
-
- 14 Jan, 2022 1 commit
-
-
/e/ robot authored
-
- 12 Jan, 2022 1 commit
-
-
Michael W authored
Change-Id: Ibd43b00617f8804195c40acf40ef636c42f4363d
-
- 09 Jan, 2022 1 commit
-
-
/e/ robot authored
-
- 08 Jan, 2022 1 commit
-
-
Michael W authored
Change-Id: I66de78721f4dbe40d9640efcdca194de4b78d13e
-
- 30 Jul, 2021 2 commits
-
-
Fahim Salam Chowdhury authored
2828-Q-Dark-mode implementation See merge request !16
-
Fahim Salam Chowdhury authored
-
- 12 Mar, 2021 2 commits
-
-
/e/ robot authored
-
Paul Keith authored
* ByteRate = SampleRate * NumChannels * BitsPerSample/8 * The previous calculation was off by a factor of 10 * BlockAlign = NumChannels * BitsPerSample/8 * The previous calculation was off by a factor of 2 * While we're at it, reorder the byte-rate formula to make more logical sense -- NumChannels * SampleRate * BitsPerSample/8 * Source: http://soundfile.sapp.org/doc/WaveFormat/ Change-Id: I579e4b6833044114a594b371167a6087f57c01a5
-
- 01 Mar, 2021 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: Ifac0cd10de3b469fcef7c679103698319814d059
-
- 18 Feb, 2021 1 commit
-
-
/e/ robot authored
-
- 05 Feb, 2021 2 commits
-
-
Michael W authored
* In an effort to migrate to using MediaProvider, commit a7fa15c7 removed the Intent's EXTRA_STREAM, which, according to the documentation https://developer.android.com/reference/android/content/Intent#EXTRA_STREAM is used for ACTION_SEND to supply the data being sent * Restore setting type and data Error: BluetoothLauncherActivity: type is null; or sending file URI is null This fixes sharing a recording via Bluetooth and very probably https://gitlab.com/LineageOS/issues/android/-/issues/3038 Change-Id: Ibc6f45f93f0f01df6b3547b28a6311db7fe57024
-
Romain Hunault authored
-
- 02 Jan, 2021 2 commits
-
-
Amit Kumar authored
e theme and icon implementation See merge request !10
-
-
- 16 Dec, 2020 1 commit
-
-
/e/ robot authored
-
- 15 Dec, 2020 1 commit
-
-
LineageOS Builder authored
Change-Id: I8a9fb1c24c025848c16b9a370111fb933cdfb9ba
-
- 02 Nov, 2020 1 commit
-
-
/e/ robot authored
-
- 01 Nov, 2020 1 commit
-
-
LineageOS Builder authored
Change-Id: I0b67af21a806f8bdbf24da8e5e3e75073b4588e0
-
- 20 Sep, 2020 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: I2c2720b89e0f62310e420533e11ca8dcdb8ca5fb
-
- 12 Sep, 2020 2 commits
-
-
/e/ robot authored
-
LineageOS Builder authored
Change-Id: I31f768e9018c7b9f74ee8fbf2e04664f623331e3
-
- 18 Aug, 2020 2 commits
-
-
/e/ robot authored
-
Alexandre Roux authored
-
- 21 Jun, 2020 1 commit
-
-
Michael Bestas authored
Change-Id: Idfab5895a5c9310e90b67764bfbb7e8e92780b37
-
- 15 Jun, 2020 1 commit
-
-
Michael W authored
* Instead of reading the whole taken recording into memory, copy it using a built-in method Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/1982 Change-Id: I820bd71f69eb951467a4927389f8b3b1a866b303
-
- 30 May, 2020 1 commit
-
-
Luca Stefani authored
* Or the service will clean itself up later, which causes NPE because multiple stopCasting() calls. Change-Id: I8ecaa17a16612e962d07bf92201182a2440dca55
-
- 23 May, 2020 1 commit
-
-
Michael Bestas authored
Change-Id: Id4dc575805fde9bd4c8493bf3ef8977cd1a481af
-
- 12 May, 2020 1 commit
-
-
Han Wang authored
* Fixed by https://github.com/LineageOS/android_frameworks_base/commit/7c2677486c5520feaab48ebe63f95bb9d8b91183. This reverts commit 67c21fd4. Change-Id: I41cc8cfd4d3f3657d8b0955ea25a5676aabcb75e (cherry picked from commit d62f5a70)
-
- 23 Apr, 2020 1 commit
-
-
Michael Bestas authored
Change-Id: I4c4b8bedbc53cf1b2f265f98daae602ef8dd9247
-
- 10 Apr, 2020 1 commit
-
-
Bruno Martins authored
This reverts commit 3ca56021. Reason: breaks screen recording. Change-Id: I4f7f3597ec0bc3e653ed6bde4a463fae938f1124
-
- 30 Mar, 2020 1 commit
-
-
Michael Bestas authored
Change-Id: Id83692971bfd8d32d64273b3220a1fcdf0af4d49
-
- 12 Mar, 2020 1 commit
-
-
XiNGRZ authored
* Refactor to use a media muxer Signed-off-by:
Luca Stefani <luca.stefani.ge1@gmail.com> Change-Id: I734c537b7f6ad19f74551dcd4fb0f2f5e2fbbe60
-