1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Aurelien David
5307b43846 fix default options for android 2024-05-03 14:40:05 +02:00
Aurelien David
257dcbdfab v3.30: run on firefox for android nightly 2024-05-03 14:15:37 +02:00
J. Tóth Tamás
4c68719d6d Pass the opener tab ID to browser.tabs.create
This means that:
- the RSS preview tab opens in the same container in which the opener
  tab was open (without need for extra permissions);
- the RSS preview tab appears right next to the tab from which it was
  opened, not at the end of the tab bar; and
- if the user closes the tab without switching tabs between opening and
  closing the tab, Firefox activates the previous tab (i.e. from which
  the RSS preview was opened), not the next one.
2022-03-17 23:33:56 +01:00
Aurelien David
8a6ccab606 add option to open feeds in new tabs or not (#62) 2020-12-04 17:35:37 +01:00
Aurelien David
a7f23af160 use browser style for popup 2019-01-24 22:58:54 +01:00
Aurelien David
aa70671c62 add basic feed detection (#11):
* disabled by default for now
* works on link rel=alternate declarations
2019-01-19 17:44:24 +01:00