Wykres commitów

75 Commity (6401f1bdc5533aa5f6609dcafb47b966a5ebd1d1)

Autor SHA1 Wiadomość Data
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
Olga Miller 384fb0e7a2 WaveFileOutputContext: Moved ContentResolver.insert for Version<Q after wav-file is written,
(ContentResolver.update only for Version>=Q)
2020-06-25 22:30:35 +02:00
Olga Miller d452255b62 Support writing of wav-file also in Android 10 2020-06-22 23:33:26 +02:00
Olga Miller 4fc704604b Gradle updates 29, with necessary replacement of android.support by androidx 2020-06-18 22:35:44 +02:00
Olga Miller f57ee6b561 Version 2.3 2018-10-25 18:41:59 +02:00
Olga Miller 57ef84d8fa Gradle updates 28 2018-10-23 21:50:36 +02:00
Olga Miller 2b0bc21082 Added if-query to check whether Label container is not null 2018-10-23 19:02:13 +02:00
Olga Miller 8df1b38df5 Get MainActivity from ContextWrapper in CropView
to fix ClassCastException for Android 4.4
2018-10-23 17:36:39 +02:00
Olga Miller ef5a8ac299 Version 2.2 2018-07-16 21:14:53 +02:00
Olga Miller e333e2124e Fixed image orientation error
(replaced uri.getPath with InputStream as argument of ExifInterface)
2018-07-16 21:10:15 +02:00
Olga Miller df9a7b999c Built message string using StringBuilder 2018-03-10 13:02:24 +01:00
Olga Miller 3300b75ff1 Gradle updates 2018-03-10 12:49:32 +01:00
Olga Miller 35e6d36202 Version 2.1 2017-03-12 09:03:12 +01:00
Olga Miller c3917bb40d Moved the outline inset to getBounds (where float rectangle is used) and enlarged the inset
(Because e.g. "k" in "Droid Sans Mono" has very sharp corners, which were outside the active text shadow)
2017-03-11 21:07:24 +01:00
Olga Miller 68701fc5a1 Considered the outline in the text bounds calculation,
Renamed (forgotten) "border" to "outline",
Removed one "inset" call in drawShadow
2017-03-11 20:09:06 +01:00
Olga Miller c3368ecd81 Added clear text button to EditText in EditTextActivity 2017-03-11 18:03:54 +01:00
Olga Miller d889bb574c Re-organized activity_edit_text
(Old Android versions throw an exception if you try to set a field marked as final using reflection.)
2017-03-11 16:11:21 +01:00
Olga Miller ea1eb2775e Re-organized activity_edit_text 2017-03-11 15:47:47 +01:00
Olga Miller f53c75cf26 Fixed color selection on the right side of the color grid 2017-03-09 19:15:00 +01:00
Olga Miller a2911345c5 Create result Label in EditTextActivity in onStart and update it on any change 2017-03-05 14:21:09 +01:00
Olga Miller 24c5c1804b Edit text color in color dialog (as outline color) 2017-03-05 13:07:52 +01:00
Olga Miller 605a34b5d3 Added outline color selection (ColorFragment)
Added ACTION_UP to onTouchEvent and onColorSelected and onCancel to Listener in ColorPaletteView
2017-03-05 11:47:21 +01:00
Olga Miller b5915841fb Renamed "border" to "outline"
Renamed local variables in init*Spinner in EditTextActivity
2017-03-04 16:02:17 +01:00
Olga Miller 7371ada115 Added border size to EditTextActivity 2017-03-04 15:47:30 +01:00
Olga Miller 6533062eb7 Added border (bool, size, color) to Label, added border switch to EditTextActivity, draw white border of fixed size 2017-03-04 14:48:28 +01:00
Olga Miller 9e5738f807 Added smpte_color_bars.png as default image, removed loading image from Uri stored in Settings,
because of SecurityException in loadImage for Build.VERSION.SDK_INT >= Build.VERSION_CODES.M
2017-03-01 21:14:57 +01:00
Olga Miller 39c229434e Moved version from Label to LabelCollection 2017-02-28 16:51:58 +01:00
Olga Miller 949eddfeed Added version to Settings 2017-02-28 16:38:20 +01:00