Commit graph

140 commits

Author SHA1 Message Date
Jan Christian Grünhage a76cf7e3e4
Added countly for crash reporting/analytics. Updated library versions. 2017-03-28 14:28:07 +02:00
Jan Christian Grünhage 2f7369abd8
Merge branch 'release/v0.9.5.2' into develop 2017-03-19 15:05:43 +01:00
Jan Christian Grünhage a7e2c1de89
Version Bump 2017-03-19 15:05:25 +01:00
Jan Christian Grünhage e016799616
Updated libs, since F-Droid now seems to support these newer versions. 2017-03-19 15:04:39 +01:00
Jan Christian Grünhage 65d5dceec3 Merge pull request #21 from jcgruenhage/master
Not sure why this commit is only on master and not on develop.
2017-03-19 14:59:22 +01:00
Jan Christian Grünhage 1d8ffc81aa Added F-Droid Badge 2017-03-19 14:49:47 +01:00
Jan Christian Grünhage 0bb4a5d586
Version bump and library downgrade, to get working F-Droid build. 2017-03-14 09:39:18 +01:00
Jan Christian Grünhage afc5d3fe2a Merge branch 'develop' 2017-03-11 14:19:08 +01:00
Jan Christian Grünhage fb620132e8
Version Bump 2017-03-11 14:17:12 +01:00
Jan Christian Grünhage d1f0823f3c
Automated "About" preference screen values (version and build date) 2017-03-11 14:16:40 +01:00
Jan Christian Grünhage 6c7832f1e6 Merge pull request #16 from jcgruenhage/update-libs
Updated libraries and replaced mp3agic jar with gradle dependency.
2017-03-11 11:15:04 +01:00
Jan Christian Grünhage a0fda16193
Updated libraries and replaced mp3agic jar with gradle dependency. 2017-03-11 11:11:26 +01:00
Jan Christian Grünhage 9ba16eba8b Merge pull request #14 from jcgruenhage/CrashHandlerDeviceDetails
Device Info and SDK in crash handler.
2017-03-10 11:57:14 +01:00
Jan Christian Grünhage 6ecfb05391
Added some more info and a debug setting to test the crash handler. 2017-03-10 11:51:40 +01:00
Mark Gillespie 9c6e32a537 Device Info and SDK in crash handler. 2017-03-10 10:16:41 +00:00
Jan Christian Grünhage 387b2e2c0a Merge pull request #13 from jcgruenhage/IntroGraphics
Intro graphics
2017-03-10 00:43:50 +01:00
Mark Gillespie 017768e88b Removed stray artefact in the corner (I used online PNG to SVG converter) 2017-03-09 23:21:43 +00:00
Mark Gillespie b47c907919 Remove cloud download (not referenced). superuser to SVG. 2017-03-09 22:34:19 +00:00
Mark Gillespie 587a14a67c Folder access and copyright warning to SVG. 2017-03-09 22:15:35 +00:00
Mark Gillespie bcf951e6d1 Playmusicexporter icon to SVG 2017-03-09 21:34:22 +00:00
Mark Gillespie a5a26ee2b6 Use Android Studio to convert anything than can be, to the more efficient and preferred WebP format. 2017-03-09 18:57:58 +00:00
Mark Gillespie 7dafd21843 Refresh button (#11)
* Added a refresh button to bin the previous database, copy the new one, and reload it into the UI.   Saves having to kill the app and re-open to see the latest changes. Should address "Issue #8 Reload Play Music Files"

* Pull Request actions.

* Fixed Typo and Translation
2017-03-09 15:08:51 +00:00
Jan Christian Grünhage 67d6fd5ffb Merge pull request #10 from jcgruenhage/AndroidStudio23
Just tested this, works.
2017-03-08 11:06:02 +01:00
Mark Gillespie 59e90a7ab6 Gradle 2.3.0 2017-03-06 19:26:45 +00:00
Jan Christian Grünhage c33c463327 Added Matrix/IRC Chatroom 2017-02-27 22:43:33 +01:00
Jan Christian Grünhage c8dd62f9c2
Version Bump 2017-02-01 13:46:15 +01:00
Jan Christian Grünhage 1af76ee43d
Merge branch 'release/v0.9.4' 2017-02-01 13:32:01 +01:00
Jan Christian Grünhage dc1c2018eb
Add .idea/misc.xml to .gitignore 2017-01-30 21:01:02 +01:00
Jan Christian Grünhage 353e9cdef7
This does not need to be under version control 2017-01-30 20:57:06 +01:00
Jan Christian Grünhage c52f99fbf0
Fixed AutoExports running even when they were disabled. 2017-01-30 20:45:13 +01:00
Jan Christian Grünhage 6dcfb36482
Updated Lib versions, Readded gradle-wrapper.properties, this should be under version control. 2017-01-30 20:41:06 +01:00
Mark Gillespie 9b4c54557b updated gitignore 2017-01-28 08:46:08 +00:00
Mark Gillespie 381fd5c910 Move the powermanager before the intent. Removed wrapper properties from source control. This is dynamically generated. 2017-01-27 18:21:34 +00:00
Mark Gillespie 259a989505 Merge branch 'develop' into overwrite_preference 2017-01-26 18:34:53 +00:00
Mark Gillespie a8c51db21b Null check in here to prevent a random crash. 2017-01-26 18:33:51 +00:00
Jan Christian Grünhage c1b2473097
Changed gradle version, test for circleci 2017-01-24 19:36:20 +01:00
Mark Gillespie 180fdb0e59 Merge branch 'develop' into overwrite_preference 2017-01-24 08:38:12 +00:00
Jan Christian Grünhage ef06717ae4
Updated to gradle 3.3 and plugin 2.3 beta 2 2017-01-23 19:06:35 +01:00
Mark Gillespie bbda51b845 Had some occasional crashes from this wakelock code. 2017-01-21 13:08:48 +00:00
Mark Gillespie 3794434085 Use uniqueID in the filenames. This appears to help with some file corruption problems I have been seeing (wrong tracks, or 0 byte files). Some more testing to see if this is truly fixed. Treat 0 byte as garbage that needs overwriting. 2017-01-21 13:08:07 +00:00
Mark Gillespie 7502842cdd Change {group} tag to {playlist} ({group} is still understood in switch for backwards compat).
Tidy up tag list dialog (missing \n in de)
Include {playlist} in the separate tag list for the playlists.
2017-01-20 23:33:37 +00:00
Mark Gillespie cdf640b21f This one too. 2017-01-20 21:48:29 +00:00
Mark Gillespie 2af33709ec Stop tracking these too (still builds in Android Studio 2.2.3 with a clean repo) 2017-01-20 21:11:45 +00:00
Mark Gillespie ac32a41d69 Removing some things that I think shouldn't be tracked. (causes chaos, as it constantly want to try and check these in, and because they are tracked, they can't be ignored by git. 2017-01-20 21:00:28 +00:00
Jan Christian Grünhage 86e0b7c02a
isAlreadyThere caused an IllegalArgumentException, when called with the default export path without enabling force overwrite. 2017-01-20 11:03:47 +01:00
Jan Christian Grünhage dc87dc7c4b
Merge branch 'overwrite_preference' of github.com:jcgruenhage/PlayMusicExporter into overwrite_preference 2017-01-20 10:47:10 +01:00
Jan Christian Grünhage b69fa49451
Removed APK from project, this has not been updated since the fork anyway and the apks can be found in the github release anyway. 2017-01-20 10:46:50 +01:00
Mark Gillespie b503cfb966 Trying to prevent deep sleeping during big exports. (export would totally stall, and then resume when device was woken up). Not really what was wanted. Testing this out.... 2017-01-20 08:38:13 +00:00
Mark Gillespie 6529c82896 Merge branch 'develop' into overwrite_preference 2017-01-19 23:08:29 +00:00
Mark Gillespie 81035f1082 Rebased on branch from develop. Overwrite files preference and renamed "groups" to "Playlists" (The term Groups really confused me!!!). 2017-01-19 23:03:44 +00:00