Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • videolan/vlc-ios
  • gsoc/GSoC2018/bubu/vlc-ios
  • bubu/vlc-ios
  • chamander/vlc-ios
  • fkuehne/vlc-ios
  • Yakuzzza/vlc-ios
  • nishiths23/vlc-ios
  • alexkusssha/vlc-ios
  • jay18001/vlc-ios
  • hoangduc67/vlc-ios
  • gsoc/gsoc2019/robwayne/vlc-ios
  • groschoppsteven/vlc-ios
  • tguillem/vlc-ios
  • ePirat/vlc-ios
  • cerezo074/vlc-ios
  • edrflt/vlc-ios
  • Zirkovskij/vlc-ios
  • bakroistvan/vlc-ios
  • heidlerjustin/vlc-ios
  • W1ns/vlc-ios
  • karpun.ksv122454/vlc-ios
  • adtrevor/vlc-ios
  • rrangel3584/vlc-ios
  • Ggjgg/vlc-ios
  • tanenyi/vlc-ios
  • tmsblgh/vlc-ios
  • gale4004/vlc-ios
  • abytom/vlc-ios
  • rubendelapena/vlc-ios
  • DanielaRocha6/vlc-ios
  • kuznetsov-m/vlc-ios
  • dcodesuport/vlc-ios
  • gsoc/gsoc2020/swapnanildholg/vlc-ios
  • alexandre-janniaux/vlc-ios
  • zhkzte/vlc-ios
  • elbrujo1987/vlc-ios
  • PJStation/vlc-ios
  • diogo.simao-marques/vlc-ios
  • lalo-azamar/vlc-ios
  • dnicolson/vlc-ios
  • megan30/vlc-ios
  • yreifschneider/vlc-ios
  • pushpinderpalsingh/vlc-ios
  • jfarmer/vlc-ios
  • malekBarkaoui/vlc-ios
  • m/vlc-ios
  • zuzuweasly/vlc-ios
  • beingsparsh/vlc-ios
  • anubhavsingh19/vlc-ios
  • SnailMS/vlc-ios
  • dariustancode/vlc-ios
  • chandan.309kr/vlc-ios
  • umxprime/vlc-ios
  • vlcone/vlc-ios
  • bsidhom/vlc-ios
  • DeveshBisen/vlc-ios
  • denissparrow12/vlc-ios
  • antonianemi/vlc-ios
  • fieldsmonroe433/vlc-ios
  • antonviljoen9/vlc-ios
  • greenscgea/vlc-ios
  • keyseltmelanie/vlc-ios
  • collectionbylawrencejason/vlc-ios
  • aofsurachet1983/vlc-ios
  • archi.fahim/vlc-ios
  • XuanTung95/vlc-ios
  • nasirhemed/vlc-ios
  • ke994780/vlc-ios
  • kiwiren6666/vlc-ios
  • walikelas90/vlc-ios
  • ikeuzochukwu6/vlc-ios
  • NOTAG/vlc-ios
  • tatoonorth418/vlc-ios
  • deutschkiller72/vlc-ios
  • alexnwayne/vlc-ios
  • kiku.masa.mune00/vlc-ios
  • onfire4g05/vlc-ios
  • ass1ngl33y/vlc-ios
  • berrylcm/vlc-ios
  • ugotmjke46/vlc-ios
  • lehmacdj/vlc-ios
  • Prabal/vlc-ios
  • protechq88/vlc-ios
  • KDOT2EAZY/vlc-ios
  • king7532/vlc-ios
  • uniqueunicorn333/vlc-ios
  • Againreallly/vlc-ios
  • mztea928/vlc-ios
  • pabloluna.bella/vlc-ios
  • EshanSingh-ES/vlc-ios
  • arditx02/vlc-ios
  • tomas23prenosil/vlc-ios
  • yonat/vlc-ios
  • whatsupmf09/vlc-ios
  • Perklone/vlc-ios
  • vettrecompetitive/vlc-ios
  • ojaidi.905/vlc-ios
  • reubot/vlc-ios
  • loegue1910/vlc-ios
  • jeffmarshall/vlc-ios
  • pup.ragnarok.1984/vlc-ios
  • aviwad/vlc-ios
  • ashishami2002/vlc-ios
  • Sumou/vlc-ios
  • iampratik/vlc-ios
  • Sliem/vlc-ios
  • Apeng/vlc-ios
  • ibrahimcetin/vlc-ios
  • Aperence/vlc-ios
  • Truls/vlc-ios
  • Nilsjoberl/vlc-ios
  • Naruyoko/vlc-ios
  • borisgolovnev/vlc-ios
  • christianbilodeau/vlc-ios
  • liamjwang/vlc-ios
  • surajeet310/vlc-ios
  • craig_r/vlc-ios
  • labala/vlc-ios
  • arthurnorat/vlc-ios
  • 0xfee1de4d/vlc-ios
  • harlanhaskins/vlc-ios
  • rae/vlc-ios
  • gremlinflat/vlc-ios
  • robbiedeane/vlc-ios
124 results
Show changes
Commits on Source (3)
Showing
with 18 additions and 17 deletions
......@@ -32,7 +32,7 @@ protocol RemoteNetworkDataSourceDelegate {
class RemoteNetworkDataSource: NSObject, UITableViewDataSource, UITableViewDelegate {
let cloudVC = VLCCloudServicesTableViewController(nibName: "VLCCloudServicesTableViewController", bundle: Bundle.main)
let streamingVC = VLCOpenNetworkStreamViewController(nibName: "VLCOpenNetworkStreamViewController", bundle: Bundle.main)
let downloadVC = VLCDownloadViewController(nibName: "VLCDownloadViewController", bundle: Bundle.main)
let downloadVC = VLCDownloadViewController.sharedInstance()
@objc weak var delegate: RemoteNetworkDataSourceDelegate?
......@@ -66,9 +66,9 @@ class RemoteNetworkDataSource: NSObject, UITableViewDataSource, UITableViewDeleg
}
case .download:
if let networkCell = tableView.dequeueReusableCell(withIdentifier: VLCRemoteNetworkCell.cellIdentifier) {
networkCell.textLabel?.text = downloadVC.title
networkCell.detailTextLabel?.text = downloadVC.detailText
networkCell.imageView?.image = downloadVC.cellImage
networkCell.textLabel?.text = downloadVC?.title
networkCell.detailTextLabel?.text = downloadVC?.detailText
networkCell.imageView?.image = downloadVC?.cellImage
networkCell.accessibilityIdentifier = VLCAccessibilityIdentifier.downloads
return networkCell
}
......
......@@ -112,10 +112,10 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
self.downloadButton.backgroundColor = PresentationTheme.current.colors.orangeUI;
self.whatToDownloadHelpLabel.textColor = PresentationTheme.current.colors.lightTextColor;
self.progressContainer.backgroundColor = PresentationTheme.current.colors.cellBackgroundB;
self.currentDownloadLabel.textColor = PresentationTheme.current.colors.cellBackgroundB;
self.progressPercent.textColor = PresentationTheme.current.colors.cellBackgroundB;
self.speedRate.textColor = PresentationTheme.current.colors.cellBackgroundB;
self.timeDL.textColor = PresentationTheme.current.colors.cellTextColor;
self.currentDownloadLabel.textColor = PresentationTheme.current.colors.cellTextColor;
self.progressPercent.textColor = PresentationTheme.current.colors.cellDetailTextColor;
self.speedRate.textColor = PresentationTheme.current.colors.cellDetailTextColor;
self.timeDL.textColor = PresentationTheme.current.colors.cellDetailTextColor;
[self.downloadsTable reloadData];
[self setNeedsStatusBarAppearanceUpdate];
}
......@@ -169,7 +169,7 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
- (void)_updateUI
{
_currentDownloadType != VLCDownloadSchemeNone ? [self downloadStartedWithIdentifier:nil] : [self downloadEndedWithIdentifier:nil];
_currentDownloadType != VLCDownloadSchemeNone ? [self downloadStartedWithIdentifier:_currentDownloadIdentifier] : [self downloadEndedWithIdentifier:_currentDownloadIdentifier];
[self.downloadsTable reloadData];
}
......@@ -420,8 +420,6 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
UITableViewCell *cell = (UITableViewCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];
if (cell == nil) {
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier];
cell.textLabel.textColor = PresentationTheme.current.colors.cellTextColor;
cell.detailTextLabel.textColor = PresentationTheme.current.colors.cellDetailTextColor;
}
NSInteger row = indexPath.row;
......@@ -431,6 +429,8 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
cell.textLabel.text = [[_currentDownloadFilename[row] lastPathComponent] stringByRemovingPercentEncoding];
cell.detailTextLabel.text = [_currentDownloads[row] absoluteString];
cell.textLabel.textColor = PresentationTheme.current.colors.cellTextColor;
cell.detailTextLabel.textColor = PresentationTheme.current.colors.cellDetailTextColor;
return cell;
}
......@@ -464,7 +464,8 @@ typedef NS_ENUM(NSUInteger, VLCDownloadScheme) {
fileName = @"";
[_currentDownloadFilename addObject:fileName];
[self.downloadsTable reloadData];
[self _triggerNextDownload];
if (_currentDownloadType == VLCDownloadSchemeNone)
[self _triggerNextDownload];
}
#pragma mark - text view delegate
......
......@@ -131,7 +131,7 @@
downloadTask.sessionTask = sessionTask;
[self _addDownloadTask:downloadTask identifier:identifier];
_downloadInProgress = YES;
return identifier;
}
......@@ -241,7 +241,7 @@ willPerformHTTPRedirection:(NSHTTPURLResponse *)response
}
[self _removeDownloadWithIdentifier:identifier];
_downloadInProgress = NO;
dispatch_async(dispatch_get_main_queue(), ^{
[self.delegate downloadEndedWithIdentifier:identifier];
});
......
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png

195 B | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png

222 B | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark.png
  • 2-up
  • Swipe
  • Onion skin
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png

1.05 KiB | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png

318 B | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@2x.png
  • 2-up
  • Swipe
  • Onion skin
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png

1.67 KiB | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png

442 B | W: 0px | H: 0px

vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png
vlc-ios/Images.xcassets/MediaController/song-placeholder-dark.imageset/song-placeholder-dark@3x.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "song-placeholder-white.png",
"filename" : "song-placeholder-light.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "song-placeholder-white@2x.png",
"filename" : "song-placeholder-light@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "song-placeholder-white@3x.png",
"filename" : "song-placeholder-light@3x.png",
"scale" : "3x"
}
],
......