- Add a clickable badge for the NewsBlur Apple App Store page
- Use Apple's marketing website tool to get the App Store badge
- https://tools.applemediaservices.com/app/463981119
- Used HTML elements ` ` to add left padding to the Apple badge so
that it aligns with the F-Droid badge. GitHub restricts what kind of
inline styling is allowed in the README.md for security reasons. Inline
styling of padding left is one of those attributes that get removed.
- https://github.com/github/markup#github-markup
* django1.11: (102 commits)
Beginning fix of rss_feeds unit tests.
Fixing unit test for profile app and signup.
Remove highlights count when it reaches zero.
Android v10.1b1.
Stubbing in profile tests.
Adding nginx.local.conf
Adding original text and original story to API docs.
#1282 Adding feed to root folder
#1319 In app and external browser options
Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
#1348 (scroll indicators theme)
#1344 (search loses focus)
#1335 Auto theme option for OS level dark mode
Fixing signup flow.
#1347 Show pager with stories after using the intel trainer and refreshing
#1272 Load HTML in comments
New icon for Infrequent Site Stories.
Allowing selection in private notes.
Autoresizing private notes field.
For #1035: Adding private notes to saved stories.
...
* django1.7: (102 commits)
Beginning fix of rss_feeds unit tests.
Fixing unit test for profile app and signup.
Remove highlights count when it reaches zero.
Android v10.1b1.
Stubbing in profile tests.
Adding nginx.local.conf
Adding original text and original story to API docs.
#1282 Adding feed to root folder
#1319 In app and external browser options
Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
#1348 (scroll indicators theme)
#1344 (search loses focus)
#1335 Auto theme option for OS level dark mode
Fixing signup flow.
#1347 Show pager with stories after using the intel trainer and refreshing
#1272 Load HTML in comments
New icon for Infrequent Site Stories.
Allowing selection in private notes.
Autoresizing private notes field.
For #1035: Adding private notes to saved stories.
...
* django1.6: (102 commits)
Beginning fix of rss_feeds unit tests.
Fixing unit test for profile app and signup.
Remove highlights count when it reaches zero.
Android v10.1b1.
Stubbing in profile tests.
Adding nginx.local.conf
Adding original text and original story to API docs.
#1282 Adding feed to root folder
#1319 In app and external browser options
Adding a smarter wakeup for real-time to handle cases where a laptop is re-opened but real-time is not immediately reestablished.
#1348 (scroll indicators theme)
#1344 (search loses focus)
#1335 Auto theme option for OS level dark mode
Fixing signup flow.
#1347 Show pager with stories after using the intel trainer and refreshing
#1272 Load HTML in comments
New icon for Infrequent Site Stories.
Allowing selection in private notes.
Autoresizing private notes field.
For #1035: Adding private notes to saved stories.
...
# By ojiikun (3) and others
# Via Samuel Clay (3) and ojiikun (1)
* master:
Upping ulimit file descriptor limits.
README.md typo fixes
newline at end of readme
Fix duplicate appearance of All Stories heading.
Revert "Fix NPE on login."
Fix NPE on login.
# By Piotr Mitros (5) and others
# Via Samuel Clay (2) and Daniel (1)
* master:
Normalizing settings.
Fixed#217. Remove (via Newsblur) when sharing
Documented additional hack to get into the system without Stripe installed
Expanded requirements
Fixed doc. We do require a non-fake migrate as well.
Removed SES dependency for development. Fixed bug where DEVELOPMENT was used before being overridden by local_settings.py.
Added requirements.txt