Saúl Ibarra Corretgé
caabdadf19
rn,polyfills: refactor all mobile polyfills
...
Move all polyfills to a standalone feature, which gets imported before anything
else in the mobile entrypoint. This guarantees that any further import sees the
polyfilled environment.
2020-05-06 12:35:12 +02:00
Hristo Terezov
1ffd75c0a6
fix(localStorage): exception when disabled.
2020-05-01 14:48:08 -05:00
Saúl Ibarra Corretgé
c2c323347a
rn: skip logging potentially sensitive data
2019-11-14 15:01:29 +01:00
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
...
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
2019-08-23 10:57:38 +02:00
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
...
It was extracted from the RN core to a community maintained package.
2019-05-08 16:03:09 +02:00
Bettenbuk Zoltan
3fdf944763
Fix eslint/jsdoc warnings (doc change only!)
2018-11-08 15:52:34 +01:00
hristoterezov
fb75180632
ref(RecentList): Improvements after review.
2018-08-03 11:25:03 -05:00
Ritwik Heda
046b06e436
added recent list
2018-08-03 11:25:03 -05:00
Zoltan Bettenbuk
63c017f8e6
Fix persistency to handle default values too ( #3228 )
2018-07-06 11:03:16 -07:00
zbettenbuk
959db3a665
Make web use the redux settings/profile
2018-05-09 15:20:22 +02:00
Lyubo Marinov
d727ee80b2
[RN] Fix base/profile and recent-list bugs
2018-02-27 20:52:34 -06:00
zbettenbuk
e4da0e988e
Split storage keys to features
2018-02-27 07:33:33 -06:00
zbettenbuk
e0deb6d64b
Prepare PersistenceRegistry for flat subtrees
2018-02-27 07:33:33 -06:00
Lyubo Marinov
62c9762793
[RN] Protect AbstractApp and localStorage initialization
2018-02-05 15:26:01 -06:00
Lyubo Marinov
d7dddb2509
Introduce base/storage to represent the Web Storage API and persistence-related customizations
2018-02-02 15:13:26 -06:00