Commit graph

  • 3cf8dd87dc implement deleting files together with playlists if selected so tibbi 2017-03-30 21:37:12 +0200
  • 931283cc4d allow deleting playlists from the main screen tibbi 2017-03-30 20:51:01 +0200
  • d795a0fabe allow creating new playlists from the main screens playlist picker tibbi 2017-03-30 20:33:50 +0200
  • 527f1e6b7c add an Open playlist actionmenu button tibbi 2017-03-30 20:25:52 +0200
  • e5bd96a7b2 show a toast if the current playlist is empty tibbi 2017-03-30 20:10:32 +0200
  • c5bf6da7af allow changing playlists by clicking on them in the manager tibbi 2017-03-30 19:58:50 +0200
  • 6301f447f3 implement playlist file deletion tibbi 2017-03-30 19:38:30 +0200
  • d2047c2420 allow deleting playlists tibbi 2017-03-30 19:25:47 +0200
  • e9603bf7a4 show the Rename playlist only if one is selected tibbi 2017-03-30 19:07:39 +0200
  • 0df4b09125 show the total playlist count at long pressing tibbi 2017-03-30 18:33:32 +0200
  • 2614df2154 allow renaming playlists tibbi 2017-03-30 18:30:35 +0200
  • 88610c909d add playlist title updating tibbi 2017-03-29 23:43:13 +0200
  • 0f3f1575fe allow creating new playlists at the manager activity tibbi 2017-03-29 23:40:46 +0200
  • 1eed5d251f add a menu button for creating playlists tibbi 2017-03-29 23:11:19 +0200
  • 9eaae469c6 rename song layout to item_song tibbi 2017-03-29 23:06:07 +0200
  • 878e286d72 show an indicator at the current playlist tibbi 2017-03-29 23:05:57 +0200
  • ac0b1a8679 list the playlists at the playlists activity tibbi 2017-03-29 22:59:42 +0200
  • 61b9f50694 add a helper function for getting all playlists from db tibbi 2017-03-29 20:14:13 +0200
  • c4c20d999b add an activity for managing playlists tibbi 2017-03-29 20:01:30 +0200
  • dfcabd7c23 adding a draggable fastscroller to the songs list tibbi 2017-03-29 19:07:19 +0200
  • e8a88ee1fb use proper string escaping at song path manipulation tibbi 2017-03-29 18:41:54 +0200
  • 23943d0c42 remove deleted songs from all playlists tibbi 2017-03-29 18:25:51 +0200
  • 1b18e3d6fd implement removing songs from playlist tibbi 2017-03-28 23:32:37 +0200
  • a30503274f refresh the list after adding new items tibbi 2017-03-28 22:49:14 +0200
  • e4fdee2529 add a menu button for removing songs from playlist tibbi 2017-03-28 22:44:05 +0200
  • 2f3841908e allow adding whole folders to playlist too tibbi 2017-03-28 22:37:21 +0200
  • b9e1d685fb allow adding individual files to playlists tibbi 2017-03-28 22:23:03 +0200
  • 4c27794a7e check internal storage and SD path at startup tibbi 2017-03-28 22:18:54 +0200
  • bebb0452e4 get the current playlists songs from mediastore tibbi 2017-03-28 21:53:58 +0200
  • f3e352e6b4 add a helper function for getting current playlist song paths tibbi 2017-03-28 21:10:45 +0200
  • d3d10217ba simplify the playlist creation tibbi 2017-03-28 21:04:27 +0200
  • 3384c1f1c4 fill the initial database at first run tibbi 2017-03-28 20:21:22 +0200
  • 251dd176ed add stetho for debugging the database tibbi 2017-03-28 20:20:09 +0200
  • df83572c29 add menu buttons for adding files and folders to playlist tibbi 2017-03-28 18:47:08 +0200
  • 910b170cf7 change the Add playlist string to Create playlist tibbi 2017-03-28 18:13:48 +0200
  • 7f4b5499c5 store the currently selected playlist in shared prefs tibbi 2017-03-27 00:19:31 +0200
  • 578cebce80 add the playlist name at delete confirmation just to be sure tibbi 2017-03-27 00:16:56 +0200
  • 8adf5d717f fill in the initial playlist in the database at creation tibbi 2017-03-27 00:07:37 +0200
  • 860b640d75 add 2 more playlist related strings tibbi 2017-03-26 23:45:37 +0200
  • cdb7f6545f create the database for playlists tibbi 2017-03-26 23:44:16 +0200
  • 8b87745779 add some playlists related strings tibbi 2017-03-26 23:34:18 +0200
  • f0557e2f87 remove deleted songs from the list with an animation tibbi 2017-03-26 23:20:25 +0200
  • c56f99e7cd show the total files count after long pressing items too tibbi 2017-03-26 23:03:37 +0200
  • f926eadc38 add a Select all cab button tibbi 2017-03-26 22:58:56 +0200
  • a0a5d2c96e make sure the song artist and title dont overflow the current song indicator tibbi 2017-03-26 22:16:31 +0200
  • 1a09eb1ff5 use the shared RadioGroupDialog for selecting equalizers tibbi 2017-03-26 21:58:28 +0200
  • e0d3236463 use the Commons helper function for deleting files tibbi 2017-03-26 21:46:17 +0200
  • ccabe34071 use the generic version of Portugal langauge tibbi 2017-03-26 21:37:55 +0200
  • 588cfe74a7 make sure the album cover exists before trying to set it tibbi 2017-03-26 21:34:50 +0200
  • 3e137d76f1 always show the song progress with numbers too tibbi 2017-03-26 21:27:26 +0200
  • 8b8ae8ca4e remove some unused strings tibbi 2017-03-26 21:19:42 +0200
  • 519609c4fb reuse some dimension resources from Commons tibbi 2017-03-26 19:15:28 +0200
  • e0a421fdde update commons to 2.14.6 tibbi 2017-03-26 19:01:04 +0200
  • 11dff0348b update gradle, kotlin, build tools tibbi 2017-03-22 20:30:09 +0100
  • 7d88c46109 Merge pull request #39 from mcbaze/patch-1 Tibor Kaputa 2017-02-16 23:27:31 +0100
  • 6f3b9658e4 add Russian Taras 2017-02-17 01:08:29 +0300
  • 0f7e6c7dd1 Merge pull request #37 from smarquespt/master Tibor Kaputa 2017-01-29 17:12:01 +0100
  • cc7ba72c0a Portuguese update Sérgio Marques 2017-01-29 12:39:05 +0000
  • 79604be52a update readme with the reason why it needs Phone Status permission tibbi 2017-01-29 11:01:36 +0100
  • 6053c11c70 Merge pull request #36 from Eskuero/patch-1 Tibor Kaputa 2017-01-25 19:11:24 +0100
  • 6193b79ce3 Improve spanish strings Eskuero 2017-01-25 18:00:22 +0000
  • d4ce678bf4 launch the splash activity on widget click tibbi 2017-01-24 18:20:25 +0100
  • f2629879fa updating changelog tibbi 2017-01-23 23:25:22 +0100
  • f9aafd2633 update version to 2.0.2 tibbi 2017-01-23 23:25:17 +0100
  • d90d2dae9b make sure settings items dont overlap each other tibbi 2017-01-23 23:24:16 +0100
  • d22f7f5c64 add hex codes in Whats new tibbi 2017-01-23 23:22:11 +0100
  • fc4db4414d small app signing tweak tibbi 2017-01-23 23:19:45 +0100
  • 01f6f72376 update commons to 2.5.3 tibbi 2017-01-23 23:18:31 +0100
  • 6f842a5df5 Merge pull request #35 from Sopor-/patch-1 Tibor Kaputa 2017-01-22 10:06:59 +0100
  • 805cff94f9 Updated Swedish translation Sopor 2017-01-22 00:36:42 +0100
  • 8cce301ac8 Updated Swedish translation Sopor 2017-01-22 00:32:08 +0100
  • 148394be7e updating changelog tibbi 2017-01-15 11:39:18 +0100
  • 301f34f147 update version to 2.0.1 tibbi 2017-01-15 11:39:05 +0100
  • 873f4b940c add a config context extension tibbi 2017-01-15 11:38:42 +0100
  • 9a2269acff update commons to 2.3.8 tibbi 2017-01-15 11:34:19 +0100
  • cd4d28cd02 updating changelog tibbi 2017-01-07 23:27:21 +0100
  • 1b7aa96fb1 update version to 2.0.0 tibbi 2017-01-07 23:27:15 +0100
  • 2e67ed5372 update readme tibbi 2017-01-07 23:21:19 +0100
  • bbbc76b339 increase the seekbar side padding tibbi 2017-01-07 23:19:50 +0100
  • f434645912 adding Whats new dialog tibbi 2017-01-07 23:16:03 +0100
  • aaedca38e2 couple widget color corrections tibbi 2017-01-07 23:07:43 +0100
  • a784d24c03 update commons to 2.2.3 with couple edits tibbi 2017-01-07 23:03:53 +0100
  • eaaa09e575 use the proper text colors tibbi 2017-01-07 22:41:47 +0100
  • c65fa254db update the dialogs with latest code style tibbi 2017-01-07 22:25:05 +0100
  • 447fd5b9c8 updating some extensions tibbi 2017-01-07 21:56:38 +0100
  • 662660de0a couple tweaks here and there tibbi 2017-01-07 21:50:16 +0100
  • 219cb6fcdc setup Settings items tibbi 2017-01-07 21:40:00 +0100
  • a7356e315e add a Customize Colors settings button tibbi 2017-01-07 21:28:50 +0100
  • c399167c12 use the Commons config tibbi 2017-01-07 20:34:57 +0100
  • e3842109fa add About and License activities tibbi 2017-01-07 20:33:28 +0100
  • 1cc6df5e42 updating SimpleActivity tibbi 2017-01-07 20:27:16 +0100
  • 26c444c9f8 use some cursor helper functions tibbi 2017-01-07 20:24:20 +0100
  • c042b81a4d use a helper function for checking storage permission tibbi 2017-01-07 20:20:51 +0100
  • 245f48a93a taking some strings from Commons tibbi 2017-01-07 00:24:07 +0100
  • 18dede3901 reuse some common dimens tibbi 2017-01-06 23:45:10 +0100
  • 20bae65e97 move images in drawables folder tibbi 2017-01-06 23:39:39 +0100
  • c67696bc3b use the commons colors tibbi 2017-01-06 23:30:08 +0100
  • d2cd7b687e remove some styles tibbi 2017-01-06 23:28:03 +0100
  • f387b7b4ab add a black splash screen tibbi 2017-01-06 23:24:48 +0100
  • f4957d43cd add Commons lib tibbi 2017-01-06 23:22:49 +0100