Commit Graph

  • 91d2e1fc65 [WEB] Fix crash due to lack of WebView component. StackNavigator still not working though. Bruno Lemos 2017-03-15 14:23:36 -03:00
  • ab7895073a Released 0.3.4 via Code Push Bruno Lemos 2017-03-12 05:49:17 -03:00
  • 29b6d90bc0 Fixed firebase not saving Date values Bruno Lemos 2017-03-12 05:05:01 -03:00
  • bebc79b988 Released 0.3.3 via Code Push Bruno Lemos 2017-03-12 04:34:17 -03:00
  • 0ef9aaf52b Fixed firebase sync for fields that are just uploaded but never downloaded (appVersion, ...) Bruno Lemos 2017-03-12 04:28:02 -03:00
  • 15d88f552c Firebase reducer Bruno Lemos 2017-03-12 02:09:19 -03:00
  • b3022ad5a2 Fixed navigation reset after theme change Bruno Lemos 2017-03-12 00:22:32 -03:00
  • b222507157 Released 0.3.1 via Code Push Bruno Lemos 2017-03-11 23:26:58 -03:00
  • e0391cd86a Code push install mode: Immediate Bruno Lemos 2017-03-11 23:52:41 -03:00
  • 324d6b2754 Showing app version on Settings screen Bruno Lemos 2017-03-11 23:24:39 -03:00
  • 0eb35e9410 Fixed branch link Bruno Lemos 2017-03-11 22:58:09 -03:00
  • 51308a7abd Opening urls in app Bruno Lemos 2017-03-11 22:48:59 -03:00
  • 85e7e4cc3c Refactored navigator to prepare for Browser view Bruno Lemos 2017-03-11 21:26:03 -03:00
  • 378e885e7f Small refactoring on Notifications Filter Column Bruno Lemos 2017-03-11 19:07:30 -03:00
  • 501df7c59f Fixed initialNumToRender Bruno Lemos 2017-03-11 17:52:06 -03:00
  • b299cc538c Small fix on splash screen text color Bruno Lemos 2017-03-11 17:31:08 -03:00
  • aaccce8a3b Fixed debounce/throttle for interval=0 Bruno Lemos 2017-03-11 17:28:32 -03:00
  • 3cc5febd82 Treating firebase as the single source of true: Replacing redux state always when a new event come Bruno Lemos 2017-03-11 17:17:31 -03:00
  • 6d0657b149 Prevent firebase from trying to set database after logout / reset app data Bruno Lemos 2017-03-11 16:30:02 -03:00
  • 163584c342 Fix firebase subscriptions sync (wrong path due to stripes) Bruno Lemos 2017-03-11 16:19:09 -03:00
  • 42a43b5772 Fix unecessary scroll on multiple items Bruno Lemos 2017-03-11 15:56:40 -03:00
  • 71800fe156 Preparing bugsnag to codepush source map Bruno Lemos 2017-03-10 09:36:59 -03:00
  • db5ff9f788 v0.3.0 released Bruno Lemos 2017-03-10 08:04:52 -03:00
  • 50517f3c99 Added more details to bugsnag (redux actions, ...) Bruno Lemos 2017-03-10 08:57:26 -03:00
  • 62286427c4 Added user details to bugsnag Bruno Lemos 2017-03-10 08:27:06 -03:00
  • d93df52b2c Added CodePush Bruno Lemos 2017-03-10 08:03:19 -03:00
  • 1cabde771a Fix crash Bruno Lemos 2017-03-10 06:51:13 -03:00
  • cb244a9a62 Firebase: Syncing both ways (client <-> server). (probably still buggy) Bruno Lemos 2017-03-10 06:26:53 -03:00
  • 6669e14111 Firebase redux middleware: Getting data from ser and applying on the reducer Bruno Lemos 2017-03-10 00:59:39 -03:00
  • 9ea763cf97 Fix some entity ids being undefined (mainly releases) Bruno Lemos 2017-03-09 02:27:09 -03:00
  • e136a6574f Getting app name from package.json Bruno Lemos 2017-03-09 00:45:24 -03:00
  • 165d3b51af Improved theme change speed by deboucing render of other screens Bruno Lemos 2017-03-05 05:22:55 -03:00
  • 99247db6d3 Accepting a function(props)=>interval on debounce and throttle hoc Bruno Lemos 2017-03-05 04:52:35 -03:00
  • 1e48eb6e89 Integrated react-navigation with redux Bruno Lemos 2017-03-05 03:25:22 -03:00
  • a34959f067 Added a Reset App Data button on SplashScreen in case it gets stuck somehow -- just a precaution Bruno Lemos 2017-03-05 03:12:08 -03:00
  • 3caa6eb1b4 Fixed devhub://reset + Improved Deep Link handler Bruno Lemos 2017-03-05 02:56:06 -03:00
  • 848bd8906d Upgraded styled-components to v2 (beta 6) Bruno Lemos 2017-03-04 21:06:07 -03:00
  • f4d8f83f7d Upgraded react-native to 0.43.0-rc.0 so FlatList and Platform.select default works Bruno Lemos 2017-03-04 20:21:15 -03:00
  • 3178ce099d Upgraded gradle to 2.3 to enable Instant Run Bruno Lemos 2017-03-04 19:22:52 -03:00
  • bab4099bca Small change to prevent crash Bruno Lemos 2017-03-04 19:22:39 -03:00
  • 8fa3c8ae18 Create README.md Bruno Lemos 2017-03-04 18:58:22 -03:00
  • 95db92c952 Create LICENSE.md Bruno Lemos 2017-03-04 16:39:01 -03:00
  • b458ebf852 Migrated to VirtualizedList (aka FlatList) (ios/android) to improve performance. (web continues using non-virtualized ListView) Bruno Lemos 2017-03-02 03:58:19 -03:00
  • fe7a3a701a Also running cleanup after deleting colums Bruno Lemos 2017-03-01 20:47:26 -03:00
  • 15b68a84db Small fix on delete item Bruno Lemos 2017-03-01 20:47:09 -03:00
  • 6c30b9d2f3 App clean up on startup Bruno Lemos 2017-03-01 20:36:07 -03:00
  • c1af33e8fe Deleting events and notifications instead of archiving it Bruno Lemos 2017-03-01 18:02:10 -03:00
  • e5c9dee715 Upgraded dependencies Bruno Lemos 2017-03-01 16:30:20 -03:00
  • 3c5b9c102e Support for notifications of type Release Bruno Lemos 2017-03-01 15:25:01 -03:00
  • 41f571a948 Increased timeout to 15s Bruno Lemos 2017-03-01 14:17:11 -03:00
  • 128d1b82e0 New micro-oauth instance, the other one was broken Bruno Lemos 2017-02-28 22:23:04 -03:00
  • d7729738b9 Updated oauth url to production Bruno Lemos 2017-02-28 09:07:40 -03:00
  • 639fea877c [WEB] Fixed links Bruno Lemos 2017-02-28 08:51:00 -03:00
  • 85d6a0791b Reimplemented oauth authentication (also on web) Bruno Lemos 2017-02-28 08:43:17 -03:00
  • 764dc82b3f [WEB] TabNavigator is now working (temporary solution) Bruno Lemos 2017-02-26 17:09:24 -03:00
  • cd60a887ac [WEB] Favicon Bruno Lemos 2017-02-26 14:05:50 -03:00
  • 391b96450f [WEB] react-native-linear-gradient port for the web Bruno Lemos 2017-02-25 19:48:38 -03:00
  • 33ec6543d8 [WEB] react-native-vector-icons port for the web Bruno Lemos 2017-02-25 17:33:56 -03:00
  • d8bd7ecdcc [WEB] Improved alert temporary lib Bruno Lemos 2017-02-24 22:28:23 -03:00
  • 4a7243a1f9 [WEB] Updates body background color based on current Screen and current theme Bruno Lemos 2017-02-24 21:47:49 -03:00
  • cb98e0967d [WEB] Fixed production build Bruno Lemos 2017-02-24 20:49:44 -03:00
  • 6f6abba618 [WEB] Design fixes Bruno Lemos 2017-02-24 19:36:42 -03:00
  • 209ed20c1b First working web version (created placeholder for unsupported components and libs, still have to implement them) Bruno Lemos 2017-02-20 00:22:00 -03:00
  • 7c5d81b5e6 Merge branch 'master' into web Bruno Lemos 2017-02-18 22:19:20 -02:00
  • 15172292fa Migrated ex-navigation to react-navigation Bruno Lemos 2017-02-18 22:18:12 -02:00
  • 93deeadf68 Runs web project (index.web.js) by running npm run start:web Bruno Lemos 2017-02-18 18:58:13 -02:00
  • ab566c2704 Create empty web project Bruno Lemos 2017-02-18 17:48:20 -02:00
  • df922593da Disabled removeClippedSubviews due to performance (its laggy on horizontal listview) Bruno Lemos 2017-02-13 04:11:50 -02:00
  • 1d374e87a1 Readded ios linking capabilities replaced with last upgrade Bruno Lemos 2017-02-13 04:05:18 -02:00
  • a9b0a4581b Removed overflow visible due to performance Bruno Lemos 2017-02-13 03:57:00 -02:00
  • f7180cc6e3 Make normal black theme preferable again (instead of dark blue) Bruno Lemos 2017-02-13 03:21:05 -02:00
  • fbfdc5acc1 Small adjustments (reenabled pagingEnabled for ios, improved padding on android, ... Bruno Lemos 2017-02-13 03:15:35 -02:00
  • 8308a3270c Upgraded to react-native@0.42.0-rc.2 Bruno Lemos 2017-02-13 02:49:00 -02:00
  • 2e40633a95 Upgraded to react-native 0.41.2 (but disabled oauth and firebase, also removed crashlytics) Bruno Lemos 2017-02-13 01:09:27 -02:00
  • 4181a83691 Upgraded some dependencies Bruno Lemos 2017-02-12 21:39:31 -02:00
  • 00cc8eb8a1 Small fix (renamed folder name and changed ip) Bruno Lemos 2017-02-12 20:53:07 -02:00
  • fc6368dc92 Updated app icon / splash screen Bruno Lemos 2017-01-28 18:26:57 -02:00
  • 2356eccf0a Initial (basic) support for firebase backup (currently one-way only, buggy and not optimized at all) Bruno Lemos 2017-01-27 21:56:38 -02:00
  • 4d3316a623 Fixed notifications not being updated with app opened Bruno Lemos 2017-01-25 20:52:40 -02:00
  • 4e6301202d Always login on firebase on app open (so the firebase 'Signed In' field is more useful) Bruno Lemos 2017-01-25 20:40:45 -02:00
  • 501c897b6b Updated icon/splash background to white Bruno Lemos 2017-01-25 17:52:58 -02:00
  • 93159fb82c Fixed white screen on ios splash screen Bruno Lemos 2017-01-25 00:46:55 -02:00
  • 4d25e2579c First app icon (it sucks, i know) Bruno Lemos 2017-01-24 23:19:13 -02:00
  • 18b7253e27 Dark blue theme as default (again) Bruno Lemos 2017-01-24 22:27:16 -02:00
  • b18fa6435d Fix notifications order bug caused by last commit Bruno Lemos 2017-01-22 21:43:34 -02:00
  • 62711fe775 Prevent removing column after clearing all items + Fixed empty message not showing sometimes after clearing all items Bruno Lemos 2017-01-22 21:20:41 -02:00
  • bcd0036230 Readded refresh control to summary column Bruno Lemos 2017-01-22 20:03:45 -02:00
  • d406367877 Fixed notifications list not showing some items + Fixed summary not updating Bruno Lemos 2017-01-22 19:52:15 -02:00
  • 5ad329b13a Improved read appearence by only using opacity on colorful components (and using the standard muted color otherwise) Bruno Lemos 2017-01-22 19:09:38 -02:00
  • 355206e843 Moved notifications summary to each column (one step closer to notifications filter and column creation) Bruno Lemos 2017-01-21 21:51:11 -02:00
  • b097772fb0 Released v0.2.1 to beta testers Bruno Lemos 2017-01-20 00:43:20 -02:00
  • 49c1a2668c Fixed crash when string is empty on jsx ternary Bruno Lemos 2017-01-20 00:11:56 -02:00
  • d31b107f2e Preent showing empty message on first load Bruno Lemos 2017-01-19 21:55:50 -02:00
  • 8a4b2e0f94 Added debounce to persistStore Bruno Lemos 2017-01-19 21:44:21 -02:00
  • b9c80c8f29 Removed components debounce Bruno Lemos 2017-01-19 21:31:57 -02:00
  • 9c2b61c358 Workaround on eslint-plugin-import bug Bruno Lemos 2017-01-19 04:34:54 -02:00
  • c11523742e Showing message on empty columns Bruno Lemos 2017-01-19 04:31:15 -02:00
  • 7e4b9107a6 Prevent summary from being empty (pinned inbox row) Bruno Lemos 2017-01-19 02:32:07 -02:00
  • 39c18786d1 Design tweaks on notifications unread counter (outline when there is no unread items) Bruno Lemos 2017-01-19 02:10:56 -02:00
  • f6fef38079 Fixed column orders after deleting one column Bruno Lemos 2017-01-19 01:59:20 -02:00