All Projects → PowerMobileWeb → Newsapp

PowerMobileWeb / Newsapp

Licence: gpl-2.0
NewsApp

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Newsapp

CryptoBuddy
Android app which displays cryptocurrency prices, charts and news!
Stars: ✭ 93 (-49.18%)
Mutual labels:  news, mobile-app
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-75.41%)
Mutual labels:  iphone, mobile-app
Ios
IRCCloud iOS App
Stars: ✭ 243 (+32.79%)
Mutual labels:  mobile-app, iphone
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+46.99%)
Mutual labels:  news, iphone
Evabs
An open source Android application that is intentionally vulnerable so as to act as a learning platform for Android application security beginners.
Stars: ✭ 173 (-5.46%)
Mutual labels:  mobile-app
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (-14.21%)
Mutual labels:  news
Clendar
Clendar - universal calendar app. Written in SwiftUI. Available on App Store
Stars: ✭ 153 (-16.39%)
Mutual labels:  iphone
Raised Center Tab In Android
Customized tabhost having raised center tab.
Stars: ✭ 158 (-13.66%)
Mutual labels:  iphone
Openbrushvr
Unity VR & AR Painting in 3d space for the Vive and Tango and ARKit
Stars: ✭ 180 (-1.64%)
Mutual labels:  iphone
Awesome Blogs
한국에 있는 좋은 개발자들의 블로그들을 편리하게 구독할 수 있도록 하나의 주소로 묶어서 RSS 피드로 제공해줍니다.
Stars: ✭ 178 (-2.73%)
Mutual labels:  news
Gsy github app flutter
Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https:…
Stars: ✭ 12,920 (+6960.11%)
Mutual labels:  mobile-app
Unitysdk
Unity C# SDKs for PlayFab
Stars: ✭ 161 (-12.02%)
Mutual labels:  iphone
Just News
a userscript project that parses korean news site and then making more readable view
Stars: ✭ 173 (-5.46%)
Mutual labels:  news
Reuters Full Data Set
Full dataset of Reuters composed of 8,551,441 news titles, links and timestamps (Jan 2007 - Aug 2016). Generate your own up to today!
Stars: ✭ 159 (-13.11%)
Mutual labels:  news
Laravel Identify
📦 📱 Laravel 5 Package to Detect Users Browsers, Devices, Languages and Operating Systems
Stars: ✭ 177 (-3.28%)
Mutual labels:  iphone
Covid 19 Timeline
以 社会学年鉴模式体例规范地统编自2019年末起新冠肺炎疫情进展的时间线。
Stars: ✭ 1,887 (+931.15%)
Mutual labels:  news
Food Delivery App
Swiggy Clone with React-Native
Stars: ✭ 170 (-7.1%)
Mutual labels:  mobile-app
N2h4
네이버 뉴스 수집을 위한 도구
Stars: ✭ 177 (-3.28%)
Mutual labels:  news
Iphone Inline Video
📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
Stars: ✭ 2,020 (+1003.83%)
Mutual labels:  iphone
Nytdiff
Code for the twitter bot nyt_diff
Stars: ✭ 166 (-9.29%)
Mutual labels:  news

icon
Beam for Reddit

Contact License: GPL v2.0

An open source Reddit client for iOS.



Beam


Introduction

Hi, we're Powermobile Team. In 2014, we started working on a Reddit client called Beam. In the years that followed, we created a client that lets its users enjoy all of Reddit's content in a unique and beautiful package. After four years of development, we've decided to open source Beam and truly hand it over to its users. We’ll still continue to work on Beam and release high-quality updates.

Features

Beam brings the best features of Reddit to your iPhone and iPad.

  • Multireddits
  • Content filters
  • In-app messaging
  • Message notifications
  • Post marking
  • Spoiler protection
  • 3D Touch

It also offered unlockable packs in the past, now available by default:

  • Mediaview
  • Night Mode
  • Auto Playing GIFs
  • Thumbnail Mode
  • Metadata Control
  • Multiple Accounts
  • Passcode Lock
  • Touch ID Unlock
  • Privacy Mode

Contributing

Bug Reports & Feature Requests

Please use GitHub issues to report any bugs or file feature requests. If you can fix it yourself, feel free to send in a pull request. For any bugs please include the following information:

  • The iOS version of the device
  • The model of the device (iPhone 5s, iPhone 6 etc)
  • If you are running the App Store version of the app or a version that you've compiled yourself
  • The fork or branch used if you've compiled the app yourself

Pull requests

Pull requests should include information about what has been changed. Also, try to include screenshots or links to issues in order to better review the pull request. All pull requests will be reviewed by someone of the Powermobile team.

Requirements

In order to compile Beam you will need to meet the following requirements:

- A Mac with Xcode 8.1 or later
- Git command line tools or a git source control client like Tower. 

Getting started

Submodules

Beam uses submodules for dependencies, so when cloning Beam, make sure to include recursive submodules. If any problems occur trying to checkout these submodules, use the following terminal command to make sure are submodules are ready: git submodule update --init --recursive

Steps to compile

To compile Beam, please follow these steps:

  1. Clone the repository including submodules
  2. Edit SampleConfig.swift with the required values and rename it to Config.swift
  3. Open beam.xcodeproj in Xcode
  4. Run the app

General structure of the app

When opening the project in Xcode you will see several targets. The two most important targets are beam and Snoo.

  • beam This is the app that you see on your phone and in the App Store.
  • Snoo is the framework built by us that handles the core data objects and communication with the Reddit API. Beam calls snoo to get the data.

License

Beam is available under the GPL-2.0 license. See the LICENSE.md file for more info.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].