Commit Graph

5184 Commits

Author SHA1 Message Date
ForgottenUmbrella 9877cbaf2c Remove unreachable branches in video completion handling
It is never the case that `loopVideos == true` in the `videoCompleted` handler,
since enabling that preference sets `repeatMode`, which in turn prevents the
player from reaching `STATE_ENDED`. Thus, the branches are unreachable.
2020-01-29 01:52:44 +11:00
ForgottenUmbrella e83db406a9 Reset progress views on video loop
The previous loop method of seeking to the beginning at video completion ensured
that the seekbar and current time text were immediately reset. Using ExoPlayer's
own implementation of video looping means that `Player.STATE_ENDED` is no longer
reached, thus the UI no longer accurately tracks progress. Restore the old
behaviour by resetting the views on position discontinuity.
2020-01-29 01:52:44 +11:00
ForgottenUmbrella f8315438d8 Let ExoPlayer handle video looping seamlessly
Now that videos are replacing the inefficient GIF format, gapless loops are
important. ExoPlayer's built-in mechanism prebuffers the video to enable this,
whereas the current implementation of seeking to the start presents a short but
noticeable delay between each loop.

Note that this change introduces an incompatibility with current behaviour: due
to google/ExoPlayer#6459, certain videos with broken audio tracks that played
fine before will no longer start. Disabling the audio track is a workaround to
re-enable looping playback, but ExoPlayer does not appear to expose a way to
check if the audio track is short enough to produce the bug.
2020-01-29 01:52:44 +11:00
tibbi 035d0363e3 fix #1723, recognize panoramic photos by a new xml tag too 2020-01-27 23:15:47 +01:00
tibbi 3e7f99fc01 fix #1725, properly remember last video playback position, if paused 2020-01-27 23:04:18 +01:00
tibbi f4c02d1168 fix #1545, properly sort Favorites by date taken 2020-01-27 21:22:10 +01:00
tibbi 650a985a9c make the Date Taken from Fix Date Taken value be higher priority than mediastore 2020-01-27 21:05:05 +01:00
tibbi 2517170aeb store the fixed Date Taken values in the new table 2020-01-27 20:48:37 +01:00
tibbi 665690c819 removing an unused debug function 2020-01-27 20:34:59 +01:00
tibbi 817229a697 lets set wereFavoritesMigrated earlier to avoid some crashlooping 2020-01-27 17:22:16 +01:00
tibbi 409be79489 migrate favorites in the new table on app upgrade 2020-01-27 15:17:46 +01:00
tibbi 9d2239d1c1 really clear all Favorites at deleting the given folder 2020-01-27 15:05:17 +01:00
tibbi 7b1dfb7318 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Gallery 2020-01-27 14:47:38 +01:00
tibbi 86db0b8f19 fix unselecting invalid favorite items 2020-01-27 14:47:17 +01:00
Tibor Kaputa 58ccebf260
Merge pull request #1727 from AioiLight/master
Japanese translation
2020-01-26 22:14:31 +01:00
tibbi 4d7e95d72a shortening the czech app title 2020-01-26 19:18:43 +01:00
AioiLight 1c2d23c57d fix escape missing 2020-01-26 19:05:20 +09:00
AioiLight 76571aab9a updating Japanese translation(some strings) 2020-01-26 18:31:49 +09:00
AioiLight fef507e16d updating Japanese translation(New editor strings) 2020-01-26 17:56:16 +09:00
AioiLight ea187e117e updating the app description from original language 2020-01-26 17:22:52 +09:00
herkul-s 9607348b50
updating czech strings 2020-01-25 18:43:41 +01:00
tibbi 29a521d107 update Favorite too at updating a medium 2020-01-25 11:50:09 +01:00
tibbi e578036a22 delete favorites at deleting media 2020-01-25 11:11:23 +01:00
tibbi 3ca8e685b8 shortening some code related to getting DAOs 2020-01-25 10:56:08 +01:00
tibbi b9369139f1 renaming some DAO to Dao 2020-01-25 09:51:28 +01:00
tibbi 61c4db155d removing the favorite paths getting function from MediumDao 2020-01-25 09:39:56 +01:00
tibbi a7b7881d73 moving the favorite toggling function into FavoritesDao 2020-01-25 09:34:33 +01:00
tibbi fb0badeca5 adding a few more favorites related queries 2020-01-24 23:29:03 +01:00
tibbi b867d2a2eb at deleting a file path from db, delete it from favorites too 2020-01-24 23:10:40 +01:00
tibbi 56d721b68a moving the isFavorite function at FavoritesDAO 2020-01-24 22:47:42 +01:00
tibbi e93eade241 update version to 6.11.8 2020-01-19 10:51:36 +01:00
tibbi 6b95c58559 try flipping some migration lines to avoid working on nonexistent tables 2020-01-18 23:29:03 +01:00
tibbi 89790ebdfe reverting Glide back to 4.10.0 2020-01-18 23:27:40 +01:00
tibbi 90b4ab470d limit the file loading settings item label length to avoid some glitches 2020-01-18 19:06:08 +01:00
tibbi 4c080a5119 update version to 6.11.7 2020-01-16 23:29:18 +01:00
tibbi 55f55624c7 moving Nepali strings from np to ne 2020-01-16 23:29:11 +01:00
tibbi 659b808a42 update commons to 5.21.24 2020-01-16 23:16:12 +01:00
solokot 6131c7fb5d
Updated Russian language 2020-01-16 23:38:45 +03:00
tibbi 631e9dea34 adding the actual DateTaken value column 2020-01-16 21:00:37 +01:00
tibbi f1b380e6fa rename file_name column to filename 2020-01-16 20:57:12 +01:00
tibbi daf87be965 adding 16:10 crop ratio, used mostly on tablets 2020-01-16 18:58:55 +01:00
tibbi 8035d90e36 store the file name in the date takens and favorites tables too 2020-01-16 11:28:01 +01:00
tibbi 402fccbc21 create an own table for storing favorite items too 2020-01-16 11:26:13 +01:00
tibbi ca6b84be81 adding an index on DateTakens table 2020-01-15 23:00:52 +01:00
tibbi aa0c21a209 change last_fixed field in DateTakens to int 2020-01-15 22:48:43 +01:00
tibbi 2daf7e045f fix #1715, properly edit png files, do not convert them to jpgs 2020-01-15 22:42:53 +01:00
tibbi 8b02b93161 create an own table DateTakens to be used at sorting 2020-01-15 21:43:39 +01:00
tibbi 39ed883479 updating Glide to 4.11.0 2020-01-15 21:07:30 +01:00
tibbi 9a6d1535ba do not show the portrait stripe at fullscreen view 2020-01-15 20:49:44 +01:00
tibbi e3b921db4d adding some crashfixes related to extended details 2020-01-15 20:44:31 +01:00
fricyo 2b6b46de25
Update Translation 2020-01-14 10:40:28 +08:00
tibbi 386c52a0ff fix some empty portrait photos creating blank thumbnails 2020-01-13 22:53:54 +01:00
Tibor Kaputa aac6ef6ac1
Merge pull request #1718 from fscholdei/patch-1
Add German strings
2020-01-13 13:33:46 +01:00
Florian Scholdei 6286746b35
Add German strings 2020-01-13 12:41:46 +01:00
Tibor Kaputa e5f6648116
Merge pull request #1716 from dipenSan/patch-1
adding Nepali Strings
2020-01-13 10:53:03 +01:00
Florian Scholdei 1f6977bd84
Update strings.xml
adding german strings
2020-01-12 21:09:32 +01:00
dipenSan 416c564658
adding Nepali Strings 2020-01-12 23:14:43 +05:45
tibbi 29352e65f0 update version to 6.11.6 2020-01-11 17:18:46 +01:00
tibbi 146b7628b7 fixing a german typo 2020-01-10 22:53:42 +01:00
tibbi b2d0dff131 properly show the Portraits title at thumbnail grouping 2020-01-10 22:37:03 +01:00
tibbi 13a3f90595 optimize Portrait photo checking for better performance 2020-01-10 22:30:21 +01:00
tibbi 3db5db5569 updating some slovak strings 2020-01-10 21:17:15 +01:00
tibbi fa402c24b1 allow excluding the root folder again 2020-01-10 20:21:25 +01:00
tibbi d2aa5f9f11 fixing some double escaped newlines 2020-01-10 20:19:37 +01:00
tibbi 3185e3eea9 fix #1705, hide the keyboard at clicking path on Save As dialog 2020-01-10 19:43:35 +01:00
Tibor Kaputa d980dc12bd
Merge pull request #1708 from hevesij/patch-15
Update strings.xml
2020-01-10 17:20:03 +01:00
Tibor Kaputa a1a1526c78
restoring some emptylines 2020-01-10 17:19:41 +01:00
tibbi 45c262996e updating the app icon, make it flatter 2020-01-09 19:53:57 +01:00
tibbi e68a4ae99b decode the file path UI after editing an image 2020-01-09 10:08:41 +01:00
Solatec Informàtica d8af54b538
Update strings.xml 2020-01-07 10:33:22 +01:00
Guillaume 305264654a
Dutch 2020-01-06 19:50:04 +01:00
Hevesi János 3a10166b8a
Update strings.xml 2020-01-06 17:32:38 +01:00
spkprs 26162cc665
Update strings.xml 2020-01-06 15:24:26 +03:00
tibbi 21722b0c3a tweaking the apps short description, make it longer 2020-01-06 12:16:59 +01:00
tibbi 3055a50516 update version to 6.11.5 2020-01-04 17:50:18 +01:00
tibbi c0194d5db6 update commons to 5.21.19 2020-01-04 17:40:30 +01:00
Tibor Kaputa 334d655e11
Merge pull request #1702 from unbranched/master
Italian translation update
2020-01-04 15:41:53 +01:00
Solatec Informàtica f55593700f
Update strings.xml 2020-01-04 15:29:02 +01:00
unbranched d4047e6d76 Merge branch 'master' of https://github.com/SimpleMobileTools/Simple-Gallery 2020-01-04 12:02:37 +01:00
unbranched 38bd15bd2c Italian translation update 2020-01-04 11:59:59 +01:00
tibbi 68880a4fed update commons to 5.21.17 2020-01-03 21:13:59 +01:00
tibbi f2d4d81d1b adding a new proguard rule for renderscript 2020-01-03 19:17:07 +01:00
siswonugroho 79c5e239e9
Update Indonesian translation
Translated new editor strings
2020-01-03 18:17:08 +07:00
tibbi 9d5565be96 do not show Favorites and Recycle bin at the copy destination picker 2020-01-02 23:20:53 +01:00
tibbi b1b9d11148 do not rely on SOURCE_IMAGE_PATH from the editor, store the original path 2020-01-02 19:25:13 +01:00
tibbi 6234050c7f fix #1668, properly delete empty folders when appropriate 2020-01-02 17:37:41 +01:00
tibbi fbb20477d6 update commons to 5.21.14 2020-01-02 17:11:19 +01:00
Tibor Kaputa 2d90b88f18
Merge pull request #1696 from matheusvictor/master
update strings pt-BR
2020-01-02 16:57:46 +01:00
Matheus Victor d50eaf0c6e update strings pt-BR 2020-01-02 12:33:58 -03:00
tibbi 307e887fc5 fix #1695, do not allow filtering out all file types 2020-01-02 16:30:24 +01:00
fricyo 73e035c557
Update Translation 2020-01-01 12:12:40 +08:00
Fatih Fırıncı 5e00bb6d62
Update strings.xml 2019-12-31 04:40:21 +03:00
tibbi b910f0b640 a couple small string updates 2019-12-29 18:21:50 +01:00
AlbatorV bf0a738133
Update strings.xml 2019-12-29 17:26:42 +01:00
AlbatorV 69bce78001
Update strings.xml 2019-12-29 15:16:08 +01:00
Tibor Kaputa c2ed1cb080
Merge pull request #1684 from hevesij/patch-14
Update strings.xml
2019-12-29 13:33:31 +01:00
Tibor Kaputa 7489709e49
tweaking the file a bit 2019-12-29 13:29:56 +01:00
Tibor Kaputa a4e2f1e4f3
Merge pull request #1685 from pcpepik/patch-1
Update cs strings.xml
2019-12-29 13:27:04 +01:00
tibbi 2159cee994 adding a vietnamese app translation 2019-12-29 12:22:12 +01:00
pcpepik b80390ce8f
Update cs strings.xml
- Translate new strings to Czech
2019-12-28 16:31:19 +01:00
Hevesi János a4f9fe4eba
Update strings.xml 2019-12-28 09:52:46 +01:00
tibbi f8b5bd4f3c update version to 6.11.4 2019-12-27 21:59:07 +01:00
tibbi 69fb5e1977 update commons to 5.21.8 2019-12-27 21:59:00 +01:00
tibbi 6fe62ee83b move the Focus editor tool at the end, show the best tools first 2019-12-27 20:08:11 +01:00
spkprs 7be46e2d22
Update strings.xml 2019-12-27 13:56:18 +03:00
tibbi 97662e1b59 adding vietnamese strings 2019-12-27 11:45:34 +01:00
tibbi c0cbbef748 adding a new crop aspect ratio 37:18 to be used instead of 18.5x9 2019-12-25 13:06:26 +01:00
tibbi c8e9620651 update version to 6.11.3 2019-12-25 12:16:20 +01:00
tibbi c48cf7c26c adding a few missed editor modules 2019-12-25 12:09:39 +01:00
tibbi 212ede449b properly handle SAF dialog in case the source of a copy/move is on sd 2019-12-24 23:37:52 +01:00
tibbi 3930f8ab6a adding a proguard rule to keep parcelables 2019-12-24 22:27:51 +01:00
tibbi 04abffddb7 show an error message if editing fails 2019-12-24 19:05:19 +01:00
solokot 27a7941533
Translate Editor module to Russian language 2019-12-24 17:31:21 +03:00
Guillaume e076f1da3f
Dutch 2019-12-24 01:40:46 +01:00
tibbi f54fdda014 updating the slovak strings related to the new editor 2019-12-23 23:34:10 +01:00
tibbi 2b0902aac2 removing an empty string 2019-12-23 23:27:44 +01:00
tibbi 9685d11807 found a few more strings to be translated for the new photo editor 2019-12-23 23:18:52 +01:00
FTno eee1aebb53
Update strings.xml
Norwegian (nb) translation update
2019-12-23 12:54:01 +01:00
tibbi 91da11573d make building the app easier, do not require a release version 2019-12-22 22:58:17 +01:00
spkprs 7c22d0282e
Update strings.xml
*these commons strings showup in Eng !!! if I try close editor with changes.
190    <string name="undo_changes">Αναίρεση αλλαγών</string>
    <string name="undo_changes_confirmation">Είστε βέβαιοι ότι θέλετε να αναιρέσετε τις αλλαγές σας?</string>
    <string name="save_before_closing">Έχετε αλλαγές που δεν έχουν αποθηκευτεί. Αποθήκευση πριν από την έξοδο?</string>
2019-12-22 23:40:21 +03:00
tibbi 4dc0da9151 update version to 6.11.2 2019-12-22 11:11:32 +01:00
Tibor Kaputa 575df0cdd2
Merge pull request #1670 from smarquespt/patch-20
Update strings.xml
2019-12-21 09:45:20 +01:00
Guillaume 28ad1da058
Dutch 2019-12-21 01:31:07 +01:00
Sérgio Marques 7213ab13ce
Update strings.xml 2019-12-20 22:32:18 +00:00
tibbi b60ee07ea4 adding 5:4 and 4:5 crop aspect ratios 2019-12-20 22:25:37 +01:00
tibbi 679a469a33 updating the slovak new editor strings 2019-12-20 22:17:21 +01:00
tibbi 57e4fe2430 adding some new editor related strings 2019-12-20 21:53:42 +01:00
tibbi bc4b088569 removing some old editor related shared preferences 2019-12-20 21:04:58 +01:00
tibbi 9b27a8fd75 remember the last used editor brush settings 2019-12-20 21:03:19 +01:00
tibbi 2c37b23e1e adding a 19:9 aspect ratio crop too 2019-12-20 20:40:26 +01:00
tibbi 58cedd24f6 adding a 2:1 crop aspect ratio 2019-12-20 20:38:32 +01:00
tibbi 3957532c72 fix #1669, add a workaround for refreshing file thumbnail after edit 2019-12-20 19:42:28 +01:00
tibbi f2fd6c29a7 make building the debug app version easier 2019-12-19 21:54:43 +01:00
tibbi 83c9bcc46c update version to 6.11.1 2019-12-18 11:21:41 +01:00
tibbi 74612341f3 do not use Text Design module at the editor, it takes up too much space 2019-12-18 10:13:47 +01:00
tibbi 705785d385 update version to 6.11.0 2019-12-17 23:12:18 +01:00
tibbi 98df2e84c6 changing our editor screen background to black 2019-12-17 22:58:38 +01:00
tibbi 0b5b1925af adding the new editor in release notes 2019-12-17 22:51:05 +01:00
tibbi 24266e46eb updating gestureviews and subsamplingscale 2019-12-17 22:22:36 +01:00
tibbi 99765a3735 more editor cleanup 2019-12-17 19:02:04 +01:00
tibbi 552dc97aa6 removing the unused parts of the old editor, use it only for crop intents 2019-12-17 18:44:46 +01:00
tibbi 68f9ceeea3 replacing the home made photo editor with PhotoEditorSDK 2019-12-17 18:16:30 +01:00
tibbi 0b03a23e2c update version to 6.10.8 2019-12-17 18:09:50 +01:00
Tibor Kaputa 3996202e63
Merge pull request #1667 from LuisAlfredo92/patch-1
Update strings.xml
2019-12-17 17:56:39 +01:00
tibbi 37cb4f2608 updating commons to 5.21.0 2019-12-17 17:43:52 +01:00
Luis Alfredo Figueroa Bracamontes ceb3347031
Update strings.xml
Fix a little error
2019-12-16 21:24:27 -06:00
Luis Alfredo Figueroa Bracamontes 60772f2288
Update strings.xml
I've translated the long description of the app and corrected some things
I hope I've done it good
2019-12-16 21:06:56 -06:00
Guillaume 0b72305000
Dutch 2019-12-16 22:05:26 +01:00
tibbi 290ff6f993 adding extra null checks at extended details fetching 2019-12-16 20:54:34 +01:00
Tibor Kaputa d730278659
Merge pull request #1664 from Solatec/patch-63
Update strings.xml
2019-12-16 18:57:33 +01:00
Solatec Informàtica 27deeebe0f
Update strings.xml 2019-12-16 17:35:02 +01:00
Solatec Informàtica 94d3486ffb
Update strings.xml 2019-12-16 17:34:11 +01:00
Tibor Kaputa a8115c1b48
Merge pull request #1662 from spkprs/patch-25
Update strings.xml
2019-12-16 16:54:16 +01:00
solokot bc740ce7c5
Updated Russian language 2019-12-16 17:03:33 +03:00
spkprs a9e335d9f6
Update strings.xml 2019-12-16 16:15:41 +03:00
tibbi 17bf943066 adding a new string related to file edited successfully 2019-12-16 12:05:28 +01:00
zmni d84dd06f9f Update Indonesian translation 2019-12-15 17:24:29 +07:00
AlbatorV a6e50c74c1
Update strings.xml 2019-12-14 08:50:24 +01:00
tibbi 774ec21c9b update version to 6.10.7 2019-12-12 14:45:09 +01:00
tibbi 19efea09f8 reverting constraintlayout back to beta 2 2019-12-12 14:35:39 +01:00
tibbi c681f62c30 allow adding Resize at the bottom actions 2019-12-12 14:24:25 +01:00
tibbi bd7ae6b182 removing the dividers from the file thumbnails list view too 2019-12-12 14:12:36 +01:00
tibbi 8dac3880d6 refreshing the directories list view UI, remove dividers 2019-12-12 14:05:46 +01:00
tibbi fd52c7c225 implementing the Resize function at fullscreen resizing 2019-12-12 12:22:13 +01:00
tibbi 8ba998d3ae return both the resolution and path from the new dialog 2019-12-12 11:59:56 +01:00
tibbi 787a672c7f creating a dialog with resize and saving 2019-12-12 11:38:47 +01:00
tibbi e632740972 just moving a function, no real change 2019-12-12 11:09:02 +01:00
tibbi 7fda22e5d5 adding a menu item at viewpager for resizing images 2019-12-12 11:07:34 +01:00
tibbi 943c4a0cb8 reordering some more menu items 2019-12-12 10:54:26 +01:00
tibbi 230d028227 allow creating file shortcuts from the thumbnail view 2019-12-12 10:35:23 +01:00
tibbi 0c14a82284 reordering some cab menu items 2019-12-12 10:17:29 +01:00
tibbi 6e2696479e reordering some main screen and folder screen menu items 2019-12-12 10:11:46 +01:00
tibbi 59ab305a84 updating gradle and commons 2019-12-11 12:23:24 +01:00
tibbi 041f8b77a9 updating commons, remember Export settings path 2019-12-03 23:53:00 +01:00
tibbi d95b9c1129 migrate album covers at exporting/importing settings too 2019-12-03 22:45:59 +01:00
tibbi f3168e5f97 fix a glitch at empty screen with direct subfolder grouping 2019-12-03 22:17:32 +01:00
tibbi ca8ab6f43e update commons to 5.20.3 2019-12-02 23:26:19 +01:00
tibbi 8e8f23e6d1 catch exceptions at fetching photo gps coordinates 2019-12-02 10:22:55 +01:00
tibbi b5f72faf2d adding some resources null checks 2019-12-02 10:17:43 +01:00
tibbi 54b8380533 updating some arabic strings 2019-11-30 16:31:46 +01:00
tibbi 60473dfbea update version to 6.10.6 2019-11-28 23:32:44 +01:00
tibbi c0da2ef6c6 fix #1648, properly handle View intent with no data, launch main screen 2019-11-28 23:23:56 +01:00
tibbi 518126de3a updating some libraries 2019-11-28 21:56:26 +01:00
tibbi d06a01ea32 adding some more exclamation marks 2019-11-28 21:51:32 +01:00
tibbi a1b390190e adding 2 more null checks 2019-11-27 22:28:38 +01:00
tibbi 1d0f129e85 adding some exclamation marks in preparation for sdk 29 2019-11-25 22:41:57 +01:00
tibbi 67d4c1ecbe updating commons and kotlin 2019-11-22 18:31:37 +01:00
tibbi 7affe4f6af adding some crashfixes at fullscreen fragments 2019-11-22 15:49:02 +01:00
Sérgio Marques 3cc6ac90d1
Update strings.xml 2019-11-18 22:43:31 +00:00
tibbi a2ef729170 removing a debug toast 2019-11-16 08:46:39 +01:00
tibbi fe39e552fd adding arabis translation 2019-11-13 18:08:46 +01:00
tibbi 250ed1a5bf update version to 6.10.5 2019-11-10 12:55:05 +01:00
tibbi 8c509ac525 fix #1544, allow picking videos as folder covers 2019-11-10 10:48:43 +01:00
tibbi 59be8838c4 toggle fullscreen mode on click on all devices, not just chromebooks 2019-11-10 10:39:45 +01:00
tibbi 35de514ee3 adding a null check at fetching photo path 2019-11-10 10:17:37 +01:00
Tibor Kaputa 16592bb78c
Merge pull request #1638 from solokot/master
translation the apps short description
2019-11-10 09:53:36 +01:00
tibbi 2d08bd3898 do not show (hidden) after cached folder, if inappropriate 2019-11-09 23:33:51 +01:00
tibbi 296c36fef9 update commons to 5.19.10 2019-11-09 23:23:00 +01:00
tibbi 3754359184 update commons ot 5.19.9 2019-11-09 23:11:17 +01:00
solokot 1fee52d849
Merge pull request #60 from SimpleMobileTools/master
upd
2019-11-10 00:19:15 +03:00
tibbi 6891c3c2b6 replacing the colon with a dash in the app title 2019-11-09 12:54:11 +01:00
tibbi 1eada20f73 updating commons to 5.19.2 2019-11-05 19:15:16 +01:00
tibbi c15b04584c update version to 6.10.4 2019-11-05 11:32:44 +01:00
tibbi 2cb467d50f revert constraintlayout back to beta2 to fix a font size glitch 2019-11-05 11:11:16 +01:00
tibbi ff99d19176 make exception at Picasso onError image loading nullable 2019-11-05 11:07:31 +01:00
tibbi 1c7fbc19ad adding some OTG file recycle bin related improvements 2019-11-05 00:12:07 +01:00
tibbi 04ecb6e0b4 fix moving OTG files in the recycle bin 2019-11-04 23:36:08 +01:00
tibbi 556a775848 adding some OTG file related improvements 2019-11-04 22:22:39 +01:00
solokot d671864060
Update strings.xml 2019-11-03 19:23:50 +03:00
fricyo b90b42dac5
Update Translation 2019-11-03 14:17:46 +08:00
Guillaume d92aee6711
Dutch 2019-11-02 14:23:12 +01:00
Tibor Kaputa 0be1e971cd
Merge pull request #1627 from Solatec/patch-61
Update strings.xml
2019-11-01 09:51:03 +01:00
Solatec Informàtica 9b7b25f71f
Update strings.xml 2019-11-01 08:43:04 +01:00
Solatec Informàtica 155831464e
Update strings.xml 2019-11-01 08:38:22 +01:00
spkprs 79b6c624a9
Update strings.xml 2019-10-31 20:34:19 +03:00
tibbi b3894bb8be updating the app short description 2019-10-31 17:46:05 +01:00
zmni 0b26d01620 Update indonesian translation 2019-10-30 18:57:37 +07:00
tibbi 2e65be00d6 update version to 6.10.3 2019-10-27 10:58:33 +01:00
tibbi 503da545fc adding some crashfixes 2019-10-27 10:52:34 +01:00
tibbi 115eaa1e97 updating Room to 2.2.1 2019-10-27 10:52:26 +01:00
tibbi d537fff610 updating commons to 5.18.14 2019-10-27 10:30:33 +01:00
tibbi 47c360f920 fix #1617, show proper filename at resuming the fullscreen view 2019-10-27 10:25:59 +01:00
solokot 37f1735dca
fix shortening the russian app title 2019-10-25 08:54:16 +03:00
Sérgio Marques a9394441f7
Update strings.xml 2019-10-19 15:39:47 +01:00
tibbi e98dee38d0 shortening the russian app title so the Pro fits there 2019-10-16 20:02:54 +02:00
tibbi a7c0669cb6 updating version to 6.10.2 2019-10-13 21:35:18 +02:00
tibbi c428b364f4 update commons to 5.18.12 2019-10-13 21:31:40 +02:00
tibbi 1875dd8017 updating commons and subsampling 2019-10-13 15:56:27 +02:00
FTno 26338f1f0d
Update strings.xml
Norwegian (nb) translation update
2019-10-13 10:11:41 +02:00
tibbi 642b8fdca0 add glide compiler to fix SVG displaying 2019-10-13 09:39:44 +02:00
tibbi 7a5398e6d0 updating commons and android-gif-drawable 2019-10-11 10:54:26 +02:00
YeongChan Lee a8b5d56ce1
Update Korean translation
Minor fixes
2019-10-08 16:49:22 +09:00
tibbi 85e81f8b08 update version to 6.10.0 2019-10-06 19:08:11 +02:00
tibbi 0d1db78e90 fix #1611, removing some portrait related crashes 2019-10-06 19:02:09 +02:00
sawka6630 1651cb83a1
Update strings.xml 2019-10-05 16:30:18 +03:00
tibbi 3b05ddcb56 update version to 6.10.0 2019-10-04 14:36:42 +02:00
tibbi f821fc0727 do not allow changing portrait photos by clicking in fullscreen mode 2019-10-04 12:13:54 +02:00
tibbi 4848616d88 do not allow clicking empty portrait placeholders 2019-10-04 12:09:28 +02:00
tibbi dcd7c96380 updating commons 2019-10-04 11:58:34 +02:00
tibbi 094ecbee19 updating commons to 5.18.2 2019-10-03 23:35:51 +02:00
YeongChan Lee 7dc70c9685
Update Korean translation 2019-10-03 18:08:13 +09:00
tibbi b6c919be85 load the proper Portrait image 2019-10-02 23:39:29 +02:00
tibbi 04e49086f8 store the currently visible portrait path at the fragment 2019-10-02 23:19:56 +02:00
tibbi 1dbe82e074 avoid calling a redundant click on portrait images 2019-10-02 23:11:25 +02:00
tibbi 17003c6ab1 focus the proper portrait photo at swiping the stripe 2019-10-02 22:13:04 +02:00
tibbi efee783e1f minor cleanup, moving some code in separate functions 2019-10-02 21:07:05 +02:00
tibbi fd34074a48 properly handle the default portrait image selection 2019-10-02 20:57:49 +02:00
tibbi 615f32935c minor code style update 2019-10-02 19:59:31 +02:00
tibbi 687b8697c8 update the current portrait photo on click 2019-10-02 19:53:12 +02:00
tibbi 420a6459e7 add portrait photo scrolling at selection 2019-10-02 19:51:09 +02:00
tibbi d70dd26ea6 properly determine the default portrait photos cover 2019-10-02 19:36:50 +02:00
tibbi 29cd22bda7 improve portrait photos positioning 2019-10-02 19:25:27 +02:00
tibbi 3c151e27a6 allow sliding portrait photos to side 2019-10-02 16:43:41 +02:00
tibbi 1e9318a789 avoid accessing mMedium before it was initialized 2019-10-02 12:15:18 +02:00
tibbi 3ed598c2fd add portrait photos on a stripe 2019-10-02 11:46:09 +02:00
tibbi f1a4e21d94 adding a portrait photo stripe 2019-10-01 23:13:17 +02:00
tibbi ac39523478 show the portrait icon at the thumbnails only when appropriate 2019-10-01 22:07:54 +02:00
tibbi 84dd54f5a8 allow zooming portrait images 2019-10-01 22:06:01 +02:00
tibbi 138f563534 show a Portrait icon when appropriate 2019-10-01 21:47:43 +02:00
fricyo 797337ac06
Update Translation 2019-10-01 20:36:23 +08:00
tibbi 740a19e594 improve portrait file recognizing 2019-10-01 12:37:38 +02:00
tibbi 3bdca11698 show portrait folders in some cases 2019-10-01 10:41:51 +02:00
tibbi 7db3b82ae0 adding more portrait filetype related improvements 2019-09-30 23:52:14 +02:00
tibbi ff79038efa avoid concurrent arraylist modification at portrait fetching 2019-09-30 15:04:55 +02:00
Tibor Kaputa 9f7afabc7f
Merge pull request #1604 from Solatec/patch-59
Update strings.xml
2019-09-30 14:41:14 +02:00
Solatec Informàtica 8f5f559c5b
Update strings.xml 2019-09-30 11:25:10 +02:00
Solatec Informàtica e6c5be3c34
Update strings.xml 2019-09-30 11:24:19 +02:00
tibbi bac9bf57b1 properly retrieve cached portrait photos 2019-09-30 10:49:54 +02:00
Tibor Kaputa de40d67940
Merge pull request #1603 from solokot/master
Updated Russian language
2019-09-30 10:15:15 +02:00
solokot a5ec5e6e2c
Updated Russian language 2019-09-30 10:04:11 +03:00
Tibor Kaputa 3f21842e11
Merge pull request #1600 from ltGuillaume/patch-1
Dutch
2019-09-30 08:51:47 +02:00
Tibor Kaputa 4935d64b7b
Merge pull request #1601 from chreddy/patch-13
Update danish translation
2019-09-30 08:51:40 +02:00
Tibor Kaputa df5d7b72e8
Merge pull request #1602 from spkprs/patch-23
Upd.xml
2019-09-30 08:51:31 +02:00
tibbi e684c660b5 add more handling for Portrait file type 2019-09-29 23:18:40 +02:00
spkprs 30ce41e57c
Update strings.xml 2019-09-29 23:58:56 +03:00
tibbi bc455addb4 do not show portrait folders on the main screen 2019-09-29 22:46:24 +02:00
chreddy 67e5cd26c0
Update danish translation 2019-09-29 22:39:48 +02:00
Guillaume 0f817346b3
Dutch 2019-09-29 22:33:29 +02:00
tibbi 230d793a40 removing a redundant config call 2019-09-29 22:08:31 +02:00
tibbi ad85ec5a63 start showing portrait photos better, if appropriate 2019-09-29 22:04:19 +02:00
tibbi 9308353862 adding a new string for Portrait photos 2019-09-29 21:59:29 +02:00
tibbi 49ad4d812f add only Portrait folders in subdirs at fetching media 2019-09-29 21:35:08 +02:00
tibbi 77f3c3adb6 split directories at media fetching into a separate arraylist 2019-09-27 15:26:58 +02:00
tibbi 2d2f84e956 adding an icon for Portrait photos 2019-09-27 13:24:42 +02:00
tibbi 26fa0c9902 escaping an apostrophe 2019-09-24 19:51:02 +02:00
unbranched 0adb0b3388 Italian update 2019-09-21 17:22:49 +02:00
AlbatorV 02cc8ae983
Update strings.xml 2019-09-21 14:55:14 +02:00
Tibor Kaputa 68e14e00de
Merge pull request #1588 from FatihFIRINCI/patch-7
Update Turkish strings.xml
2019-09-16 09:33:58 +02:00
tibbi c5d14599d6 update commons to 5.17.17 2019-09-16 09:05:56 +02:00
tibbi 57485cf71f fixing a typo at the german translation 2019-09-16 09:02:06 +02:00
Fatih Fırıncı ccc7f64171
Update strings.xml 2019-09-16 01:05:34 +03:00
tibbi da5f0dfcd6 update version to 6.9.6 2019-09-12 22:59:33 +02:00
tibbi 3673378434 show the recycle bin in some extra cases, if not empty 2019-09-12 22:51:42 +02:00
tibbi 1bb3cc54d8 load fullscreen images quicker 2019-09-12 22:14:10 +02:00
tibbi ac462f5a3c fetch the file name only when needed 2019-09-12 20:22:29 +02:00
tibbi af3b4e46f0 properly fetch the Date Taken value on Android 10 2019-09-12 20:21:25 +02:00
Vortex fa0bc02f45
improve Chinese translation 2019-09-12 11:26:01 +08:00
tibbi 4d016a9e09 fixing an error with no folders for scanning 2019-09-10 09:34:49 +02:00
tibbi d8af7afb9a update version to 6.9.5 2019-09-08 11:54:23 +02:00
tibbi 049a63a04d update commons to 5.17.13 2019-09-08 11:35:59 +02:00
tibbi acdefe7b0a disabling some OTG related code as its handling changed once again 2019-09-08 11:25:45 +02:00
Tibor Kaputa ac26c77351
Merge pull request #1583 from sawka6630/patch-1
Update Ukrainian translation
2019-09-07 22:53:31 +02:00
tibbi 50e39315a5 fix #1576, properly handle fullscreen toggling on Chromebooks 2019-09-07 22:53:07 +02:00
sawka6630 bfe867f262
Update strings.xml 2019-09-07 23:30:44 +03:00
tibbi 94d34904d5 properly handle date taken after editing too 2019-09-07 17:25:59 +02:00
tibbi 06b5a71c07 Merge branch 'master' of github.com:SimpleMobileTools/Simple-Gallery 2019-09-07 17:11:32 +02:00
tibbi 28981ac870 improve FixDateTaken, rescan paths missing from mediastore if necessary 2019-09-07 17:11:20 +02:00
Sérgio Marques 74d23b0ff3
Update strings.xml 2019-09-07 01:12:44 +01:00
tibbi 255448fca2 moving the editor bottom line a bit up 2019-09-06 14:46:03 +02:00
tibbi 1030021ca1 properly handle Date Taken value at file copy/move 2019-09-06 12:35:12 +02:00
tibbi 7f73b9259e updating some libraries 2019-09-06 08:32:17 +02:00
solokot fcc4307de1
Update strings.xml 2019-09-06 09:01:07 +03:00
zmni 0c76be7b09
Merge branch 'master' into translation 2019-09-04 22:45:15 +07:00
zmni 13278d4491
Minor fix 2019-09-04 22:42:55 +07:00
zmni bad4deb18d
Minor fix 2019-09-04 22:42:06 +07:00
zmni 09f819a63c Update Indonesian translation 2019-09-04 22:27:50 +07:00
Tibor Kaputa ed5f855dbd
Merge pull request #1577 from Solatec/patch-57
Update strings.xml
2019-09-04 09:22:55 +02:00
Solatec Informàtica 9faacb4a7c
Update strings.xml 2019-09-04 09:17:35 +02:00
Solatec Informàtica 693df96bf1
Update strings.xml 2019-09-04 09:16:40 +02:00
Tibor Kaputa ef66694b67
Merge pull request #1573 from spkprs/patch-22
Update strings.xml
2019-09-04 09:04:52 +02:00
Tibor Kaputa a08ecc4479
Merge pull request #1574 from ltGuillaume/patch-1
Dutch
2019-09-04 09:04:46 +02:00
fricyo 9fae3c67c7
Update Translation 2019-09-04 09:36:09 +08:00
Guillaume 79e42c77e8
Dutch 2019-09-04 03:10:37 +02:00
spkprs 43f7cd7eee
Update strings.xml 2019-09-04 00:38:00 +03:00
tibbi fff42bf309 updating Commons to 5.17.3 2019-09-03 23:27:15 +02:00
tibbi 1c20589d4d adding a setting for toggling file type visibility 2019-09-03 23:25:30 +02:00
tibbi 2aed30bd72 show gif/raw/svg indications at file thumbnails 2019-09-03 22:59:31 +02:00
tibbi 629bc2d463 adding a new string about showing file type indication at thumbnails 2019-09-03 22:49:47 +02:00
tibbi e095ee7421 fix #1552, fixing a glitch related to removing multiple folders at once 2019-09-03 21:07:53 +02:00
tibbi e582dd6034 fix #1571, properly handle the backstack at using shortcuts 2019-09-03 20:16:00 +02:00
unbranched d17748dce2
Italian translation update 2019-09-02 10:57:55 +02:00
AlbatorV 5f468343bc
Update strings.xml 2019-08-27 10:58:10 +02:00
tibbi 800111902e updating kotlin, commons, gradle 2019-08-27 10:51:40 +02:00
tibbi 4d87543956 update version to 6.9.4 2019-08-21 14:52:57 +02:00
tibbi 84110a0638 load the fullscreen image in full resolution with Glide 2019-08-21 14:28:27 +02:00
tibbi b97693d8f8 update version to 6.9.3 2019-08-19 16:09:14 +02:00
Hevesi János e3bf77a2ba
Update strings.xml 2019-08-19 08:54:39 +02:00
tibbi 170decd866 properly handle videos in case the pixels arent square (wtf) 2019-08-18 12:03:10 +02:00
tibbi 9b0567e7bc lets use Glide for Subsampling image decoding, keep Picasso only at regions 2019-08-17 16:36:03 +02:00
tibbi ec89f03c20 update commons to 5.16.12 2019-08-16 14:13:11 +02:00
tibbi 6f41866738 update commons to 5.16.10 2019-08-15 20:47:31 +02:00
tibbi 885dd2b07a update commons to 5.16.9 2019-08-15 13:08:40 +02:00
tibbi f96ef68471 update version to 6.9.2 2019-08-11 22:13:48 +02:00
tibbi c6a8d6d02a fixing some menu color customization related glitches 2019-08-11 21:39:43 +02:00
tibbi bb109fce95 update the top menu colors depending on the primary color B/W 2019-08-11 17:32:49 +02:00
tibbi 6033d6a812 adding a null check at the MediaSideScroll 2019-08-11 15:56:38 +02:00
tibbi 4595f6549a lets show some error messages during file fetching 2019-08-11 15:50:28 +02:00
tibbi c93705ebef reordering a few lines around media fetching 2019-08-11 15:22:25 +02:00
tibbi 82aa3e4bd7 adding a new FAQ item about downloading issues 2019-08-11 12:54:55 +02:00
tibbi a66596f160 try improving the image loading performance on weaker devices 2019-08-11 12:10:13 +02:00
tibbi f2b41a3758 updating Subsampling version 2019-08-10 23:02:46 +02:00
tibbi 51260d351f fix #1523, check SAF dialog at restoring recycle bin items to SD cards 2019-08-10 21:59:39 +02:00
tibbi 2de3e9abc4 fix #1537, fixing a glitch at opening Favorite videos 2019-08-10 21:34:58 +02:00
tibbi f43784e90a fix date taken values automatically after file copy/move 2019-08-10 20:38:40 +02:00
tibbi 9433184d6b catching another exception at deleting dir paths 2019-08-10 20:03:55 +02:00
tibbi 70ef61e0ac catch exceptions thrown at updating widgets 2019-08-10 19:59:46 +02:00
tibbi b85814c7f8 updating some remaining icons to vectors 2019-08-10 17:45:58 +02:00
tibbi 67d6a9434e updating commons with some new vector icons 2019-08-09 12:01:01 +02:00
tibbi e7589591cb updating commons, replace some new icons with vectors 2019-08-09 11:02:20 +02:00
tibbi 1b5dae2e43 start replacing some icons with vectors 2019-08-08 19:46:40 +02:00
tibbi 197d504326 do some preparations for allowing decimals at aspect ratios 2019-08-04 11:03:23 +02:00
tibbi 51673ebdf4 do not allow clicking file thumbnails, when activity is finishing 2019-08-03 18:17:12 +02:00
tibbi 8b09b19df2 update version to 6.9.1 2019-08-03 13:34:52 +02:00
tibbi 2196d1f4f9 adding a crashfix 2019-08-03 09:25:42 +02:00
tibbi 34a4b15be2 update version to 6.9.0 2019-08-02 17:25:05 +02:00
tibbi 3d605b3561 Allow toggling between the old renaming of appending/prepending or using a pattern 2019-08-02 17:23:19 +02:00
tibbi bf11b7135e update commons to 5.15.22 2019-08-02 17:18:07 +02:00
tibbi 995ae1402b rewriting the way exoplayer handles videos, fixing some glitches 2019-08-02 17:00:27 +02:00
tibbi 70dcad6168 removing an empty line 2019-08-02 15:57:35 +02:00
tibbi 860ea21386 improve the main screen performance, rescan folders with new images first 2019-08-02 14:00:19 +02:00
tibbi 5863180738 if a parent folder contains .nomedia, add it to included folders at unhiding 2019-08-01 23:36:12 +02:00
Pzqqt 1d78acb27a
Update strings.xml 2019-08-01 09:46:59 +08:00
FTno 2b0e80d5d6
Update strings.xml
Norwegian (nb) translation update
2019-07-31 13:08:48 +02:00
tibbi 8a63261c95 updating the app description and feature graphic, mostly for f-droid 2019-07-30 22:55:57 +02:00
tibbi a0617612fd update version to 6.8.4 2019-07-29 19:39:01 +02:00
tibbi 28ec4ef02d show navbar customization and share order at Whats New 2019-07-29 19:35:21 +02:00
tibbi dd8e03a9d6 update commons to 5.15.15 2019-07-29 19:35:03 +02:00
tibbi bc3683deb9 adding some crashfixes 2019-07-29 17:46:13 +02:00
tibbi 29f8f449b9 fix #1520, avoid showing some invalid folders as files 2019-07-29 13:13:53 +02:00
tibbi 73fef1a737 fix #1005, share items in the order they were selected 2019-07-29 12:51:43 +02:00
tibbi 028dd1e03b apply the new sideloading check at the editor too 2019-07-28 20:47:50 +02:00
tibbi f19ddf1a0d add the sideloading check in more activities 2019-07-28 20:40:57 +02:00
tibbi af96e77313 catching some exceptions at adding media in db 2019-07-28 19:50:15 +02:00
tibbi 9c7c995251 moving whole new photo fetcher handling on a background thread 2019-07-28 19:30:17 +02:00
tibbi b1b173081a adding some extra check to avoid deleting new nonempty folders 2019-07-28 19:17:01 +02:00
tibbi fa62914cb0 fix #1511, adding some ImageView content descriptions 2019-07-28 17:58:59 +02:00
tibbi 547f27cddf fix #1522, fixing some constraintlayout view rules 2019-07-28 17:24:18 +02:00
tibbi fd0014cbe6 make use of some new .nomedia checking extensions 2019-07-24 14:35:11 +02:00
AlbatorV e18676d30c
Update strings.xml 2019-07-22 21:27:47 +02:00
spkprs 5df1605fed
Update strings.xml 2019-07-22 14:11:35 +03:00
tibbi cde70c40f6 ignore saved video positions at export/import 2019-07-22 11:47:59 +02:00
Tibor Kaputa bb20903dcd
Merge pull request #1512 from 10cents/patch-4
switch_to_file_search
2019-07-21 22:31:07 +02:00
Tibor Kaputa e5713d327b
Merge pull request #1516 from siswonugroho/patch-3
Update indonesian strings.xml
2019-07-21 22:24:31 +02:00
en2sv 004224acc9
Update Swedish translation 2019-07-21 20:24:36 +02:00
siswonugroho 351218c8ae
Update indonesian strings.xml
Translate some untranslated words.
2019-07-21 14:29:10 +07:00
10cents 7bba519593
switch_to_file_search 2019-07-20 14:43:38 +00:00
Fatih Fırıncı 3c9c974b71
Update strings.xml 2019-07-17 23:00:26 +03:00
sawka6630 128de2665b
Update Ukrainian translation 2019-07-16 20:27:00 +03:00
tibbi 51723566ab update version to 6.8.3 2019-07-15 00:24:31 +02:00
tibbi cf23433e0e updating commons to 5.15.1 2019-07-15 00:16:57 +02:00