Wykres commitów

102 Commity (master)

Autor SHA1 Wiadomość Data
Olga Miller 94821b1697 Version 2.13 2025-05-24 10:31:47 +02:00
Ahmet Inan 446f1da12b temporarily opt out of edge to edge enforcement 2025-05-06 10:05:14 +02:00
Olga Miller decdb191af Version 2.12 2025-01-06 14:15:53 +01:00
Olga Miller 70f4cbbaa3 Combined font file names to font family names,
changed to store the font family name instead of the font file path (as it was before the previous commit),
 added reading of existing system font files with file extension .otf (i.e., additionally to .ttf)
2024-12-30 16:37:14 +01:00
Olga Miller 5c50012f71 Updated loading of the system fonts (by listing all existing /system/fonts/*.ttf files),
removed adjustment of italic and bold selection for fonts with suffix "-Italic" or "-Bold"
2024-12-29 17:01:16 +01:00
Olga Miller 53b1f39ca9 Updated gradle (SdkVersion 35) 2024-12-29 12:26:58 +01:00
Olga Miller 9e62733729 Version 2.11 2024-08-14 20:26:44 +02:00
Olga Miller 18fda14c97 Updated gradle (SdkVersion 34),
replaced deprecated 'buildDir',
added (now required) 'buildConfig true',
forced a specific version of Kotlin (to avoid the build error "Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.22.jar [..]")
2024-08-14 20:10:11 +02:00
Olga Miller 88823b2787 Replaced resource strings with constants for Mode names (to comply with requirements in updated Android Studio) 2024-08-14 20:10:11 +02:00
Olga Miller a7fe39fa73 Version 2.10 2024-01-14 13:26:42 +01:00
Olga Miller e213aa8d4b Linked Privacy Policy 2024-01-14 13:20:34 +01:00
Olga Miller 018b0930fc Corrected Chinese-Simplified translation of strings added to resources after PR15 merge
as suggested by WeiguangTWK, see https://github.com/olgamiller/SSTVEncoder2/pull/15#issuecomment-1880042737
2024-01-07 16:44:32 +01:00
Olga Miller f758fdcc40 Added to string resources: "Sending..." and "<file> saving..." 2023-12-18 12:25:36 +01:00
Olga Miller e7424cac3e Added to string resources: "Small", "Normal", "Large", "Huge", "Thin", "Normal", "Thick", "Default" 2023-12-18 11:56:45 +01:00
Olga Miller 33395413be Removed "Outline" from "outline_color" and "outline_size" for the default language 2023-12-18 11:12:41 +01:00
WeiguangTWK 12b17a5276 Apply new string to Edit_text site 2023-12-18 07:17:25 +08:00
WeiguangTWK 1617ec117e Update translation and add new string 2023-12-18 07:17:02 +08:00
WeiguangTWK 39c69a35ba Update translation 2023-12-18 07:04:47 +08:00
WeiguangTWK aeebe14341 Fix: app_name is not translatable 2023-12-16 20:44:45 +08:00
Weiguangtwk b21f5ba89f
Update strings.xml 2
Remove unnecessary string “别担心”
2023-12-10 18:27:48 +08:00
Weiguangtwk 8f0bf4c3ca
Update strings.xml according to comments
App name translation is removed, translation about 'outline' is corrected

ps: “轮廓线” means same as “描边” so I choose easy understanding “描边”
2023-12-10 18:24:46 +08:00
WeiguangTWK f9a48b5274 Check some untranslatable strings 2023-12-10 15:56:28 +08:00
WeiguangTWK 8daac61f3a Added Chinese-Simplified 2023-12-10 15:56:07 +08:00
Olga Miller 95500e4014 Updated build-tools 2023-08-27 14:59:54 +02:00
Olga Miller ff69230e4a Version 2.9 2023-08-27 11:43:40 +02:00
Olga Miller ec849bef77 Added "Reset" option (to reset image position, etc.) under "Transform Image" menu item, moved "Rotate" option there 2023-08-27 11:41:50 +02:00
Olga Miller 256463399a Gradle updates (SdkVersion 32) 2023-08-27 10:13:56 +02:00
Olga Miller 6401f1bdc5 Version 2.8 2023-03-05 13:56:19 +01:00
Olga Miller c6be28df56 Removed image size limit by replacing BitmapFactory.decodeStream with BitmapFactory.decodeByteArray, simplified the code a bit 2023-03-04 17:26:19 +01:00
Olga Miller 8ce13b9fc5 Added intent.action.PICK to AndroidManifest.xml
(on some Android 11 devices "Pick Picture" did not work)
2023-02-25 13:04:20 +01:00
Olga Miller fa71909df5 Moved resolving and starting another activity to tryToStartActivityForResult-method and added Toast messages 2023-02-25 13:02:15 +01:00
Olga Miller bd13246760 Version 2.7 2022-12-03 17:08:17 +01:00
Olga Miller cc65b8ecf2 Improved a bit action_save_wave text 2022-12-03 15:39:57 +01:00
Olga Miller d45e7f1951 Rearranged action bar items (by setting Play and Stop first, to get Stop always visible) 2022-12-03 15:39:57 +01:00
Olga Miller d05adb6d3f Added super.onRequestPermissionsResult, improved java array syntax 2022-12-03 15:39:47 +01:00
Olga Miller bf33517be4 Added "About SSTV Encoder" menu item (with version, copyright, open source code link and DISCLAIMER) 2022-12-03 14:57:56 +01:00
Olga Miller df5589f925 Added "Privacy Policy" (because of the new Google Play policies) 2022-12-03 14:57:56 +01:00
Olga Miller fc244c2c9e Version 2.6 2022-10-31 18:22:36 +01:00
Olga Miller 0bcd953b44 Added queries to AndroidManifest (so the "Pick Picture" and "Take Picture" buttons work again) 2022-10-31 18:15:21 +01:00
Olga Miller f13dc04082 Removed queries for sdk versions 16 and 21 2022-10-31 16:45:37 +01:00
Olga Miller 40f28e5abc Increased minSdkVersion to 21 2022-10-31 16:45:37 +01:00
Olga Miller 83fd3b7fbb Added exported=true to AndroidManifest 2022-10-31 16:45:37 +01:00
Olga Miller 556a392816 Avoided switch usage for Resource IDs
(because of a warning that Resource IDs will be/are non-final)
2022-10-31 16:45:22 +01:00
Olga Miller 817d8cb73f Gradle updates (SdkVersion 32) 2022-10-31 14:00:02 +01:00
Olga Miller 0bbecd4fa8 Version 2.5 2020-06-30 12:04:35 +02:00
Ahmet Inan 8119c5bd91 minimal changes to get camera intent working for Android 10 users
This is only a temporary workaround for Android 10 users:
- Enable permission request to write to external storage for Android 10
- Enable old behaviour prior Android 10 for external storage
2020-06-29 14:44:51 +02:00
Olga Miller 13880130f2 Version 2.4 2020-06-27 17:04:20 +02:00
Olga Miller b55e518a0a WaveFileOutputContext: Moved getContentValues-method under constructor, renamed createWaveOutputStream-method and clear-method 2020-06-25 23:45:13 +02:00
Olga Miller e0ca7e9eff WaveFileOutputContext: Moved content of init-method into constuctor,
create mFile for Version>=Q only if deleteFile-method is called
2020-06-25 23:41:50 +02:00
Olga Miller 7de496bb69 WaveFileOutputContext: Moved creation of ContentValues into a separate method,
moved MediaStore.Audio.Media.ALBUM to Version<Q
2020-06-25 23:38:22 +02:00