Commit graph

83 commits

Author SHA1 Message Date
Jan Christian Grünhage 51c1fc4d26 Merge pull request #41 from J05HI/wrong-confirm-button
Fix wrong confirm button label
2017-08-11 22:45:15 +02:00
Joshua Ott 75f5520759 Fix wrong confirm button label 2017-08-11 20:45:53 +02:00
Joshua Ott eb7a2ed319 Update app name translation 2017-08-11 20:35:35 +02:00
Joshua Ott 1c8177622d Update some translations 2017-08-11 20:13:43 +02:00
Jan Christian Grünhage 204829ac5b
Fixes for #30 and #25, as well as some other little things:
- Disabled JACK Toolchain, moved to native Java 8 support instead.
 - Updated gradle plugin from 2.3 to 2.4-alpha6
 - Removed the paragraph about bithub from the README
 - Rephrased some things about why 5.0 is minimum
 - Made analytics opt-in on first launch
 - Extracted strings from the intro
 - Added [LeakCanary](https://github.com/square/leakcanary)
2017-04-22 15:40:29 +02:00
Jan Christian Grünhage 2f17819dbb
Version Bump, changing a lot of minor stuff suggested by Android Studio. 2017-03-29 00:31:10 +02:00
Jan Christian Grünhage 3374b3f8d0
Added exception reporting for tag writing failures. 2017-03-28 17:50:21 +02:00
Jan Christian Grünhage bd7cd4d8ef
This should fix #24. 2017-03-28 15:34:35 +02:00
Jan Christian Grünhage ac9c89ce6f
Removed countly maven repo, since it is available from jcenter too. Also updated library version in the framework. 2017-03-28 14:55:24 +02:00
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 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 0bb4a5d586
Version bump and library downgrade, to get working F-Droid build. 2017-03-14 09:39:18 +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 6ecfb05391
Added some more info and a debug setting to test the crash handler. 2017-03-10 11:51:40 +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 c8dd62f9c2
Version Bump 2017-02-01 13:46:15 +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 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 bbda51b845 Had some occasional crashes from this wakelock code. 2017-01-21 13:08:48 +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 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 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 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
Jan Christian Grünhage 05ebba3da1
Bump version number (again) 2017-01-19 00:44:54 +01:00
Jan Christian Grünhage 3fc9540791
Added Translation, moved code in ExportAllService, try catch was not trying anything. 2017-01-19 00:42:22 +01:00
Jan Christian Grünhage 42b72e822a
Merge branch 'feature/automation_fix' into develop
# Conflicts:
#	framework/framework.iml
#	playmusicexporter/playmusicexporter.iml
#	playmusicexporter/src/main/java/re/jcg/playmusicexporter/settings/PlayMusicExporterPreferences.java
2017-01-19 00:23:20 +01:00
Jan Christian Grünhage b3901dc04b
Translations, bumped version number. 2017-01-19 00:04:25 +01:00
Jan Christian Grünhage e3dac5c1d3
Set proper defaults.
Also switched from using alba to using albums, since it is more common.
This does not include the names of variables or key string contents, only those visible to the user.
The other occurrences might be changed to albums later too, or these changed reverted to alba.
2017-01-18 23:54:14 +01:00
Jan Christian Grünhage f2a8a24e28
Finished AppIntro
The minSdk bump in the libs come from the try to use lambdas, but JACK does not work with lambdas in libraries yet, but who still uses gingerbread anyway.
2017-01-18 23:40:51 +01:00
Jan Christian Grünhage 43dd39951c
Started Implementing the Introduction, still a lot missing, 2017-01-15 22:36:02 +01:00
Jan Christian Grünhage 57f721b6cf
Switched to Java 1.8, enabled JACK
I made this change to be able to use lambdas, which saves a lot of code, since android development heavily relies on anonymous classes.
2017-01-14 17:00:23 +01:00
Jan Christian Grünhage 903a1162e7
Continued work on new settings 2017-01-14 16:58:16 +01:00
Jan Christian Grünhage 51d0ed4c7e
Fixed missing translations 2016-12-31 13:08:44 +01:00
Jan Christian Grünhage 5eac344745
Fixed version number 2016-12-31 12:58:45 +01:00
Jan Christian Grünhage d0a5db30d6
Restructured Settings and SharedPreference usage. 2016-12-31 12:54:40 +01:00
Jan Christian Grünhage b190d510ba
Added TODO to build.gradle 2016-12-30 16:12:09 +01:00
Jan Christian Grünhage 691e2a1950
Extracted Strings and created a preference helper class and made use of it in the automation part of the app 2016-12-30 16:06:47 +01:00
Jan Christian Grünhage 647823a104
woow what was that? where did these come from!? 2016-12-30 13:22:57 +01:00