Stypox 
							
						 
					 
					
						
						
							
						
						927a1d58e2 
					 
					
						
						
							
							Use drop down/up instead of expand icons in drawer  
						
						... 
						
						
						
						As per the material guidelines 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						bbd0df08d3 
					 
					
						
						
							
							Add shadow behind play icon in video detail fragment  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						9e57195e14 
					 
					
						
						
							
							Fix checkstyle issues  
						
						... 
						
						
						
						Also replace all tabs with 4 spaces 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						05ab54c30d 
					 
					
						
						
							
							Fix invisible fullscreen button in popup player on API 19  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						e3e2028153 
					 
					
						
						
							
							Use AppCompatResources instead of ContextCompat  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						883bcc735d 
					 
					
						
						
							
							Fix pause used instead of play in paused popup player when seeking  
						
						... 
						
						
						
						Also use `setBackgroundResource` to automatically obtain PNG drawables (from exoplayer) 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						158727e2f2 
					 
					
						
						
							
							Replace hardcoded white drawable with themed one  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						899f69d120 
					 
					
						
						
							
							Fix additional empty title on tab selection fragments in API 19  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						b575046c05 
					 
					
						
						
							
							Fix choice dialogs on API 19 by manually getting drawable  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						b5c60d2be2 
					 
					
						
						
							
							Update AndroidX to fix icon crashes in preferences on API 19  
						
						... 
						
						
						
						Also remove legacy libraries
Use `androidx.preference:preference` instead of `androidx.legacy:legacy-preference-v14` and remove `androidx.legacy:legacy-support-v4 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						631dfee763 
					 
					
						
						
							
							Readd ic_close and ic_replay PNGs: needed in notifications  
						
						... 
						
						
						
						The other icons used in notifications are taken from exoplayer's ones: `@drawable/exo_controls_*` 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						d7f610113e 
					 
					
						
						
							
							Fix background player queue crashing on opening  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						e0e4f6db2b 
					 
					
						
						
							
							Fix MainFragment tab icons did not follow theme color  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						c27a26c0aa 
					 
					
						
						
							
							Rename ic_hot in ic_kiosk_hot and improve getKioskIcon()  
						
						
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						3dcd2468a2 
					 
					
						
						
							
							Use app:srcCompat and derivatives intead of android: ones  
						
						... 
						
						
						
						To fix crashes on API 19 
						
						
					 
					
						2020-05-21 15:39:36 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						ea43b28f74 
					 
					
						
						
							
							Use vector drawables instead of PNGs for material icons  
						
						... 
						
						
						
						For all manually-created images PNG have been kept.
- rename all icon attrs to have a `ic_` prefix
- always use `_24dp` icons, because there is no real difference, since they are vector drawables
- always use the original name found on material.io for icon drawables, as to not create confusion and possibly duplicates. Icon names can still be different from real drawable names, though I have made some of them compliant to this or maybe more meaningul.
- remove duplicate `getIconByAttr()` in ThemeHelper (use `resolveResourceIdFromAttr()`
- use standard icons for `expand_more` and `expand_less` instead of triangles
- use `play_button_outline` instead of custom PNG as play button in VideoDetailFragment (questionable, as there is no shadow anymore) 
						
						
					 
					
						2020-05-21 15:39:35 +02:00 
						 
				 
			
				
					
						
							
							
								bopol 
							
						 
					 
					
						
						
							
						
						a3e2a085b6 
					 
					
						
						
							
							Merge pull request  #3501  from B0pol/openInBrowser  
						
						... 
						
						
						
						Open in browser button now really opens in browser 
						
						
					 
					
						2020-05-21 09:24:57 +02:00 
						 
				 
			
				
					
						
							
							
								Anonymous 
							
						 
					 
					
						
						
							
						
						635d51b60d 
					 
					
						
						
							
							Translated using Weblate (Hindi)  
						
						... 
						
						
						
						Currently translated at 82.4% (476 of 577 strings) 
						
						
					 
					
						2020-05-20 12:31:02 +02:00 
						 
				 
			
				
					
						
							
							
								Rahul Bali 
							
						 
					 
					
						
						
							
						
						95eb1c0d95 
					 
					
						
						
							
							Translated using Weblate (Hindi)  
						
						... 
						
						
						
						Currently translated at 82.4% (476 of 577 strings) 
						
						
					 
					
						2020-05-20 12:31:01 +02:00 
						 
				 
			
				
					
						
							
							
								Rahul Bali 
							
						 
					 
					
						
						
							
						
						8aca43a7e6 
					 
					
						
						
							
							Translated using Weblate (Hindi)  
						
						... 
						
						
						
						Currently translated at 81.9% (473 of 577 strings) 
						
						
					 
					
						2020-05-20 12:25:58 +02:00 
						 
				 
			
				
					
						
							
							
								Anonymous 
							
						 
					 
					
						
						
							
						
						f6afe59788 
					 
					
						
						
							
							Translated using Weblate (Hindi)  
						
						... 
						
						
						
						Currently translated at 81.9% (473 of 577 strings) 
						
						
					 
					
						2020-05-20 12:25:57 +02:00 
						 
				 
			
				
					
						
							
							
								bopol 
							
						 
					 
					
						
						
							
						
						8e13161f64 
					 
					
						
						
							
							fix checkstyle  
						
						
						
						
					 
					
						2020-05-19 21:57:46 +02:00 
						 
				 
			
				
					
						
							
							
								bopol 
							
						 
					 
					
						
						
							
						
						97437b8af3 
					 
					
						
						
							
							apply @stypox suggestions  
						
						
						
						
					 
					
						2020-05-19 21:52:30 +02:00 
						 
				 
			
				
					
						
							
							
								bopol 
							
						 
					 
					
						
						
							
						
						9a938093e2 
					 
					
						
						
							
							Open in browser button now really opens in browser  
						
						
						
						
					 
					
						2020-05-19 21:51:47 +02:00 
						 
				 
			
				
					
						
							
							
								Hosted Weblate 
							
						 
					 
					
						
						
							
						
						3edcc9f9fd 
					 
					
						
						
							
							Merge branch 'origin/dev' into Weblate.  
						
						
						
						
					 
					
						2020-05-19 17:02:04 +02:00 
						 
				 
			
				
					
						
							
							
								Oymate 
							
						 
					 
					
						
						
							
						
						55db408720 
					 
					
						
						
							
							Translated using Weblate (Bengali (Bangladesh))  
						
						... 
						
						
						
						Currently translated at 29.6% (171 of 577 strings) 
						
						
					 
					
						2020-05-19 17:02:04 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Carvalho de Araújo 
							
						 
					 
					
						
						
							
						
						caef874814 
					 
					
						
						
							
							Translated using Weblate (Portuguese (Brazil))  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-19 17:02:04 +02:00 
						 
				 
			
				
					
						
							
							
								Anonymous 
							
						 
					 
					
						
						
							
						
						1622639eca 
					 
					
						
						
							
							Translated using Weblate (Bengali (Bangladesh))  
						
						... 
						
						
						
						Currently translated at 29.6% (171 of 577 strings) 
						
						
					 
					
						2020-05-19 17:02:00 +02:00 
						 
				 
			
				
					
						
							
							
								Oymate 
							
						 
					 
					
						
						
							
						
						4df89f4217 
					 
					
						
						
							
							Translated using Weblate (Bengali (Bangladesh))  
						
						... 
						
						
						
						Currently translated at 29.6% (171 of 577 strings) 
						
						
					 
					
						2020-05-19 17:02:00 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias Groza 
							
						 
					 
					
						
						
							
						
						079b98ed3f 
					 
					
						
						
							
							Merge pull request  #3618  from Stypox/long-press-strings  
						
						... 
						
						
						
						Improve long-press menu strings 
						
						
					 
					
						2020-05-19 08:38:00 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						a0526d2c9c 
					 
					
						
						
							
							Improve long-press menu strings  
						
						
						
						
					 
					
						2020-05-19 08:24:04 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						169b1cbd32 
					 
					
						
						
							
							Merge pull request  #3613  from wb9688/fix-download-dialog-freeze  
						
						... 
						
						
						
						Fix download dialog freeze 
						
						
					 
					
						2020-05-18 14:11:17 +02:00 
						 
				 
			
				
					
						
							
							
								wb9688 
							
						 
					 
					
						
						
							
						
						8968081e77 
					 
					
						
						
							
							Remove not needed Checkstyle stuff  
						
						
						
						
					 
					
						2020-05-18 13:40:01 +02:00 
						 
				 
			
				
					
						
							
							
								wb9688 
							
						 
					 
					
						
						
							
						
						93ba7510e1 
					 
					
						
						
							
							Fix ListHelper ANR  
						
						
						
						
					 
					
						2020-05-18 13:40:01 +02:00 
						 
				 
			
				
					
						
							
							
								Hosted Weblate 
							
						 
					 
					
						
						
							
						
						579bb743bb 
					 
					
						
						
							
							Merge branch 'origin/dev' into Weblate.  
						
						
						
						
					 
					
						2020-05-18 13:17:56 +02:00 
						 
				 
			
				
					
						
							
							
								Rai Tsa 
							
						 
					 
					
						
						
							
						
						9e5e9ea612 
					 
					
						
						
							
							Translated using Weblate (Finnish)  
						
						... 
						
						
						
						Currently translated at 58.0% (335 of 577 strings) 
						
						
					 
					
						2020-05-18 13:17:54 +02:00 
						 
				 
			
				
					
						
							
							
								Thien Bui 
							
						 
					 
					
						
						
							
						
						2241a13cba 
					 
					
						
						
							
							Translated using Weblate (Vietnamese)  
						
						... 
						
						
						
						Currently translated at 99.8% (576 of 577 strings) 
						
						
					 
					
						2020-05-18 13:17:54 +02:00 
						 
				 
			
				
					
						
							
							
								Isak Holmström 
							
						 
					 
					
						
						
							
						
						9c1fb0cb92 
					 
					
						
						
							
							Translated using Weblate (Swedish)  
						
						... 
						
						
						
						Currently translated at 89.4% (516 of 577 strings) 
						
						
					 
					
						2020-05-18 13:17:52 +02:00 
						 
				 
			
				
					
						
							
							
								Anonymous 
							
						 
					 
					
						
						
							
						
						4904514257 
					 
					
						
						
							
							Translated using Weblate (Swedish)  
						
						... 
						
						
						
						Currently translated at 89.4% (516 of 577 strings) 
						
						
					 
					
						2020-05-18 13:17:52 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Carvalho de Araújo 
							
						 
					 
					
						
						
							
						
						6d829c26a1 
					 
					
						
						
							
							Translated using Weblate (Portuguese (Brazil))  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-18 13:17:52 +02:00 
						 
				 
			
				
					
						
							
							
								Stypox 
							
						 
					 
					
						
						
							
						
						c05467fb92 
					 
					
						
						
							
							Merge pull request  #3513  from Stypox/exoplayer  
						
						... 
						
						
						
						Update to ExoPlayer 2.11.4 
						
						
					 
					
						2020-05-17 22:02:19 +02:00 
						 
				 
			
				
					
						
							
							
								Anonymous 
							
						 
					 
					
						
						
							
						
						d47f7f3348 
					 
					
						
						
							
							Translated using Weblate (Portuguese (Brazil))  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-17 00:52:28 +02:00 
						 
				 
			
				
					
						
							
							
								Samuel Carvalho de Araújo 
							
						 
					 
					
						
						
							
						
						5931a84651 
					 
					
						
						
							
							Translated using Weblate (Portuguese (Brazil))  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-16 04:41:32 +02:00 
						 
				 
			
				
					
						
							
							
								zeritti 
							
						 
					 
					
						
						
							
						
						5771783d11 
					 
					
						
						
							
							Translated using Weblate (Czech)  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-16 04:41:32 +02:00 
						 
				 
			
				
					
						
							
							
								Hosted Weblate 
							
						 
					 
					
						
						
							
						
						aae07a60bd 
					 
					
						
						
							
							Merge branch 'origin/dev' into Weblate.  
						
						
						
						
					 
					
						2020-05-14 11:38:10 +02:00 
						 
				 
			
				
					
						
							
							
								MohammedSR Vevo 
							
						 
					 
					
						
						
							
						
						462d418ee0 
					 
					
						
						
							
							Translated using Weblate (Kurdish)  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-14 11:38:08 +02:00 
						 
				 
			
				
					
						
							
							
								Isak Holmström 
							
						 
					 
					
						
						
							
						
						ce63c2e1db 
					 
					
						
						
							
							Translated using Weblate (Swedish)  
						
						... 
						
						
						
						Currently translated at 89.4% (516 of 577 strings) 
						
						
					 
					
						2020-05-14 11:38:07 +02:00 
						 
				 
			
				
					
						
							
							
								Isak Holmström 
							
						 
					 
					
						
						
							
						
						52baf8cbe5 
					 
					
						
						
							
							Translated using Weblate (Swedish)  
						
						... 
						
						
						
						Currently translated at 89.4% (516 of 577 strings) 
						
						
					 
					
						2020-05-14 11:38:07 +02:00 
						 
				 
			
				
					
						
							
							
								ssantos 
							
						 
					 
					
						
						
							
						
						1779b9ee1a 
					 
					
						
						
							
							Translated using Weblate (Portuguese)  
						
						... 
						
						
						
						Currently translated at 100.0% (577 of 577 strings) 
						
						
					 
					
						2020-05-14 11:38:06 +02:00 
						 
				 
			
				
					
						
							
							
								B0pol 
							
						 
					 
					
						
						
							
						
						eae169236c 
					 
					
						
						
							
							Merge pull request  #3581  from B0pol/gitignore  
						
						... 
						
						
						
						Add vscode / eclipse files to gitignore 
						
						
					 
					
						2020-05-13 18:11:51 +00:00