Commit graph

69 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 a76cf7e3e4
Added countly for crash reporting/analytics. Updated library versions. 2017-03-28 14:28:07 +02: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 d1f0823f3c
Automated "About" preference screen values (version and build date) 2017-03-11 14:16:40 +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
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 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 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
Jan Christian Grünhage 80c134e19d
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:21:23 +01:00
Jan Christian Grünhage b6a445626f
Added Debug Menu
The debug menu is only displayed when BuildConfig.Debug is true.
2016-12-30 13:20:41 +01:00
Jan Christian Grünhage 4b9b04290e
Rewrote Settings, added automated export, changed package. 2016-12-30 01:03:30 +01:00
Jan Christian Grünhage 7c9086a912
Updated to API 25, switched Preference File Mode to MODE_PRIVATE, since MODE_WORLD_READABLE is not supported anymore. 2016-11-25 23:17:43 +01:00
mark.gillespie@gmail.com 4d7d7eefe4 Missing strings stopping release compile from Android Studio 2.1 2016-07-13 23:25:31 +01:00
mark.gillespie@gmail.com 4b7e06f312 Quick hack to make the default paths suitable for me. Might make it a preference next rainy day. 2016-07-13 23:18:37 +01:00
ddonuts4 ae877b6bbe Fixed #4 2016-05-15 02:16:56 -05:00
Duncan Steenburgh ec6f460fee Fixed #7 2016-05-14 15:36:13 -05:00
David e5208454e2 Update AppCompat
Workaround for the Marshmallow problem (writes temp files to external storage instead of the private data)
Update binary
2015-11-14 00:35:21 +01:00
David 6e2a763494 Stores the read/write permission on external storage with Android 5.0
Fixed deprecated color functions
2015-11-09 21:25:51 +01:00
David Schulte ce1aa10276 Add build date 2015-08-15 18:19:09 +02:00