-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.10.0 #1263
Release 2.10.0 #1263
Commits on Apr 2, 2022
-
PAINTROID-271: MIUI 12 darkmode inverts colors
prohibit use of dark mode in paintroid * MIUI 12 darkmode inverts colors on screen, which leads to wrong colors (primarily in color picker) * disabling the dark mode in the app prevents this inversion
Configuration menu - View commit details
-
Copy full SHA for 119101b - Browse repository at this point
Copy the full SHA 119101bView commit details
Commits on May 16, 2022
-
Merge branch 'develop' of https://github.com/Catrobat/Paintroid into …
…PAINTROID-271_prevent_color_inversion_MIUI_12_dark
Julian Raphael Jautz committedMay 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 4491abe - Browse repository at this point
Copy the full SHA 4491abeView commit details
Commits on May 17, 2022
-
PAINTROID-412: Research if Paintroid follows Best Practices for the r…
…estrictive Bucket
Configuration menu - View commit details
-
Copy full SHA for 09e7f31 - Browse repository at this point
Copy the full SHA 09e7f31View commit details
Commits on May 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8abd3d6 - Browse repository at this point
Copy the full SHA 8abd3d6View commit details
Commits on May 31, 2022
-
Paintroid-239: added new PipetteToolIntegrationTests
implemented new tests for ColorPicker Pipette. -new class for the ColorPickerPreview when using the Pipette in the color picker. -new method in ColorPickerViewInteraction for clicking on the pipette button. -changed some headers in project files -removed ignore from ignored pipette tests which seem to work on jenkins
Configuration menu - View commit details
-
Copy full SHA for f198600 - Browse repository at this point
Copy the full SHA f198600View commit details -
PAINTROID-413 fixed Layout problem in colorpicker when called in Catr…
…oid formula editor
Configuration menu - View commit details
-
Copy full SHA for 1820d93 - Browse repository at this point
Copy the full SHA 1820d93View commit details -
PAINTROID-426 fixed crash in the Smudge Tool and removed the git stat…
…us operator from all other places as well
Configuration menu - View commit details
-
Copy full SHA for 268a175 - Browse repository at this point
Copy the full SHA 268a175View commit details -
Merge pull request #1109 from CodeChamp-SS/PAINTROID-426
PAINTROID-426 fixed very high frequency crash in the Smudge Tool
Configuration menu - View commit details
-
Copy full SHA for b3a4287 - Browse repository at this point
Copy the full SHA b3a4287View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4f32aa7 - Browse repository at this point
Copy the full SHA 4f32aa7View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 49f264f - Browse repository at this point
Copy the full SHA 49f264fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f840b66 - Browse repository at this point
Copy the full SHA f840b66View commit details -
Merge pull request #1103 from ThorstenBandel/PAINTROID-423_Fix_paintr…
…oid_filenames PAINTROID-423 Fix paintroid filenames
Configuration menu - View commit details
-
Copy full SHA for 537bd84 - Browse repository at this point
Copy the full SHA 537bd84View commit details -
Fixed bug where zoom level and placement were reset after clicking checkmark when using Transformtool. Now zoom level and placement stays the same when transforming via checkmark.
Configuration menu - View commit details
-
Copy full SHA for cd14f24 - Browse repository at this point
Copy the full SHA cd14f24View commit details -
Merge pull request #1087 from Electronix1337/PAINTROID-415_keep_zoom_…
…level_and_placement_after_applying_transform_tool PAINTROID-415 Keep zoom level and placement after applying the Transform tool
Configuration menu - View commit details
-
Copy full SHA for 9a0d8f7 - Browse repository at this point
Copy the full SHA 9a0d8f7View commit details -
PAINTROID-427: Very high frequency crash hotfix (#1111)
https://jira.catrob.at/browse/PAINTROID-427 * PAINTROID-427 Very high frequency crash hotfix
Configuration menu - View commit details
-
Copy full SHA for 5b86b2f - Browse repository at this point
Copy the full SHA 5b86b2fView commit details -
Merge pull request #1102 from Catrobat/l10n_crowdin_action
New Crowdin translations by Github Action
Configuration menu - View commit details
-
Copy full SHA for 17d8c9d - Browse repository at this point
Copy the full SHA 17d8c9dView commit details -
Merge pull request #1105 from Catrobat/l10n_colorpicker_crowdin_action
New Colorpicker Crowdin translations by Github Action
Configuration menu - View commit details
-
Copy full SHA for 52af881 - Browse repository at this point
Copy the full SHA 52af881View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae5e52 - Browse repository at this point
Copy the full SHA dae5e52View commit details
Commits on Jun 6, 2022
-
PAINTROID-291: color changes cannot be un/redone (#1044)
* color changes weren't considered as commands and not added to CommandManager * implemented a ColorChangedCommand * ColorChangedCommand is added to CommandManager when color is selected in ColorPickerDialog * adapted undo/redo behaviour in line tool to work with ColorCommands * ColorChangedCommmand are not saved in catrobat file *access to UI have to be done in main thread -> crashes on Android Versions 6, 7 and 7.1 Co-authored-by: Julian Raphael Jautz <julian.jautz@student.tugraz.at>
Configuration menu - View commit details
-
Copy full SHA for 5a2c023 - Browse repository at this point
Copy the full SHA 5a2c023View commit details
Commits on Jun 7, 2022
-
Merge pull request #1089 from FromG/Paintroid-239_PipetteToolIntegration
PAINTROID-239: PipetteToolIntegrationTests
Configuration menu - View commit details
-
Copy full SHA for da6827a - Browse repository at this point
Copy the full SHA da6827aView commit details
Commits on Jun 18, 2022
-
Merge pull request #1096 from FromG/PAINTROID-412
PAINTROID-412: Research if Paintroid follows Best Practices for the restrictive Bucket
Configuration menu - View commit details
-
Copy full SHA for be6c326 - Browse repository at this point
Copy the full SHA be6c326View commit details
Commits on Jun 20, 2022
-
Made a distinction between API >= 30 (R) and API < 30 (R) to get the display size. Also updated every Copyright statement to current year, 2022.
Configuration menu - View commit details
-
Copy full SHA for 7506462 - Browse repository at this point
Copy the full SHA 7506462View commit details -
Merge pull request #1108 from Electronix1337/PAINTROID-410_Update_Pai…
…ntroid_to_use_Window_Metrics_instead_of_Display PAINTROID-410 Update Paintroid to use Window Metrics instead of Display
Configuration menu - View commit details
-
Copy full SHA for eb0e5a7 - Browse repository at this point
Copy the full SHA eb0e5a7View commit details -
Merge pull request #1114 from CodeChamp-SS/PAINTROID-413
PAINTROID-413 Fixed layout problem in Catroid Formula editor
Configuration menu - View commit details
-
Copy full SHA for 4a3c79b - Browse repository at this point
Copy the full SHA 4a3c79bView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62966b4 - Browse repository at this point
Copy the full SHA 62966b4View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e340dd0 - Browse repository at this point
Copy the full SHA e340dd0View commit details
Commits on Jun 23, 2022
-
Merge pull request #1042 from ThorstenBandel/Fixing_And_Refactoring_T…
…ests PAINTROID-394: Fixing and refactoring Tests
Configuration menu - View commit details
-
Copy full SHA for e5c9308 - Browse repository at this point
Copy the full SHA e5c9308View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c736f2 - Browse repository at this point
Copy the full SHA 0c736f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d35b2 - Browse repository at this point
Copy the full SHA 48d35b2View commit details -
Merge pull request #1122 from goschale/develop
Fixed Jenkinfiles to dockerhub pull
Configuration menu - View commit details
-
Copy full SHA for 6020095 - Browse repository at this point
Copy the full SHA 6020095View commit details -
Merge pull request #1121 from ThorstenBandel/Fix_FilenameProblems
Fixing duplicating filenames on jenkins
Configuration menu - View commit details
-
Copy full SHA for 8bab3c7 - Browse repository at this point
Copy the full SHA 8bab3c7View commit details
Commits on Jun 27, 2022
-
Texttoolbox now automatically scales text size accordingly when textbox is dragged from one of the corners (Topleft, Topright, Bottomleft, Bottomright).
Configuration menu - View commit details
-
Copy full SHA for 511c3da - Browse repository at this point
Copy the full SHA 511c3daView commit details -
Merge pull request #1067 from Electronix1337/PAINTROID-304
PAINTROID-304 Text field size is reset if font or font-effect (bold, italic, ...) is changed
Configuration menu - View commit details
-
Copy full SHA for 09a5666 - Browse repository at this point
Copy the full SHA 09a5666View commit details
Commits on Jun 28, 2022
-
PAINTROID-428 Color does not update when swapping from smudge tool.
-deleted responsible lines for the bug
Configuration menu - View commit details
-
Copy full SHA for a77c419 - Browse repository at this point
Copy the full SHA a77c419View commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d58f76f - Browse repository at this point
Copy the full SHA d58f76fView commit details
Commits on Jul 1, 2022
-
Made distinction between different display resolutions (ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi) to determine notfication/status bar height. Now when user clicks fullscreen, the bitmap is maxed out as good as possible. Sometimes the behaviour is not optimal, this mostly happens when bitmapheight > surfaceheight, then the scale is not always fully zoomed but I was not able to find a proper solution for this. Also fixed bug where the bitmap was not centered after exiting fullscreen mode, this happened due to the fact that the surfaceheight to determine the middle of the screen was still too small (actual screen size - top-/bottom bar).
Configuration menu - View commit details
-
Copy full SHA for d7fa5ed - Browse repository at this point
Copy the full SHA d7fa5edView commit details -
Merge pull request #1115 from Electronix1337/PAINTROID-418_Fullscreen…
…_mode_should_zoom_to_fit PAINTROID-418 Fullscreen mode should zoom to fit
Configuration menu - View commit details
-
Copy full SHA for 378a2e8 - Browse repository at this point
Copy the full SHA 378a2e8View commit details -
Merge pull request #1116 from StanglTobias/PAINTROID-388_import_image…
…s_via_overflow_menu PAINTROID-388 import images via overflow menu
Configuration menu - View commit details
-
Copy full SHA for 368c2b4 - Browse repository at this point
Copy the full SHA 368c2b4View commit details
Commits on Jul 5, 2022
-
.ora files will now be saved in subfolder "Paintroid" in the "Image" directory for API < 29. After this ticket the .ora files are properly shown in the subfolder, can be opened with/shared with Paintroid and also overwriting works.
Configuration menu - View commit details
-
Copy full SHA for 5496191 - Browse repository at this point
Copy the full SHA 5496191View commit details
Commits on Jul 11, 2022
-
Merge pull request #1094 from Electronix1337/PAINTROID-209
PAINTROID-209 .ora file not correctly created on Samsung devices with Android 6.0 - 9
Configuration menu - View commit details
-
Copy full SHA for c87fb29 - Browse repository at this point
Copy the full SHA c87fb29View commit details
Commits on Jul 12, 2022
-
Implemented new "clipping" tool where user can mark one or several areas and then apply the tool which erases everything except the marked areas.
Configuration menu - View commit details
-
Copy full SHA for 7642c30 - Browse repository at this point
Copy the full SHA 7642c30View commit details -
Merge pull request #1127 from StanglTobias/PAINTROID-397
PAINTROID-397 contrast of word alpha
Configuration menu - View commit details
-
Copy full SHA for a127d16 - Browse repository at this point
Copy the full SHA a127d16View commit details -
PAINTROID-416 Layout gets broken when changing tools
-implemented a line in switch Tools in the MainActivityPresenter where the keyboard will be hidden if it is still shown. -deleted the else if since another bug is also fixed with directly inputting a text into the tool without clicking on the field produced the same bug.
Configuration menu - View commit details
-
Copy full SHA for efc276d - Browse repository at this point
Copy the full SHA efc276dView commit details -
Merge pull request #1126 from FromG/PAINTROID-428
PAINTROID-428 Color does not update when swapping from smudge tool.
Configuration menu - View commit details
-
Copy full SHA for 1735abc - Browse repository at this point
Copy the full SHA 1735abcView commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1724192 - Browse repository at this point
Copy the full SHA 1724192View commit details -
Merge pull request #1128 from FromG/PAINTROID-416
PAINTROID-416 Layout gets broken when changing tools
Configuration menu - View commit details
-
Copy full SHA for 09cfbb4 - Browse repository at this point
Copy the full SHA 09cfbb4View commit details
Commits on Jul 14, 2022
-
Paintroid 356: Changing orientation resets image when image shared to…
… app (#1095) PAINTROID-356 Switching orientation resets everything after image from intent
Configuration menu - View commit details
-
Copy full SHA for 162bbe3 - Browse repository at this point
Copy the full SHA 162bbe3View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3534eec - Browse repository at this point
Copy the full SHA 3534eecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5253635 - Browse repository at this point
Copy the full SHA 5253635View commit details -
Merge remote-tracking branch 'origin/PAINTROID-433_Zoom_Window' into …
…PAINTROID-433_Zoom_Window # Conflicts: # Paintroid/src/main/java/org/catrobat/paintroid/MainActivity.kt # Paintroid/src/main/java/org/catrobat/paintroid/ui/DrawingSurface.kt
Configuration menu - View commit details
-
Copy full SHA for cece07c - Browse repository at this point
Copy the full SHA cece07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b0481 - Browse repository at this point
Copy the full SHA 37b0481View commit details
Commits on Jul 18, 2022
-
Merge pull request #1065 from JulianJautz/PAINTROID-271_prevent_color…
…_inversion_MIUI_12_dark PAINTROID-271: changed color previews under MIUI 12 Darkmode
Configuration menu - View commit details
-
Copy full SHA for cfa17e6 - Browse repository at this point
Copy the full SHA cfa17e6View commit details -
Merge pull request #1125 from Electronix1337/PAINTROID-432
PAINTROID-432: Implement clipping tool to erase background more easily
Configuration menu - View commit details
-
Copy full SHA for cf3859b - Browse repository at this point
Copy the full SHA cf3859bView commit details
Commits on Jul 25, 2022
-
PAINTROID-406 Set exact slider value
-changed the text field next to the seekbar in the tranformtool to edittext -made it so that the text changes the seekbar -added 1 test -closes the keyboard automatically when you type in the transformtool text field and apply -changed the view to gone in the method hide in defaulttooloptionsviewcontroller so that a bug does not occur where the tooloptions are partly visible when applying the transformtool.
Configuration menu - View commit details
-
Copy full SHA for 9f5c85e - Browse repository at this point
Copy the full SHA 9f5c85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33af330 - Browse repository at this point
Copy the full SHA 33af330View commit details
Commits on Jul 27, 2022
-
Rewrote some parts of switchTool structure in order to highlight(set the color border to orange) the box (of BaseToolWithRectangleShape) for 300 milliseconds before actually switching the tool.
Configuration menu - View commit details
-
Copy full SHA for 830ed2d - Browse repository at this point
Copy the full SHA 830ed2dView commit details -
Merge pull request #1130 from Electronix1337/PAINTROID-445_Give_feedb…
…ack_of_changed_canvas_when_changing_tools PAINTROID-445 Give feedback of changed canvas when changing tools
Configuration menu - View commit details
-
Copy full SHA for cbbf499 - Browse repository at this point
Copy the full SHA cbbf499View commit details
Commits on Jul 31, 2022
-
Merge pull request #1038 from AneiMakovec/PAINTROID-323
PAINTROID-323: Overwrite adds suffix after filetype, it should be before .png
Configuration menu - View commit details
-
Copy full SHA for f47f7d3 - Browse repository at this point
Copy the full SHA f47f7d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99dda77 - Browse repository at this point
Copy the full SHA 99dda77View commit details
Commits on Aug 5, 2022
-
Changed number of MAX_LAYERS to 400. Also implemented a memory check, to verify that there is enough heap space to allocate new layer/bitmap.
Configuration menu - View commit details
-
Copy full SHA for c9f74e3 - Browse repository at this point
Copy the full SHA c9f74e3View commit details
Commits on Aug 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 616146b - Browse repository at this point
Copy the full SHA 616146bView commit details -
Merge pull request #1124 from FromG/PAINTROID-406
PAINTROID-406 Set exact slider value
Configuration menu - View commit details
-
Copy full SHA for b850e25 - Browse repository at this point
Copy the full SHA b850e25View commit details
Commits on Aug 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 043e25e - Browse repository at this point
Copy the full SHA 043e25eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 432a5a6 - Browse repository at this point
Copy the full SHA 432a5a6View commit details
Commits on Aug 23, 2022
-
Merge pull request #1118 from StanglTobias/PAINTROID-389_remember_las…
…t_four_colors PAINTROID-389 color picker dialog color history
Configuration menu - View commit details
-
Copy full SHA for 69f0f3c - Browse repository at this point
Copy the full SHA 69f0f3cView commit details
Commits on Aug 24, 2022
-
Merge pull request #1136 from Electronix1337/PAINTROID-420_Support_10…
…0_Layers PAINTROID-420 Support more than four layers
Configuration menu - View commit details
-
Copy full SHA for 3253d71 - Browse repository at this point
Copy the full SHA 3253d71View commit details
Commits on Aug 29, 2022
-
[fix]: refactored & deleted file
[chore]: added expressionBodySyntax made syntax changes to the log test file [chore]: modified file [chore]: deleted file
Configuration menu - View commit details
-
Copy full SHA for 7824d89 - Browse repository at this point
Copy the full SHA 7824d89View commit details
Commits on Sep 9, 2022
-
[code fix]: refactored test files
[code fix]: refactored test files [code]: refactored tests
Configuration menu - View commit details
-
Copy full SHA for b59917e - Browse repository at this point
Copy the full SHA b59917eView commit details
Commits on Sep 10, 2022
-
[code]: refactored tests [chore]: refactored tests code: refactored tests [code]: refactored test files chore: modified changes chore: removed unused imports chore: modified files chore: modified fiels chore: modified file chore: modified file modified file chore: updated file complexity
Configuration menu - View commit details
-
Copy full SHA for df6c0d0 - Browse repository at this point
Copy the full SHA df6c0d0View commit details -
Fixed Mockito error [chore]: refactored tests PAINTROID_463 refactored test files PAINTROID_463 refactored test files [code]: refactored LayerTest case [code]: refactored LayerModelTest test case [code]: fully refactored PerspectiveTests Modified LayModelTest as well as fully refactored PerspectiveTests [code]: refactored and modified test cases Refactored AddLayerCommandTest to Kotlin and removed the !! call from LayerModelTest and PerspectiveTests in order to prevent the occurance of NPE in the production code [code]: refactored CompositeCommandTest [code]: refactored FillCommandTest to kt [code]: refactored 3 test cases Refactored the following 3 test cases: LoadCommandTest, PointCommantTest and RemoveLayerCommandTest Modified the following 2 files: AddLayerCommandTest and FillCommandTest [code]: refactored 3 test cases Refactored the following: ReorderLayerCommabdTest, ResetLayerCommandTest and SelectLayerCommandTest Modifie: PerspectiveTests, RemoveLayerCommandTest, LoadCommandTest and AddLayerCommandTest [update]: modified AddLayerCommandTest modified test cases Modified AddLayerCommandTest and FillCommandTest modified FillCommandTest
Configuration menu - View commit details
-
Copy full SHA for f6f4869 - Browse repository at this point
Copy the full SHA f6f4869View commit details
Commits on Sep 19, 2022
-
Merge pull request #1147 from akebu6/PAINTROID-446
PAINTROID-446: refactored test files
Configuration menu - View commit details
-
Copy full SHA for 96f1545 - Browse repository at this point
Copy the full SHA 96f1545View commit details
Commits on Sep 20, 2022
-
Merge pull request #1138 from akebu6/PAINTROID-447
PAINTROID-447: refactored test cases
Configuration menu - View commit details
-
Copy full SHA for 79dfe5f - Browse repository at this point
Copy the full SHA 79dfe5fView commit details -
Merge pull request #1135 from akebu6/PAINTROID-463
Paintroid 463 Refactor test cases from Java to Kotlin
Configuration menu - View commit details
-
Copy full SHA for da39d80 - Browse repository at this point
Copy the full SHA da39d80View commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1f7d11 - Browse repository at this point
Copy the full SHA e1f7d11View commit details -
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # Paintroid/build.gradle # Paintroid/src/main/java/org/catrobat/paintroid/MainActivity.kt
Configuration menu - View commit details
-
Copy full SHA for 5cb336d - Browse repository at this point
Copy the full SHA 5cb336dView commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e7040f - Browse repository at this point
Copy the full SHA 6e7040fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7302fa5 - Browse repository at this point
Copy the full SHA 7302fa5View commit details
Commits on Oct 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a53f393 - Browse repository at this point
Copy the full SHA a53f393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7f550 - Browse repository at this point
Copy the full SHA 5b7f550View commit details
Commits on Oct 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64130a7 - Browse repository at this point
Copy the full SHA 64130a7View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23206d6 - Browse repository at this point
Copy the full SHA 23206d6View commit details
Commits on Oct 23, 2022
-
Revert "Paintroid 434: Zoom window settings dialog"
This reverts commit 23206d6.
Configuration menu - View commit details
-
Copy full SHA for c4f0767 - Browse repository at this point
Copy the full SHA c4f0767View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a448121 - Browse repository at this point
Copy the full SHA a448121View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e04f4f4 - Browse repository at this point
Copy the full SHA e04f4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935fb11 - Browse repository at this point
Copy the full SHA 935fb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for b60b4c2 - Browse repository at this point
Copy the full SHA b60b4c2View commit details
Commits on Nov 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 359d50c - Browse repository at this point
Copy the full SHA 359d50cView commit details -
Merge pull request #1156 from ThorstenBandel/PAINTROID-283_add_layer_…
…opacity Paintroid 283 add layer opacity
Configuration menu - View commit details
-
Copy full SHA for f830dfa - Browse repository at this point
Copy the full SHA f830dfaView commit details
Commits on Nov 17, 2022
-
Merge pull request #1117 from akebu6/PAINTROID-431_refactoring-log-te…
…st-from-java-to-kotlin PAINTROID-431 deleting unused file log.java
Configuration menu - View commit details
-
Copy full SHA for f61f587 - Browse repository at this point
Copy the full SHA f61f587View commit details
Commits on Nov 27, 2022
-
PAINTROID-484 Update AndroidTargetSdkVersion to 31
In order to update the AndroidTargetSdkVersion, the android:exported needed to be set explicitly in the AndroidManifest.xml files and androidx.test.ext:junit had to be updated from v1.1.1 to v1.1.3.
Configuration menu - View commit details
-
Copy full SHA for 08dc035 - Browse repository at this point
Copy the full SHA 08dc035View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 48fc922 - Browse repository at this point
Copy the full SHA 48fc922View commit details
Commits on Dec 6, 2022
-
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # Paintroid/src/main/java/org/catrobat/paintroid/MainActivity.kt # Paintroid/src/main/java/org/catrobat/paintroid/ui/DrawingSurface.kt
Configuration menu - View commit details
-
Copy full SHA for 69ea46b - Browse repository at this point
Copy the full SHA 69ea46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f3f5b - Browse repository at this point
Copy the full SHA 24f3f5bView commit details
Commits on Dec 11, 2022
-
Paintroid 433: Zoom window position, comments removed, tool compatibi…
…lity with zoom window updated
Configuration menu - View commit details
-
Copy full SHA for f696c1f - Browse repository at this point
Copy the full SHA f696c1fView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce67fed - Browse repository at this point
Copy the full SHA ce67fedView commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 03e4d23 - Browse repository at this point
Copy the full SHA 03e4d23View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15035df - Browse repository at this point
Copy the full SHA 15035dfView commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be81a70 - Browse repository at this point
Copy the full SHA be81a70View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1687bf5 - Browse repository at this point
Copy the full SHA 1687bf5View commit details
Commits on Dec 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 32fa099 - Browse repository at this point
Copy the full SHA 32fa099View commit details
Commits on Dec 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20ae2a7 - Browse repository at this point
Copy the full SHA 20ae2a7View commit details
Commits on Dec 28, 2022
-
Merge pull request #1131 from saat-sy/PAINTROID-433_Zoom_Window
Paintroid 433 - A zoomed-in view of what is being drawn
Configuration menu - View commit details
-
Copy full SHA for ab70ba4 - Browse repository at this point
Copy the full SHA ab70ba4View commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 356646e - Browse repository at this point
Copy the full SHA 356646eView commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ac48e0 - Browse repository at this point
Copy the full SHA 5ac48e0View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31ea0dd - Browse repository at this point
Copy the full SHA 31ea0ddView commit details
Commits on Jan 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 674e48e - Browse repository at this point
Copy the full SHA 674e48eView commit details -
Merge pull request #1107 from illo1311/PAINTROID-398
Paintroid 398 No error message shown when Catrobat stickers are not available
Configuration menu - View commit details
-
Copy full SHA for 7d22e58 - Browse repository at this point
Copy the full SHA 7d22e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d4a08 - Browse repository at this point
Copy the full SHA b8d4a08View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5bd4e02 - Browse repository at this point
Copy the full SHA 5bd4e02View commit details
Commits on Jan 13, 2023
-
PAINTROID-399 Fix contrast of text color to background color
Add new colors for satisfying contrast according to Google Play.
Configuration menu - View commit details
-
Copy full SHA for b8c5a3c - Browse repository at this point
Copy the full SHA b8c5a3cView commit details
Commits on Jan 21, 2023
-
PAINTROID-502 Fix LayerIntegrationTests
Fix testResizingThroughAllLayers and testRotatingThroughAllLayers on Jenkins by scrolling to layer position first.
Configuration menu - View commit details
-
Copy full SHA for 635a070 - Browse repository at this point
Copy the full SHA 635a070View commit details
Commits on Jan 25, 2023
-
Merge pull request #1184 from kaleopop/PAINTROID-522
PAINTROID-522 Change background of text tool buttons.
Configuration menu - View commit details
-
Copy full SHA for 429f0d4 - Browse repository at this point
Copy the full SHA 429f0d4View commit details -
Merge pull request #1178 from Lenkomotive/PAINTROID-525
PAINTROID-525 toolspecific options are hidden after leaving fullscree…
Configuration menu - View commit details
-
Copy full SHA for 73096f2 - Browse repository at this point
Copy the full SHA 73096f2View commit details
Commits on Jan 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ee04a0 - Browse repository at this point
Copy the full SHA 0ee04a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7ace2 - Browse repository at this point
Copy the full SHA 8e7ace2View commit details
Commits on Feb 5, 2023
-
Merge pull request #1169 from Smarshal21/Sam1
PAINTROID-486 Keyboad does not hide after leaving RGB-View
Configuration menu - View commit details
-
Copy full SHA for a7b0185 - Browse repository at this point
Copy the full SHA a7b0185View commit details -
Merge pull request #1164 from Lenkomotive/PAINTROID-494
PAINTROID-494 Change toolbaricon of stamp tool
Configuration menu - View commit details
-
Copy full SHA for 3907522 - Browse repository at this point
Copy the full SHA 3907522View commit details
Commits on Feb 7, 2023
-
Merge pull request #1170 from Lenkomotive/PAINTROID-495
PAINTROID-495 Improve Help Dialog
Configuration menu - View commit details
-
Copy full SHA for 488603d - Browse repository at this point
Copy the full SHA 488603dView commit details -
Merge pull request #1173 from Lenkomotive/PAINTROID-497
PAINTROID-497 Tool stroke-tip type
Configuration menu - View commit details
-
Copy full SHA for bead777 - Browse repository at this point
Copy the full SHA bead777View commit details -
Merge pull request #1166 from foenabua/PAINTROID-484
PAINTROID 484 Migrate to targetSDKVersion 31
Configuration menu - View commit details
-
Copy full SHA for c82effe - Browse repository at this point
Copy the full SHA c82effeView commit details
Commits on Feb 11, 2023
-
PAINTROID - 470: Refactor test cases from Java to Kotlin (#1205)
Refactor test cases from Java to Kotlin
Configuration menu - View commit details
-
Copy full SHA for f96c03d - Browse repository at this point
Copy the full SHA f96c03dView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1b8a9e0 - Browse repository at this point
Copy the full SHA 1b8a9e0View commit details
Commits on Feb 16, 2023
-
Paintroid-471:Refactor test cases from Java to Kotlin (#1208)
* Paintroid-472 Refactor test cases from Java to Kotlin Co-authored-by: Akebu Co-authored-by: Abdulbaki Celebi Co-authored-by: Tim Celec
Configuration menu - View commit details
-
Copy full SHA for 239fae9 - Browse repository at this point
Copy the full SHA 239fae9View commit details -
PAINTROID 476 - Refactor test cases from Java to Kotlin (#1202)
PAINTROID-476 Refactor test cases from Java to Kotlin Co-authored-by: Akebu
Configuration menu - View commit details
-
Copy full SHA for 06af955 - Browse repository at this point
Copy the full SHA 06af955View commit details
Commits on Feb 17, 2023
-
Merge pull request #1186 from foenabua/PAINTROID-399
PAINTROID-399 Fix contrast of text color to background color
Configuration menu - View commit details
-
Copy full SHA for c3a8f59 - Browse repository at this point
Copy the full SHA c3a8f59View commit details
Commits on Feb 18, 2023
-
Merge pull request #1183 from foenabua/PAINTROID-502
PAINTROID-502 Fix LayerIntegrationTests
Configuration menu - View commit details
-
Copy full SHA for 06c877a - Browse repository at this point
Copy the full SHA 06c877aView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4dee48b - Browse repository at this point
Copy the full SHA 4dee48bView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2af9a1a - Browse repository at this point
Copy the full SHA 2af9a1aView commit details
Commits on Feb 27, 2023
-
Merge pull request #1176 from Lenkomotive/PAINTROID-482
PAINTROID-482 Watercolor paths loose their translucent mask after load
Configuration menu - View commit details
-
Copy full SHA for d72022c - Browse repository at this point
Copy the full SHA d72022cView commit details -
Merge pull request #1179 from Lenkomotive/PAINTROID-496
PAINTROID-496 Spray can tool redesign
Configuration menu - View commit details
-
Copy full SHA for 64ae1ef - Browse repository at this point
Copy the full SHA 64ae1efView commit details
Commits on Feb 28, 2023
-
Merge pull request #1218 from bakicelebi/PAINTROID-548
PAINTROID-548 : Selecting the already selected stroke type unselects it
Configuration menu - View commit details
-
Copy full SHA for 6bbf9c8 - Browse repository at this point
Copy the full SHA 6bbf9c8View commit details -
Merge pull request #1206 from bakicelebi/PAINTROID-545
PAINTROID-545 Zooming while cursor tool is down deletes the already drawn line
Configuration menu - View commit details
-
Copy full SHA for e667a12 - Browse repository at this point
Copy the full SHA e667a12View commit details
Commits on Mar 4, 2023
-
Merge pull request #1175 from Lenkomotive/PAINTROID-392
PAINTROID-392 Layer redesign
Configuration menu - View commit details
-
Copy full SHA for c262c51 - Browse repository at this point
Copy the full SHA c262c51View commit details
Commits on Mar 6, 2023
-
Merge pull request #1185 from Lenkomotive/PAINTROID-527
PAINTROID-527 Zoomwindow position is wrong when drawingsurface moved
Configuration menu - View commit details
-
Copy full SHA for 74334b9 - Browse repository at this point
Copy the full SHA 74334b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb20f6 - Browse repository at this point
Copy the full SHA 5fb20f6View commit details
Commits on Mar 7, 2023
-
Merge pull request #1181 from Lenkomotive/PAINTROID-526
PAINTROID-526 Non-drawing tools show old stroke in zoomed in window
Configuration menu - View commit details
-
Copy full SHA for d328de0 - Browse repository at this point
Copy the full SHA d328de0View commit details -
Merge pull request #1174 from Lenkomotive/PAINTROID-519
PAINTROID-519 Changing stroke-tip type triggers undo action
Configuration menu - View commit details
-
Copy full SHA for 42f9a37 - Browse repository at this point
Copy the full SHA 42f9a37View commit details
Commits on Mar 8, 2023
-
Merge pull request #1167 from Lenkomotive/PAINTROID-498
PAINTROID-498 Line Color Changing
Configuration menu - View commit details
-
Copy full SHA for 8bb6bb2 - Browse repository at this point
Copy the full SHA 8bb6bb2View commit details -
PAINTROID-557: Catrobat image version increased, needed for the chang…
…es in PaintSerializer
Configuration menu - View commit details
-
Copy full SHA for 4b4d45a - Browse repository at this point
Copy the full SHA 4b4d45aView commit details
Commits on Mar 14, 2023
-
Merge pull request #1225 from SebastianGrief/PAINTROID-557_problems_w…
…ith_catrobat_save_files PAINTROID-557: Problems with catrobat save files
Configuration menu - View commit details
-
Copy full SHA for 97f38ac - Browse repository at this point
Copy the full SHA 97f38acView commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d1c8f9 - Browse repository at this point
Copy the full SHA 8d1c8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0a859 - Browse repository at this point
Copy the full SHA 7b0a859View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06b77b4 - Browse repository at this point
Copy the full SHA 06b77b4View commit details
Commits on Mar 21, 2023
-
Merge pull request #1231 from bakicelebi/PAINTROID-546
PAINTROID-546 Crowdin github action is broken
Configuration menu - View commit details
-
Copy full SHA for 966c125 - Browse repository at this point
Copy the full SHA 966c125View commit details
Commits on Mar 23, 2023
-
Merge pull request #1198 from SebastianGrief/paintroid-543_watercolor…
…_tool_broken PAINTROID-543: watercolor added to compatible_new
Configuration menu - View commit details
-
Copy full SHA for 4d0be57 - Browse repository at this point
Copy the full SHA 4d0be57View commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f16a2d - Browse repository at this point
Copy the full SHA 0f16a2dView commit details
Commits on Mar 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b66448 - Browse repository at this point
Copy the full SHA 8b66448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bab334 - Browse repository at this point
Copy the full SHA 7bab334View commit details -
Configuration menu - View commit details
-
Copy full SHA for db94169 - Browse repository at this point
Copy the full SHA db94169View commit details -
PAINTROID-506 Fixed SaveCompressImageIntegrationTests (#1215)
* PAINTROID-506 Fixed SaveCompressImageIntegrationTests
Configuration menu - View commit details
-
Copy full SHA for 96af496 - Browse repository at this point
Copy the full SHA 96af496View commit details
Commits on Mar 27, 2023
-
Merge pull request #1222 from khalid-nasralla/PAINTROID-547
PAINTROID-547 Layers allow drawing through Menu
Configuration menu - View commit details
-
Copy full SHA for 286b28c - Browse repository at this point
Copy the full SHA 286b28cView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52dfdf8 - Browse repository at this point
Copy the full SHA 52dfdf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3484ff - Browse repository at this point
Copy the full SHA f3484ffView commit details -
Merge pull request #1113 from Catrobat/l10n_colorpicker_crowdin_action
New Colorpicker Crowdin translations by Github Action
Configuration menu - View commit details
-
Copy full SHA for 8c896cb - Browse repository at this point
Copy the full SHA 8c896cbView commit details -
Merge pull request #1112 from Catrobat/l10n_crowdin_action
New Crowdin translations by Github Action
Configuration menu - View commit details
-
Copy full SHA for 6dc458b - Browse repository at this point
Copy the full SHA 6dc458bView commit details -
PAINTROID-419 "Vanishing" UI controls (#1180)
* PAINTROID-419 "Vanishing" UI controls
Configuration menu - View commit details
-
Copy full SHA for 63e6899 - Browse repository at this point
Copy the full SHA 63e6899View commit details -
Merge pull request #1223 from khalid-nasralla/PAINTROID-507
PAINTROID-507 Fix ToolOnBackPressedIntegrationTests
Configuration menu - View commit details
-
Copy full SHA for 6017a9c - Browse repository at this point
Copy the full SHA 6017a9cView commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1debd5 - Browse repository at this point
Copy the full SHA e1debd5View commit details
Commits on Apr 24, 2023
-
Merge pull request #1233 from Lenkomotive/PAINTROID-523
PAINTROID-523 - Image not persistent after closing app
Configuration menu - View commit details
-
Copy full SHA for e6af45d - Browse repository at this point
Copy the full SHA e6af45dView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0fd0a7c - Browse repository at this point
Copy the full SHA 0fd0a7cView commit details -
Merge pull request #1247 from Catrobat/l10n_crowdin_action
New Crowdin translations by GitHub Action
Configuration menu - View commit details
-
Copy full SHA for 7004957 - Browse repository at this point
Copy the full SHA 7004957View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b072f - Browse repository at this point
Copy the full SHA b4b072fView commit details